Paper Overview
Field: Computer Vision (CV) Authors: Yikang Yang, Zhanpeng Hu, Youtian Lin, Mengqi Zhou, Jingxi Xu, Feihu Zhang, Jiaheng Liu, Yao Yao Published: 2026-06-09 arXiv: 2606.11152
Abstract (translated)
Multimodal large language models can write code to produce complex programs as well as use programs to do 3D modeling, which opens up a new avenue for 3D generation powered by their priors, world knowledge and reasoning. Yet existing benchmarks rarely evaluate 3D modeling through code. Such modeling demands more than runnable code: from a text or visual specification, a model must generate a parametric 3D program that is geometrically precise, semantically aligned and assembly-consistent.
The authors introduce P3D-Bench, a benchmark for parametric 3D generation. Unlike a 3D mesh, a parametric 3D program exposes explicit dimensions, construction operations and part relations, revealing whether a model recovers a design's structure, not just its appearance. Under a unified protocol, P3D-Bench covers three task families:
- Text-to-3D: generating parametric programs from text specifications
- Image-to-3D: reconstructing parametric programs from visual inputs
- Assembly 3D: composing parts into consistent assemblies
- Executability of generated programs
- Geometric fidelity
- Topology correctness
- Text constraint satisfaction
- Multi-view semantic alignment
- Part-level structural accuracy
- Assembly is the hardest setting among the three task families
- Models can recover global shapes but struggle to reproduce precise parametric geometry
- Part-level modeling remains a weak point for current MLLMs
Evaluation Dimensions
P3D-Bench assesses models along multiple axes:
Key Findings
*Auto-collected on 2026-06-11.*