Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/higgsfield/interaction_network_pytorch

Pytorch Implementation of Interaction Networks for Learning about Objects, Relations and Physics
https://github.com/higgsfield/interaction_network_pytorch

Last synced: about 1 month ago
JSON representation

Pytorch Implementation of Interaction Networks for Learning about Objects, Relations and Physics

Lists

README

        

# Interaction-Network-Pytorch
Pytorch Implementraion of [Interaction Networks for Learning about Objects, Relations and Physics](https://arxiv.org/abs/1612.00222).

Interaction Network is a powerful graph based framework for dynamic systems. It is able to simulate the physical trajectories of n-body, bouncing ball, and non-rigid string systems accurately over thousands of time steps, after training only on single step predictions.

*Our results provide surprisingly strong evidence of IN’s ability to learn accurate physical simulations and generalize their training to novel systems with different numbers and configurations of objects and relations… Our interaction network implementation is the first learnable physics engine than can scale up to real-world problems, and is a promising template for new AI approaches to reasoning about other physical and mechanical systems, scene understanding, social perception, hierarchical planning, and analogical reasoning.*

Also see nice [blog post](https://blog.acolyer.org/2017/01/02/interaction-networks-for-learning-about-objects-relations-and-physics/) and [keynote](https://www.slideshare.net/KenKuroki/interaction-networks-for-learning-about-objects-relations-and-physics).

Thanks to [jaesik817 tensorflow implementation](https://github.com/jaesik817/Interaction-networks_tensorflow) for Physics Engine.