LaMo: Self-Supervised Latent Motion Priors for Physical Realism in Video Generation

2026-05-22Computer Vision and Pattern Recognition

Computer Vision and Pattern Recognition
AI summary

The authors address the problem that current AI video generators create realistic clips but often mess up how things move and behave physically. Instead of relying on extra tools or special physics data, they teach the model to learn motion patterns from the same unlabeled videos used for training. They introduce LaMo, which adds a motion understanding component that observes changes between frames and guides generation without changing the main model. Tests show LaMo improves motion accuracy and physical consistency better than some existing methods, while keeping video quality high. This means the videos used for training have hidden clues about motion that can help make generated videos more realistic.

video diffusion modelsmotion consistencyself-supervised learninglatent motion priormotion drift lossmotion prior guidanceunlabeled videovideo generationphysical fidelityvideo diffusion backbone
Authors
Bo Jiang, Depu Meng, Yihan Hu, Yichen Xie, Tianshuo Xu, Wei Zhan
Abstract
Modern video generators produce visually compelling clips but still struggle with physical and motion consistency, limiting their use as reliable world simulators. Existing remedies often rely on external simulators, teacher models, or curated physics-focused data. We explore a complementary self-supervised direction: extracting motion cues from the unlabeled videos already used to train video diffusion models. We propose LaMo, which formulates a latent motion prior over frame-to-frame latent changes conditioned on the current latent and prompt. This prior is exposed through two lightweight readouts: a macro motion drift used during training as a Motion Drift Loss, and a learned micro motion field used during sampling as Motion Prior Guidance. Both components are plug-and-play with existing video diffusion backbones, requiring no architectural or I/O changes. On VideoPhy and VideoPhy2, LaMo improves CogVideoX backbones and outperforms recent physics-aware baselines that use external supervision. On VBench, it preserves overall generation quality while improving motion-related dimensions. These results suggest that unlabeled video contains useful motion supervision for improving physical fidelity in modern video diffusion models.