LaMo: Self-Supervised Latent Motion Priors for Physical Realism in Video Generation
TLDR
LaMo extracts self-supervised motion priors from unlabeled videos to improve physical realism in video diffusion models, achieving state-of-the-art on physics benchmarks.
Reasoning
The paper presents a novel self-supervised method that leverages unlabeled video data to enhance motion consistency in video generation, with strong empirical results on VideoPhy and VBench. However, it focuses narrowly on motion cues and does not address broader physical simulation or interactive capabilities.
Read-first score
Read-first score 51.6, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 27.
Field roles
Rank sensitivity
Stability: volatile; rank range: 299.
Keyword Scores
Deep Analysis
Innovations
- Self-supervised extraction of motion cues from unlabeled videos already used to train video diffusion models, without external simulators or curated physics data.
- Formulation of a latent motion prior over frame-to-frame latent changes, conditioned on the current latent and prompt.
- Two lightweight readouts: a macro motion drift used as a Motion Drift Loss during training, and a learned micro motion field used as Motion Prior Guidance during sampling.
- Plug-and-play integration with existing video diffusion backbones, requiring no architectural or I/O changes.
Methodology
LaMo extracts a latent motion prior from unlabeled videos by modeling frame-to-frame latent changes conditioned on the current latent and prompt. It employs two readouts: a macro motion drift loss for training and a micro motion field for sampling guidance, both designed to be compatible with any video diffusion backbone without architectural modifications. The method is evaluated on VideoPhy, VideoPhy2, and VBench benchmarks using CogVideoX backbones, comparing against recent physics-aware baselines that use external supervision.
Key Results
On VideoPhy and VideoPhy2, LaMo improves CogVideoX backbones and outperforms recent physics-aware baselines that rely on external supervision. On VBench, it preserves overall generation quality while improving motion-related dimensions.
Limitations
- The self-supervised approach may not capture all physical phenomena, as it relies solely on motion cues from unlabeled video data.
- The method is only evaluated on CogVideoX backbones; generalization to other video diffusion architectures is not demonstrated.
- While improving motion consistency, the paper does not claim full physical realism, and limitations in physical fidelity may persist.