Kinematify: Open-Vocabulary Synthesis of High-DoF Articulated Objects
Jiawei Wang, Dingyou Wang, Jiaming Hu, Qixuan Zhang, Jingyi Yu, Lan Xu
TL;DR
Kinematify tackles the problem of open-vocabulary synthesis of high-DoF articulated objects from static inputs such as RGB images or text. It presents a three-part pipeline: part-aware 3D reconstruction to form a segmented mesh, MCTS-driven kinematic topology inference guided by a multi-term reward, and DW-CAVL optimization to estimate joint parameters on static geometry before exporting a URDF. The method demonstrates improved kinematic-tree fidelity and joint parameter accuracy over prior work across everyday objects and robotic platforms, and it shows practical viability by enabling end-to-end pipelines and real-world robot manipulation tasks. By enabling zero-shot articulation synthesis from open inputs, Kinematify advances scalable, physics-aware modeling of complex articulated systems for manipulation, simulation, and planning.
Abstract
A deep understanding of kinematic structures and movable components is essential for enabling robots to manipulate objects and model their own articulated forms. Such understanding is captured through articulated objects, which are essential for tasks such as physical simulation, motion planning, and policy learning. However, creating these models, particularly for objects with high degrees of freedom (DoF), remains a significant challenge. Existing methods typically rely on motion sequences or strong assumptions from hand-curated datasets, which hinders scalability. In this paper, we introduce Kinematify, an automated framework that synthesizes articulated objects directly from arbitrary RGB images or textual descriptions. Our method addresses two core challenges: (i) inferring kinematic topologies for high-DoF objects and (ii) estimating joint parameters from static geometry. To achieve this, we combine MCTS search for structural inference with geometry-driven optimization for joint reasoning, producing physically consistent and functionally valid descriptions. We evaluate Kinematify on diverse inputs from both synthetic and real-world environments, demonstrating improvements in registration and kinematic topology accuracy over prior work.
