Compositional 4D Dynamic Scenes Understanding with Physics Priors for Video Question Answering
Xingrui Wang, Wufei Ma, Angtian Wang, Shuo Chen, Adam Kortylewski, Alan Yuille
TL;DR
This work tackles the challenge of understanding 4D dynamics in video-based reasoning by introducing the DynSuperCLEVR dataset, which emphasizes velocity, acceleration, and collisions, and by proposing NS-4DPhysics, a neural-symbolic model that reconstructs explicit 4D scene representations with physics priors. The approach combines 3D neural mesh-based scene parsing with a probabilistic physical prior and executes reasoning programs to answer diverse questions, including future and counterfactual scenarios. Empirical results show that explicit 4D representations with physics priors substantially outperform previous VideoQA baselines and large multimodal models across factual, predictive, and counterfactual tasks. The work highlights the importance of explicit 4D dynamics for robust physical reasoning and points to future work in extending to real images and more complex objects.
Abstract
For vision-language models (VLMs), understanding the dynamic properties of objects and their interactions in 3D scenes from videos is crucial for effective reasoning about high-level temporal and action semantics. Although humans are adept at understanding these properties by constructing 3D and temporal (4D) representations of the world, current video understanding models struggle to extract these dynamic semantics, arguably because these models use cross-frame reasoning without underlying knowledge of the 3D/4D scenes. In this work, we introduce DynSuperCLEVR, the first video question answering dataset that focuses on language understanding of the dynamic properties of 3D objects. We concentrate on three physical concepts -- velocity, acceleration, and collisions within 4D scenes. We further generate three types of questions, including factual queries, future predictions, and counterfactual reasoning that involve different aspects of reasoning about these 4D dynamic properties. To further demonstrate the importance of explicit scene representations in answering these 4D dynamics questions, we propose NS-4DPhysics, a Neural-Symbolic VideoQA model integrating Physics prior for 4D dynamic properties with explicit scene representation of videos. Instead of answering the questions directly from the video text input, our method first estimates the 4D world states with a 3D generative model powered by physical priors, and then uses neural symbolic reasoning to answer the questions based on the 4D world states. Our evaluation on all three types of questions in DynSuperCLEVR shows that previous video question answering models and large multimodal models struggle with questions about 4D dynamics, while our NS-4DPhysics significantly outperforms previous state-of-the-art models. Our code and data are released in https://xingruiwang.github.io/projects/DynSuperCLEVR/.
