English

Particulate: Feed-Forward 3D Object Articulation

Computer Vision and Pattern Recognition 2026-03-30 v2 Artificial Intelligence Graphics

Abstract

We introduce Particulate, a feed-forward model that, given a 3D mesh of an object, infers its articulations, including its 3D parts, their kinematic structure, and the motion constraints. The model is based on a transformer network, the Part Articulation Transformer, which predicts all these parameters for all joints. We train the network end-to-end on a diverse collection of articulated 3D assets from public datasets. During inference, Particulate maps the output of the network back to the input mesh, yielding a fully articulated 3D model in seconds, much faster than prior approaches that require per-object optimization. Particulate also works on AI-generated 3D assets, enabling the generation of articulated 3D objects from a single (real or synthetic) image when combined with an off-the-shelf image-to-3D model. We further introduce a new challenging benchmark for 3D articulation estimation curated from high-quality public 3D assets, and redesign the evaluation protocol to be more consistent with human preferences. Empirically, Particulate significantly outperforms state-of-the-art approaches.

Keywords

Cite

@article{arxiv.2512.11798,
  title  = {Particulate: Feed-Forward 3D Object Articulation},
  author = {Ruining Li and Yuxin Yao and Chuanxia Zheng and Christian Rupprecht and Joan Lasenby and Shangzhe Wu and Andrea Vedaldi},
  journal= {arXiv preprint arXiv:2512.11798},
  year   = {2026}
}

Comments

CVPR 2026. Project page: https://ruiningli.com/particulate

R2 v1 2026-07-01T08:22:35.147Z