Abstract
Understanding articulated objects is fundamental for robots to interact with the physical world, which requires accurate segmentation of object parts and their kinematic relations. Motion provides a strong cue for understanding articulated structure: points on the same rigid part exhibit coherent motion, while relative trajectories between parts directly expose their kinematic constraints. However, many existing approaches recover articulation indirectly by first reconstructing object geometry across a small number of articulation states and subsequently inferring motion through cross-state alignment or per-instance optimization. Such reconstruction-first pipelines can underutilize rich temporal evidence and couple articulation estimation to errors in geometry reconstruction and correspondence.
We present Track2Art, a motion-centric framework for recovering structured articulated object models from RGB-D interaction videos. Track2Art leverages a pretrained point tracker to obtain feature-rich 4D point trajectories. A motion-aware slot model groups trajectories into rigid object parts based on tracker appearance embeddings and explicit trajectory geometry. Given the recovered parts, a pairwise relation module predicts the directed kinematic graph and joint types, while a rotation-equivariant geometry module fuses motion-derived directional proposals and performs constrained axis-line refinement to recover joint geometry. Experimental results demonstrate the effectiveness of reasoning directly from persistent point motion for recovering structured articulated object models from dynamic visual observations.
Method
Persistent point motion stays intact from observation to articulation reasoning.
CoTracker establishes persistent 2D correspondences and calibrated depth lifts them into metric 4D trajectories. A motion-aware set predictor groups appearance and trajectory geometry into rigid parts. Pairwise relation and equivariant geometry heads then recover directed joints, types, axes, and pivot points.
Interactive Demo
Switch between RGB, calibrated RGB-D, temporal 4D point cloud, and Track2Art output. Select a part to reveal its CoTracker flow.
Drag rotate · Control + drag pan · Scroll zoom · click a part to highlight
Paper
Cite Track2Art
@article{li_track2art,
title = {Track2Art: Motion-Centric Articulated Object Model Recovery from 2D Point Trackers},
author = {Li, Xiaotong and Jing, Yixiong and Wang, Guangming and Sheil, Brian},
journal = {Preprint}
}