ARMO: Autoregressive Rigging for Multi-Category Objects
By: Mingze Sun , Shiwei Mao , Keyi Chen and more
Potential Business Impact:
Makes 3D characters move realistically.
Recent advancements in large-scale generative models have significantly improved the quality and diversity of 3D shape generation. However, most existing methods focus primarily on generating static 3D models, overlooking the potentially dynamic nature of certain shapes, such as humanoids, animals, and insects. To address this gap, we focus on rigging, a fundamental task in animation that establishes skeletal structures and skinning for 3D models. In this paper, we introduce OmniRig, the first large-scale rigging dataset, comprising 79,499 meshes with detailed skeleton and skinning information. Unlike traditional benchmarks that rely on predefined standard poses (e.g., A-pose, T-pose), our dataset embraces diverse shape categories, styles, and poses. Leveraging this rich dataset, we propose ARMO, a novel rigging framework that utilizes an autoregressive model to predict both joint positions and connectivity relationships in a unified manner. By treating the skeletal structure as a complete graph and discretizing it into tokens, we encode the joints using an auto-encoder to obtain a latent embedding and an autoregressive model to predict the tokens. A mesh-conditioned latent diffusion model is used to predict the latent embedding for conditional skeleton generation. Our method addresses the limitations of regression-based approaches, which often suffer from error accumulation and suboptimal connectivity estimation. Through extensive experiments on the OmniRig dataset, our approach achieves state-of-the-art performance in skeleton prediction, demonstrating improved generalization across diverse object categories. The code and dataset will be made public for academic use upon acceptance.
Similar Papers
Anymate: A Dataset and Baselines for Learning 3D Object Rigging
Graphics
Makes 3D characters move like real people.
ARMesh: Autoregressive Mesh Generation via Next-Level-of-Detail Prediction
Graphics
Makes 3D shapes by building them up.
ASMR: Adaptive Skeleton-Mesh Rigging and Skinning via 2D Generative Prior
Graphics
Makes computer characters move like real people.