STANCE: Motion Coherent Video Generation Via Sparse-to-Dense Anchored Encoding
Zhifei Chen, Tianshuo Xu, Leyi Wu, Luozhou Wang, Dongyu Yan, Zihan You, Wenting Luo, Guo Zhang, Yingcong Chen
TL;DR
STANCE tackles the problem of preserving coherent object motion in video generation by converting sparse, user-provided hints into dense, pixel-aligned Instance Cues and by enriching token space with Dense RoPE to retain spatial identities over time. It further stabilizes training and geometry through joint RGB plus auxiliary (depth or segmentation) supervision that attends to the same cues. Evaluations on a 200k-clip Kubric-derived dataset and real-world tests show improved motion coherence (Physics IQ) and reduced drift compared with baselines, while maintaining high visual quality. The approach enables practical, script-free control of dynamics across simple and realistic scenes, advancing physics-aware video synthesis for editing and robotics applications.
Abstract
Video generation has recently made striking visual progress, but maintaining coherent object motion and interactions remains difficult. We trace two practical bottlenecks: (i) human-provided motion hints (e.g., small 2D maps) often collapse to too few effective tokens after encoding, weakening guidance; and (ii) optimizing for appearance and motion in a single head can favor texture over temporal consistency. We present STANCE, an image-to-video framework that addresses both issues with two simple components. First, we introduce Instance Cues -- a pixel-aligned control signal that turns sparse, user-editable hints into a dense 2.5D (camera-relative) motion field by averaging per-instance flow and augmenting with monocular depth over the instance mask. This reduces depth ambiguity compared to 2D arrow inputs while remaining easy to use. Second, we preserve the salience of these cues in token space with Dense RoPE, which tags a small set of motion tokens (anchored on the first frame) with spatial-addressable rotary embeddings. Paired with joint RGB \(+\) auxiliary-map prediction (segmentation or depth), our model anchors structure while RGB handles appearance, stabilizing optimization and improving temporal coherence without requiring per-frame trajectory scripts.
