paper-with-me

홈 › Papers

MoDA: Modeling Deformable 3D Objects from Casual Videos

2023-04-17 · Chaoyue Song, Jiacheng Wei, Tianyi Chen, YiWen Chen, Chuan Sheng Foo, Fayao Liu, Guosheng Lin

In this paper, we focus on the challenges of modeling deformable 3D objects from casual videos. With the popularity of neural radiance fields (NeRF), many works extend it to dynamic scenes with a canonical NeRF and a deformation model that achieves 3D point transformation between the observation space and the canonical space. Recent works rely on linear blend skinning (LBS) to achieve the canonical-observation transformation. However, the linearly weighted combination of rigid transformation matrices is not guaranteed to be rigid. As a matter of fact, unexpected scale and shear factors often appear. In practice, using LBS as the deformation model can always lead to skin-collapsing artifacts for bending or twisting motions. To solve this problem, we propose neural dual quaternion blend skinning (NeuDBS) to achieve 3D point deformation, which can perform rigid transformation without skin-collapsing artifacts. In the endeavor to register 2D pixels across different frames, we establish a correspondence between canonical feature embeddings that encodes 3D points within the canonical space, and 2D image features by solving an optimal transport problem. Besides, we introduce a texture filtering approach for texture rendering that effectively minimizes the impact of noisy colors outside target deformable objects. Extensive experiments on real and synthetic datasets show that our approach can reconstruct 3D models for humans and animals with better qualitative and quantitative performance than state-of-the-art methods. Project page: \url{https://chaoyuesong.github.io/MoDA}.

📄 PDF Abstract BibTeX arXiv:2304.08279

Code (1)

chaoyuesong/moda 공식 구현 pytorch

Tasks

NeRF

Similar Papers 제목 키워드 기반

PAD3R: Pose-Aware Dynamic 3D Reconstruction from Casual Videos

2025-09-29 · Ting-Hsuan Liao, Haowen Liu, Yiran Xu, Songwei Ge 외 arxiv

We present PAD3R, a method for reconstructing deformable 3D objects from casually captured, unposed monocular videos. Unlike existing approaches, PAD3R handles long video sequences featuring substantial object deformatio…

Scene Understanding3D ReconstructionPoint Tracking

BANMo: Building Animatable 3D Neural Models from Many Casual Videos

2021-12-23 · CVPR 2022 1 · Gengshan Yang, Minh Vo, Natalia Neverova, Deva Ramanan 외

Prior work for articulated 3D shape reconstruction often relies on specialized sensors (e.g., synchronized multi-camera systems), or pre-built 3D deformable models (e.g., SMAL or SMPL). Such methods are not able to scale…

3D Shape Reconstruction from VideosDynamic Reconstruction

NeuSpring: Neural Spring Fields for Reconstruction and Simulation of Deformable Objects from Videos

2025-11-11 · Qingshan Xu, Jiao Liu, Shangshu Yu, Yuxuan Wang 외 arxiv

In this paper, we aim to create physical digital twins of deformable objects under interaction. Existing methods focus more on the physical learning of current state modeling, but generalize worse to future prediction. T…

Nerfies: Deformable Neural Radiance Fields

2020-11-25 · ICCV 2021 10 · Keunhong Park, Utkarsh Sinha, Jonathan T. Barron, Sofien Bouaziz 외

We present the first method capable of photorealistically reconstructing deformable scenes using photos/videos captured casually from mobile phones. Our approach augments neural radiance fields (NeRF) by optimizing an ad…

3D Human ReconstructionNeRF

EMPM: Embodied MPM for Modeling and Simulation of Deformable Objects

2026-01-24 · Yunuo Chen, Yafei Hu, Lingfeng Sun, Tushar Kusnur 외 arxiv

Modeling deformable objects - especially continuum materials - in a way that is physically plausible, generalizable, and data-efficient remains challenging across 3D vision, graphics, and robotic manipulation. Many exist…