paper-with-me

홈 › Papers

Easi3R: Estimating Disentangled Motion from DUSt3R Without Training

2025-03-31 · Xingyu Chen, Yue Chen, Yuliang Xiu, Andreas Geiger, Anpei Chen

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/

📄 PDF Abstract BibTeX arXiv:2503.24391

Code (1)

inception3d/easi3r 공식 구현 pytorch

Tasks

4D reconstructionCamera Pose EstimationDynamic Region SegmentationOptical Flow EstimationPose Estimation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Animating Face using Disentangled Audio Representations

2019-10-02 · Gaurav Mittal, Baoyuan Wang

All previous methods for audio-driven talking head generation assume the input audio to be clean with a neutral tone. As we show empirically, one can easily break these systems by simply adding certain background noise t…

Representation LearningTalking Head Generation

MonST3R: A Simple Approach for Estimating Geometry in the Presence of Motion

2024-10-04 · Junyi Zhang, Charles Herrmann, Junhwa Hur, Varun Jampani 외

Estimating geometry from dynamic scenes, where objects move and deform over time, remains a core challenge in computer vision. Current approaches often rely on multi-stage pipelines or global optimizations that decompose…

4D reconstructionCamera Pose EstimationPose Estimation

ARTS: Semi-Analytical Regressor using Disentangled Skeletal Representations for Human Mesh Recovery from Videos

2024-10-21 · Tao Tang, Hong Liu, Yingxuan You, Ti Wang 외

Although existing video-based 3D human mesh recovery methods have made significant progress, simultaneously estimating human pose and shape from low-resolution image features limits their performance. These image feature…

3D Human Pose EstimationDisentanglementHuman Mesh RecoveryPose Estimation+1

MoRight: Motion Control Done Right

2026-04-08 · Shaowei Liu, Xuanchi Ren, Tianchang Shen, Huan Ling 외 arxiv

Generating motion-controlled videos--where user-specified actions drive physically plausible scene dynamics under freely chosen viewpoints--demands two capabilities: (1) disentangled motion control, allowing users to sep…

Progressive Disentangled Representation Learning for Fine-Grained Controllable Talking Head Synthesis

2022-11-26 · CVPR 2023 1 · Duomin Wang, Yu Deng, Zixin Yin, Heung-Yeung Shum 외

We present a novel one-shot talking head synthesis method that achieves disentangled and fine-grained control over lip motion, eye gaze&blink, head pose, and emotional expression. We represent different motions via disen…

Contrastive LearningDisentanglementRepresentation Learning