$Δ$ynamics: Language-Based Representation for Inferring Rigid-Body Dynamics From Videos

TL;DR

$Δ$YNAMICS uses language to infer rigid-body dynamics from videos, achieving 7x improvement in segmentation IoU.

cs.CV 🔴 Advanced 2026-05-20 5 views
Chia-Hsiang Kao Cong Phuoc Huynh Chien-Yi Wang Noranart Vesdapunt Stefan Stojanov Bharath Hariharan Oleksandr Obiednikov Ning Zhou
computer vision physics reasoning language model video analysis rigid-body dynamics

Key Findings

Methodology

$Δ$YNAMICS is a vision-language framework using language as a unified representation for rigid-body dynamics. Instead of predicting parameters directly, it generates structured text scene configurations for physics simulation. The model enhances generalization by integrating natural language motion reasoning and leveraging optical flow as a semantic-agnostic input.

Key Results

  • On the CLEVRER dataset, $Δ$YNAMICS achieves a segmentation IoU of 0.30, a 7x improvement over leading VLMs (InternVL3-8B, Qwen2.5-VL-7B, and Claude-4-Sonnet).
  • Test-time sampling and evolutionary search further boost performance by 27% and 120% in segmentation IoU.
  • Strong transfer to a new dataset of 235 real-world rigid-body videos demonstrates the model's robustness.

Significance

This research bridges perception and simulation through language-driven physics inference. It highlights the potential of language models in physics reasoning, offering new methods for handling complex real-world scenarios in academia and industry.

Technical Contribution

Technical contributions include a novel language representation for inferring rigid-body motion, using VLMs to directly infer physics parameters, and enhancing cross-domain generalization with optical flow and natural language descriptions.

Novelty

This is the first application of language models to rigid-body dynamics inference, innovatively recasting the physics parameter estimation problem as a text generation task, offering greater scalability and interpretability compared to existing methods.

Limitations

  • The model may underperform in complex multi-object interactions, especially in unseen scenarios.
  • Dependence on optical flow might limit generalization in certain situations.

Future Work

Future work could explore applying this method to more complex physical systems and further improving the model's robustness and accuracy in real-world scenarios.

AI Executive Summary

Understanding rigid-body dynamics is foundational for intelligent systems operating in the real world. Existing methods often assume specific physical systems, object types, and camera poses, limiting their applicability to complex real-world scenarios. This paper introduces $Δ$YNAMICS, a vision-language framework using language as a unified representation for rigid-body dynamics. It enhances model generalization by generating structured text scene configurations for physics simulation.

On the CLEVRER dataset, $Δ$YNAMICS achieves significant performance improvements, with a segmentation IoU of 0.30, a 7x increase over existing leading vision-language models. Test-time sampling and evolutionary search further enhance segmentation performance. The method demonstrates strong transfer capabilities on a new dataset of 235 real-world rigid-body videos, indicating that language-driven physics inference can bridge perception and simulation.

Despite significant advancements, the method faces challenges in handling complex multi-object interactions, particularly in unseen scenarios. Future research directions include applying this method to more complex physical systems and improving its robustness and accuracy in real-world scenarios.

Deep Analysis

Background

In computer vision, understanding the physical properties and behaviors of objects is key to achieving intelligent perception and interaction. Traditional methods often rely on specific physical models and known camera parameters, limiting their adaptability to diverse real-world scenarios. Recently, vision-language models (VLMs) have shown great potential in visual reasoning and physics understanding, but their generalization in complex scenarios needs improvement.

Core Problem

Existing methods for inferring rigid-body dynamics often assume fixed physical parameters and known camera poses, making it difficult to handle complex multi-object interactions and varying viewpoints. This limits their application in real-world scenarios.

Innovation

The core innovation of this paper is recasting the problem of rigid-body motion estimation as a language generation task. By generating structured text to represent scene configurations, this method offers greater scalability and interpretability. Integrating natural language motion reasoning and optical flow input enhances the model's cross-domain generalization.

Methodology

  • �� Use MuJoCo to generate synthetic video data and train a VLM to generate scene configurations.
  • �� Use optical flow as input to reduce interference from visual semantics and background.
  • �� Enhance supervision signals by combining natural language motion descriptions to capture trajectories, object visibility, and collision events.
  • �� Optimize model performance through test-time sampling and evolutionary search.

Experiments

Experiments are conducted on the CLEVRER dataset, using segmentation IoU and optical flow end-point error (EPE) as evaluation metrics. By comparing different vision-language models, $Δ$YNAMICS's superiority in multi-object motion reasoning is validated. Experiments also include testing transfer capabilities on real-world video datasets.

Results

On the CLEVRER dataset, $Δ$YNAMICS achieves a segmentation IoU of 0.30, a 7x improvement over existing models. Test-time sampling and evolutionary search further improve segmentation IoU by 27% and 120%. The model shows strong transfer capabilities on real-world rigid-body video datasets.

Applications

The method can be applied in fields like autonomous driving, robotic navigation, and augmented reality, assisting systems in physical reasoning and decision-making in complex environments. Its reliance on optical flow requires high-quality motion information input.

Limitations & Outlook

While $Δ$YNAMICS performs well in multi-object scenarios, it may underperform in handling unseen complex interactions. Additionally, dependence on optical flow might limit generalization in certain situations. Future research could explore applying this method to more complex physical systems and improving its robustness and accuracy in real-world scenarios.

Plain Language Accessible to non-experts

Imagine you're in a kitchen, and $Δ$YNAMICS is like a smart assistant that can read recipes. It doesn't need you to tell it the exact weight and shape of each ingredient. Instead, it observes how you prepare and cook, inferring the characteristics of the ingredients and the cooking steps. Just as the assistant understands the entire cooking process through language descriptions, $Δ$YNAMICS understands object motion in videos through language. This approach allows it to work in different kitchen environments without needing specific rules for each kitchen.

ELI14 Explained like you're 14

Imagine you're playing a game with lots of different objects moving around. $Δ$YNAMICS is like a super-smart AI that can watch the game and figure out how these objects are moving. It doesn't need to know every detail about each object; it analyzes their movement paths to guess their characteristics. Just like when you're playing a game, you don't need to know every character's backstory, you just need to know their actions to have fun!

Glossary

Rigid-Body Dynamics

The study of the motion and mechanical behavior of objects without deformation.

Used to infer the motion characteristics of objects in videos.

Vision-Language Model

A model that combines visual and language information for reasoning and understanding.

Core technology for generating scene configurations.

Optical Flow

A vector field that describes the motion of pixels in an image sequence.

Used as input to reduce interference from visual semantics.

Segmentation IoU

A metric that evaluates the overlap between predicted and true segmentation.

Used to evaluate model performance on the CLEVRER dataset.

Evolutionary Search

An optimization algorithm that simulates natural selection to find the optimal solution.

Used to optimize model performance at test time.

Open Questions Unanswered questions from this research

  • 1 How to improve model generalization without relying on optical flow?
  • 2 How to maintain model robustness when dealing with more complex physical systems?

Applications

Immediate Applications

Autonomous Driving

Enhances decision-making in autonomous driving systems by inferring the motion of vehicles and pedestrians.

Robotic Navigation

Assists robots in physical reasoning and path planning in complex environments.

Long-term Vision

Augmented Reality

Enhances immersion and interactivity in augmented reality applications through real-time physics reasoning.

Abstract

Inferring rigid-body physical states and properties from monocular videos is a fundamental step toward physics-based perception and simulation. Existing approaches assume specific underlying physical systems, object types, and camera poses, making them unable to generalize to complex real-world settings. We introduce $Δ$YNAMICS, a vision-language framework that uses language as a unified representation of rigid-body dynamics. Instead of directly predicting parameters, $Δ$YNAMICS generates scene configurations in a structured text format for physics simulation. We enhance the model's generalization by integrating natural language motion reasoning and leveraging optical flow as a semantic-agnostic input. On the CLEVRER dataset, $Δ$YNAMICS achieves a segmentation IoU of 0.30, a 7x improvement over leading VLMs (InternVL3-8B, Qwen2.5-VL-7B and Claude-4-Sonnet). Additionally, test-time sampling and evolutionary search further boost performance by 27% and 120% in segmentation IoU, respectively. Finally, we demonstrate strong transfer to a new dataset of 235 real-world rigid-body videos, highlighting the potential of language-driven physics inference for bridging perception and simulation.

cs.CV