Part-X-MLLM: Part-aware 3D Multimodal Large Language Model
Chunshi Wang, Junliang Ye, Yunhan Yang, Yang Li, Zizhuo Lin, Jun Zhu, Zhuo Chen, Yawei Luo, Chunchao Guo
TL;DR
Part-X-MLLM introduces a native 3D part-aware multimodal LLM that outputs an executable, part-based program encoding bounding boxes, persistent references, semantics, and edit commands from RGB point clouds and prompts. A dual-encoder architecture decouples structure and appearance, and a grammar-driven autoregressive decoder emits a unified plan that can drive arbitrary geometry engines for generation, editing, and reasoning. The authors establish UniPart-Bench, a 30k-entry, part-centric benchmark, and demonstrate state-of-the-art grounding, compositional generation, and localized editing across 11 task families with strong IoU, recall, and language-based metrics. By treating parts as first-class citizens and providing a language-native, model-agnostic interface, Part-X-MLLM enables precise, auditable, and semantically controllable 3D asset manipulation across diverse categories.
Abstract
We introduce Part-X-MLLM, a native 3D multimodal large language model that unifies diverse 3D tasks by formulating them as programs in a structured, executable grammar. Given an RGB point cloud and a natural language prompt, our model autoregressively generates a single, coherent token sequence encoding part-level bounding boxes, semantic descriptions, and edit commands. This structured output serves as a versatile interface to drive downstream geometry-aware modules for part-based generation and editing. By decoupling the symbolic planning from the geometric synthesis, our approach allows any compatible geometry engine to be controlled through a single, language-native frontend. We pre-train a dual-encoder architecture to disentangle structure from semantics and instruction-tune the model on a large-scale, part-centric dataset. Experiments demonstrate that our model excels at producing high-quality, structured plans, enabling state-of-the-art performance in grounded Q\&A, compositional generation, and localized editing through one unified interface. Project page: https://chunshi.wang/Part-X-MLLM/
