MUT3R: Motion-aware Updating Transformer for Dynamic 3D Reconstruction
Guole Shen, Tianchen Deng, Xingrui Qin, Nailin Wang, Jianyu Wang, Yanbo Wang, Yongtao Chen, Hesheng Wang, Jingchuan Wang
TL;DR
MUT3R addresses motion-induced artifacts in dynamic 3D reconstruction by harnessing motion cues embedded in the attention maps of a frozen CUT3R transformer. It introduces a training-free attention-level gating mechanism that attenuates dynamic content in early decoder layers, preserving the model's geometric reasoning while reducing motion propagation. The approach relies on aggregating self-attention responses across layers to form a patch-wise dynamic score, which biases attention in self- and cross-attention directions. Across video depth, camera pose, and 4D reconstruction benchmarks, MUT3R yields improved temporal stability, pose robustness, and 4D coherence without any architecture changes or fine-tuning, highlighting the potential of attention-derived motion cues for dynamic 3D vision.
Abstract
Recent stateful recurrent neural networks have achieved remarkable progress on static 3D reconstruction but remain vulnerable to motion-induced artifacts, where non-rigid regions corrupt attention propagation between the spatial memory and image feature. By analyzing the internal behaviors of the state and image token updating mechanism, we find that aggregating self-attention maps across layers reveals a consistent pattern: dynamic regions are naturally down-weighted, exposing an implicit motion cue that the pretrained transformer already encodes but never explicitly uses. Motivated by this observation, we introduce MUT3R, a training-free framework that applies the attention-derived motion cue to suppress dynamic content in the early layers of the transformer during inference. Our attention-level gating module suppresses the influence of dynamic regions before their artifacts propagate through the feature hierarchy. Notably, we do not retrain or fine-tune the model; we let the pretrained transformer diagnose its own motion cues and correct itself. This early regulation stabilizes geometric reasoning in streaming scenarios and leads to improvements in temporal consistency and camera pose robustness across multiple dynamic benchmarks, offering a simple and training-free pathway toward motion-aware streaming reconstruction.
