Neural Implicit Representation for Building Digital Twins of Unknown Articulated Objects
Yijia Weng, Bowen Wen, Jonathan Tremblay, Valts Blukis, Dieter Fox, Leonidas Guibas, Stan Birchfield
TL;DR
This work tackles digital-twin construction for unknown articulated objects using two RGB-D scans in different states. It introduces a two-stage approach: Stage 1 builds per-state neural implicit geometry via a neural object field to obtain meshes, while Stage 2 infers a multi-part articulation model through a probabilistic part segmentation and per-part rigid motions, supervised by a point correspondence field and losses that integrate 3D geometry, 2D image matches, and kinematics. The method supports arbitrary objects with multiple moving parts and no shape priors, showing improved robustness and accuracy over baselines such as Ditto and PARIS across synthetic and real data, including multi-part scenarios. This enables reliable digital twins for robotics and simulation, with implications for fast, category-agnostic articulation reconstruction from limited observations.
Abstract
We address the problem of building digital twins of unknown articulated objects from two RGBD scans of the object at different articulation states. We decompose the problem into two stages, each addressing distinct aspects. Our method first reconstructs object-level shape at each state, then recovers the underlying articulation model including part segmentation and joint articulations that associate the two states. By explicitly modeling point-level correspondences and exploiting cues from images, 3D reconstructions, and kinematics, our method yields more accurate and stable results compared to prior work. It also handles more than one movable part and does not rely on any object shape or structure priors. Project page: https://github.com/NVlabs/DigitalTwinArt
