Search papers, labs, and topics across Lattice.
This paper introduces "geometry-as-context," a novel approach for scene-consistent video generation that iteratively estimates scene geometry and renders novel views using an autoregressive camera-controlled video generation model. By interleaving geometry estimation and RGB image generation within a single model, the method avoids error accumulation from separate 3D reconstruction and inpainting pipelines. The key result is improved scene consistency and camera control, achieved through a camera-gated attention module and a training scheme that randomly drops geometry context to ensure RGB-only output during inference.
Achieve superior scene-consistent video generation by training a model to iteratively estimate geometry and render novel views, using geometry as context.
Scene-consistent video generation aims to create videos that explore 3D scenes based on a camera trajectory. Previous methods rely on video generation models with external memory for consistency, or iterative 3D reconstruction and inpainting, which accumulate errors during inference due to incorrect intermediary outputs, non-differentiable processes, and separate models. To overcome these limitations, we introduce ``geometry-as-context". It iteratively completes the following steps using an autoregressive camera-controlled video generation model: (1) estimates the geometry of the current view necessary for 3D reconstruction, and (2) simulates and restores novel view images rendered by the 3D scene. Under this multi-task framework, we develop the camera gated attention module to enhance the model's capability to effectively leverage camera poses. During the training phase, text contexts are utilized to ascertain whether geometric or RGB images should be generated. To ensure that the model can generate RGB-only outputs during inference, the geometry context is randomly dropped from the interleaved text-image-geometry training sequence. The method has been tested on scene video generation with one-direction and forth-and-back trajectories. The results show its superiority over previous approaches in maintaining scene consistency and camera control.