Search papers, labs, and topics across Lattice.
This paper introduces Track2View, a novel approach for generating videos from new camera viewpoints while maintaining 4D consistency by leveraging paired 3D point tracks. By conditioning a video diffusion transformer on these tracks, the method establishes explicit spatiotemporal correspondences that allow for accurate visual context transfer across frames, addressing limitations of previous methods that lacked temporal continuity. Evaluated on a benchmark of 400 videos, Track2View outperforms leading techniques, achieving significant reductions in both rotation and translation errors, thus enhancing visual quality and synchronization.
Track2View reduces rotation error by up to 65% and translation error by 72%, setting a new standard for 4D-consistent video generation from novel camera angles.
Re-rendering an existing video from a novel camera viewpoint requires the output to follow the prescribed camera trajectory while preserving the appearance and dynamics of the original scene across every frame. Existing methods rely on per-frame pose embeddings, noisy point-cloud renderings, or implicit learned correspondences, none of which provides an explicit, temporally continuous link between source and target pixels. We propose Track2View, which conditions a video diffusion transformer on paired 3D point tracks: sparse trajectories of scene points projected into both the source and target camera views. These tracks provide explicit spatiotemporal correspondences that are temporally continuous by construction, encoding what content should appear where and when. At the core of Track2View is a dual-view track conditioner that transfers visual context from source to target view through parameter-free geometric operations and learned temporal aggregation, ensuring generalization to arbitrary camera trajectories without memorizing specific motions. We further introduce a data curation pipeline that extracts one-to-one track correspondences by running a 3D point tracker on temporally concatenated multi-camera view pairs. On a 400-video benchmark spanning static and dynamic scenes, Track2View achieves state-of-the-art results across visual quality, view synchronization, and camera accuracy, reducing rotation error by 30-65% and translation error by 61-72% relative to leading baselines. Project page is available at this https URL: https://qjizhi.github.io/track2view