Skip to content

On the Learning Mechanisms in Physical Reasoning, NeurIPS 2022.

Notifications You must be signed in to change notification settings

lishiqianhugh/LfID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

On the learning mechanisms in physical reasoning

[Paper][Website]

Is dynamics prediction indispensable for physical reasoning? If so, what kind of roles do the dynamics prediction modules play during the physical reasoning process? Most studies focus on designing dynamics prediction networks and treating physical reasoning as a downstream task without investigating the questions above, taking for granted that the designed dynamics prediction would undoubtedly help the reasoning process. In this work, we take a closer look at this assumption, exploring this fundamental hypothesis by comparing two learning mechanisms: learning from intuition (LfI) and learning from dynamics (LfD).

introduction

In the first experiment, we directly examine and compare these two mechanisms. Results show a surprising finding: Simple LfI is better than or on par with SOTA LfD.

This observation leads to the second experiment with Ground-truth Dynamics (GD), the ideal case of LfD where in dynamics are obtained directly from a simulator. Results show that dynamics, if directly given instead of approximated, would achieve much higher performance than LfI alone on physical reasoning; this essentially serves as the performance upper bound.

Yet practically,LfD mechanism can only predict Approximate Dynamics (AD) using dynamics learning modules that mimic the physical laws, making the following downstream physical reasoning modules degenerate into the LfI paradigm; see the third experiment.We note that this issue is hard to mitigate, as dynamics prediction errors inevitably accumulate in the long horizon.

Finally, in the fourth experiment, we note that LfI, the extremely simpler strategy when done right, is more effective in learning to solve physical reasoning problems. Taken together, the results on the challenging benchmark of PHYRE show that LfI is, if not better, as good as LfD with bells and whistles for dynamics prediction. However, the potential improvement from LfI, though challenging, remains lucrative.

This is an implementation of LfI and LfD on PHYRE.

For details, please see LfI.md and LfD.md, respectively.

About

On the Learning Mechanisms in Physical Reasoning, NeurIPS 2022.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages