ReRoPE: Repurposing RoPE for Relative Camera Control
Chunyang Li, Yuanbo Yang, Jiahao Shao, Hongyu Zhou, Katja Schwarz, Yiyi Liao
TL;DR
ReRoPE tackles the lack of shift-invariance and generalization in camera-controllable video generation by repurposing underutilized low-frequency components of Rotary Positional Embeddings (RoPE) to encode relative camera geometry. The method keeps the pre-trained backbone intact and injects relative camera information through a lightweight projection block in the temporal RoPE channels, enabling precise V2V and I2V control with minimal training cost. Key contributions include identifying low-frequency redundancy in RoPE, proposing a simple, plug-and-play conditioning mechanism, and demonstrating superior camera accuracy and 3D consistency without sacrificing visual fidelity across diverse datasets. This approach provides a practical pathway to controllable, high-fidelity video generation by leveraging existing generative priors and avoiding architectural overhauls.
Abstract
Video generation with controllable camera viewpoints is essential for applications such as interactive content creation, gaming, and simulation. Existing methods typically adapt pre-trained video models using camera poses relative to a fixed reference, e.g., the first frame. However, these encodings lack shift-invariance, often leading to poor generalization and accumulated drift. While relative camera pose embeddings defined between arbitrary view pairs offer a more robust alternative, integrating them into pre-trained video diffusion models without prohibitive training costs or architectural changes remains challenging. We introduce ReRoPE, a plug-and-play framework that incorporates relative camera information into pre-trained video diffusion models without compromising their generation capability. Our approach is based on the insight that Rotary Positional Embeddings (RoPE) in existing models underutilize their full spectral bandwidth, particularly in the low-frequency components. By seamlessly injecting relative camera pose information into these underutilized bands, ReRoPE achieves precise control while preserving strong pre-trained generative priors. We evaluate our method on both image-to-video (I2V) and video-to-video (V2V) tasks in terms of camera control accuracy and visual fidelity. Our results demonstrate that ReRoPE offers a training-efficient path toward controllable, high-fidelity video generation. See project page for more results: https://sisyphe-lee.github.io/ReRoPE/
