AIMay 27

CubePart: An Open-Vocabulary Part-Controllable 3D Generator

arXiv:2605.2876395.6
AI Analysis

For game developers and simulation engineers, CubePart enables automatic generation of 3D assets with application-specific part decompositions, eliminating manual post-processing for animation and behavior scripting.

CubePart generates open-vocabulary, part-controllable 3D meshes from a global text prompt and user-defined part schema, producing coherent objects with specified semantic parts that can be directly used in game engines without manual post-processing.

Interactive 3D assets used in games and simulation are typically decomposed into specific semantic parts to support animation, physics, and scripted behaviors, yet most generative 3D models produce either monolithic meshes or arbitrary part decompositions that cannot be aligned with application-specific requirements. We present CubePart, a generative framework for open-vocabulary, part-controllable 3D mesh generation that exposes part structure as an explicit inference-time control signal. Given a global text prompt and a user-defined parts schema expressed as an open-ended list of part names, our method generates a set of meshes - one per schema element - that assemble into a coherent object while respecting the specified semantic structure. To enable this capability, we introduce a scalable data pipeline to construct a large open-vocabulary, part-labeled 3D dataset, along with a two-stage generative architecture that separates global shape synthesis from part-level decoding. We demonstrate that the resulting assets can be directly integrated into game engines and driven by animation and behavior scripts without manual post-processing. Project Page: https://cubepart.github.io/

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes