TL;DR
Pretrained video foundation models may lack an understanding of intuitive physics, which refers to the basic principles governing physical interactions. A layerwise probing analysis was conducted using frozen-feature probing on datasets like IntPhys2 and Minimal Video Pairs (MVP) to evaluate different model families.
✦ Why It Matters
Engineers can leverage insights on model architecture to enhance video models' understanding of physical interactions.
Key Takeaways
Full Summary
Understanding intuitive physics is crucial for video models to predict and interpret physical interactions accurately. This study investigates whether pretrained video foundation models, which are trained on large datasets but not specifically for physics understanding, encode this type of information.
Using frozen-feature probing techniques, the researchers evaluated three model families: V-JEPA (a predictive joint-embedding model), VideoMAE (a masked reconstruction model), and LTX-Video (a diffusion-based video generator). The analysis was performed on two datasets, IntPhys2 and Minimal Video Pairs (MVP).
Results showed that V-JEPA achieved the highest performance across benchmarks, indicating it better captures intuitive-physics information compared to the other models. These findings suggest that model architecture significantly influences the understanding of physical principles in video data, which can inform future model design and training strategies.
Related