Easi3R: Estimating Disentangled Motion from DUSt3R Without Training
Xingyu Chen, Yue Chen, Yuliang Xiu, Andreas Geiger, Anpei Chen
TL;DR
The paper tackles dynamic 4D reconstruction without training by leveraging a training-free adaptation of DUSt3R, Easi3R, which analyzes cross-attention maps to disentangle object and camera motion. It derives dynamic segmentation from attention cues and performs a second inference pass with attention re-weighting to produce robust 4D reconstructions and pose estimates without fine-tuning on dynamic data. The approach achieves state-of-the-art or competitive results on dynamic segmentation (DAVIS) and camera pose benchmarks (DyCheck, ADT, TUM-dynamics), and demonstrates strong 4D reconstruction performance on DyCheck, all with minimal additional cost. The work suggests that pre-trained 3D reconstruction models inherently encode motion structure that can be exploited for dynamic tasks, potentially guiding attention-based methods in other domains as well.
Abstract
Recent advances in DUSt3R have enabled robust estimation of dense point clouds and camera parameters of static scenes, leveraging Transformer network architectures and direct supervision on large-scale 3D datasets. In contrast, the limited scale and diversity of available 4D datasets present a major bottleneck for training a highly generalizable 4D model. This constraint has driven conventional 4D methods to fine-tune 3D models on scalable dynamic video data with additional geometric priors such as optical flow and depths. In this work, we take an opposite path and introduce Easi3R, a simple yet efficient training-free method for 4D reconstruction. Our approach applies attention adaptation during inference, eliminating the need for from-scratch pre-training or network fine-tuning. We find that the attention layers in DUSt3R inherently encode rich information about camera and object motion. By carefully disentangling these attention maps, we achieve accurate dynamic region segmentation, camera pose estimation, and 4D dense point map reconstruction. Extensive experiments on real-world dynamic videos demonstrate that our lightweight attention adaptation significantly outperforms previous state-of-the-art methods that are trained or finetuned on extensive dynamic datasets. Our code is publicly available for research purpose at https://easi3r.github.io/
