Efficiently Reconstructing Dynamic Scenes One D4RT at a Time
Chuhan Zhang, Guillaume Le Moing, Skanda Koppula, Ignacio Rocco, Liliane Momeni, Junyu Xie, Shuyang Sun, Rahul Sukthankar, Joëlle K. Barral, Raia Hadsell, Zoubin Ghahramani, Andrew Zisserman, Junlin Zhang, Mehdi S. M. Sajjadi
TL;DR
This work addresses the challenge of reconstructing and tracking dynamic 4D scenes directly from video. It introduces D4RT, a unified feedforward model with a global scene encoder and a lightweight, query-based decoder that predicts 3D point positions for arbitrary space-time queries, enabling outputs such as depth maps, dense point clouds, and camera parameters. Dense, efficient reconstruction is achieved via independent queries and an occupancy-grid strategy for tracking all pixels, yielding linear scalability with the number of queried points. Empirically, D4RT sets new state-of-the-art across 4D reconstruction and tracking tasks, while delivering substantial speedups over prior methods and supporting robust performance on both static and dynamic scenes.
Abstract
Understanding and reconstructing the complex geometry and motion of dynamic scenes from video remains a formidable challenge in computer vision. This paper introduces D4RT, a simple yet powerful feedforward model designed to efficiently solve this task. D4RT utilizes a unified transformer architecture to jointly infer depth, spatio-temporal correspondence, and full camera parameters from a single video. Its core innovation is a novel querying mechanism that sidesteps the heavy computation of dense, per-frame decoding and the complexity of managing multiple, task-specific decoders. Our decoding interface allows the model to independently and flexibly probe the 3D position of any point in space and time. The result is a lightweight and highly scalable method that enables remarkably efficient training and inference. We demonstrate that our approach sets a new state of the art, outperforming previous methods across a wide spectrum of 4D reconstruction tasks. We refer to the project webpage for animated results: https://d4rt-paper.github.io/.
