Neural Force Field: Few-shot Learning of Generalized Physical Reasoning
Shiqian Li, Ruihong Shen, Yaoyu Tao, Chi Zhang, Yixin Zhu

TL;DR
Neural Force Field (NFF) introduces a physics-inspired, force-based representation that enables few-shot learning and strong generalization in physical reasoning tasks, surpassing traditional models in out-of-distribution scenarios.
Contribution
NFF extends Neural ODEs with explicit force fields for better physical reasoning and generalization from limited data, a novel approach in AI physics modeling.
Findings
NFF achieves strong generalization with few training examples.
NFF effectively models complex object interactions via continuous force fields.
NFF enables rapid adaptation and planning in physical tasks.
Abstract
Physical reasoning is a remarkable human ability that enables rapid learning and generalization from limited experience. Current AI models, despite extensive training, still struggle to achieve similar generalization, especially in Out-of-distribution (OOD) settings. This limitation stems from their inability to abstract core physical principles from observations. A key challenge is developing representations that can efficiently learn and generalize physical dynamics from minimal data. Here we present Neural Force Field (NFF), a framework extending Neural Ordinary Differential Equation (NODE) to learn complex object interactions through force field representations, which can be efficiently integrated through an Ordinary Differential Equation (ODE) solver to predict object trajectories. Unlike existing approaches that rely on discrete latent spaces, NFF captures fundamental physical…
Peer Reviews
Decision·ICLR 2026 Poster
* It appears novel (to me) to learn the force field using a neural operator instead of directly learning physical interactions or trajectories. * Besides comparing experiments with the ground-truth trajectories, the paper also demonstrates the learned force field, as well as testing it with planning tasks. * Additionally, the paper provides a clear video to demonstrate the experiment results.
I just have some additional questions listed in the section below.
1. The methods introduced in this paper are important advances. The force field representation provides clear advantages over the standard interaction network based architectures which are based on latent space transitions. By modeling physical transitions through forces, NFF provides better physical grounding to enable generalization from a lesser number of observations. 2. Neural force fields enable multiple tasks to be performed under the same underlying framework. The authors report strong r
The paper is easy to follow overall, but I found that some aspects of the method are not very clear. 1. The formulation requires the past history of the object states as input in order to predict forces, but it seems like eqn (1) only contains the current state of the world as input. In theory this would not work, unless you make the assumption that acceleration is not required for estimating forces, which seems incorrect. Later in L194, it’s said that the framework uses autoregressive predic
The paper is written clearly and quite well-organized. The motivation behind most of the design decisions are explained clearly. Experiments are designed in a way to directly test the claims. Overall, I enjoyed the paper and I think it might draw some attention.
I didn’t follow the reasoning after Eq. 2. If we do not take mass into account, how can we predict the velocity accurately in general? It’s mentioned that mass is absorbed in force through correlated features like size, but is there any experiment that tests this assertion with counterintuitive sizes? Or, to put it in another term, how do the results change with objects of highly varying densities? Do you think adding a mass prediction would help? This part needs to be discussed and motivated in
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Model Reduction and Neural Networks
