Geometry-Aware Rotary Position Embedding for Consistent Video World Model
Chendong Xiang, Jiajun Liu, Jintao Zhang, Xiao Yang, Zhengwei Fang, Shizun Wang, Zijun Wang, Yingtian Zou, Hang Su, Jun Zhu
TL;DR
This work tackles long-term geometric drift in camera-conditioned world models by identifying screen-space positional embeddings as a key bottleneck. It introduces ViewRope, a geometry-aware rotary position encoding that injects per-patch viewing-ray directions into attention, enabling 3D-consistent content retrieval across long histories. To scale to long sequences, Geometry-Aware Frame Sparse Attention selectively attends to geometrically relevant past frames, reducing compute while preserving loop-closure fidelity. A dedicated ViewBench diagnostic suite quantifies revisit fidelity and geometric drift, and experiments show that ViewRope yields superior long-term consistency with improved efficiency compared to prior geometry-aware or memory-based approaches. The combination of geometry-grounded attention and frame-sparse retrieval provides a practical pathway to reliable, controllable video world models for interactive AI applications.
Abstract
Predictive world models that simulate future observations under explicit camera control are fundamental to interactive AI. Despite rapid advances, current systems lack spatial persistence: they fail to maintain stable scene structures over long trajectories, frequently hallucinating details when cameras revisit previously observed locations. We identify that this geometric drift stems from reliance on screen-space positional embeddings, which conflict with the projective geometry required for 3D consistency. We introduce \textbf{ViewRope}, a geometry-aware encoding that injects camera-ray directions directly into video transformer self-attention layers. By parameterizing attention with relative ray geometry rather than pixel locality, ViewRope provides a model-native inductive bias for retrieving 3D-consistent content across temporal gaps. We further propose \textbf{Geometry-Aware Frame-Sparse Attention}, which exploits these geometric cues to selectively attend to relevant historical frames, improving efficiency without sacrificing memory consistency. We also present \textbf{ViewBench}, a diagnostic suite measuring loop-closure fidelity and geometric drift. Our results demonstrate that ViewRope substantially improves long-term consistency while reducing computational costs.
