🤖 AI Summary
Existing 3D multimodal large language models lack native support for unified 3D understanding and generation, particularly under joint RGB-point-cloud and natural-language inputs, where structured, executable instruction representations remain absent. Method: We propose the first native 3D multimodal LLM, introducing a part-level structured grammar that encodes tasks as coherent token sequences comprising bounding boxes, semantic descriptions, and editing commands. Our approach employs dual-encoder pretraining to decouple geometric structure from semantics, followed by instruction tuning on a large-scale part-centric dataset. Crucially, we decouple symbolic planning from geometric synthesis, enabling the language frontend to universally control heterogeneous geometric engines. Contribution/Results: The model achieves state-of-the-art performance on grounded visual question answering, compositional 3D generation, and localized editing—demonstrating its capability to generate high-fidelity, executable 3D programs.
📝 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/