BrepLLM: Native Boundary Representation Understanding with Large Language Models
Liyuan Deng, Hao Guo, Yunpeng Bai, Yongkang Dai, Huaxi Huang, Yilei Shi

TL;DR
BrepLLM introduces a novel framework that enables large language models to directly understand and reason over 3D Boundary Representation models by bridging geometric data with natural language through a specialized training pipeline.
Contribution
It is the first framework to integrate raw Brep data into LLMs, employing a hierarchical encoder and multi-stage training to enhance 3D geometric reasoning capabilities.
Findings
Achieves state-of-the-art results on 3D classification tasks.
Demonstrates effective natural language understanding of 3D Brep models.
Constructs a large Brep-text dataset for training and evaluation.
Abstract
Current token-sequence-based Large Language Models (LLMs) are not well-suited for directly processing 3D Boundary Representation (Brep) models that contain complex geometric and topological information. We propose BrepLLM, the first framework that enables LLMs to parse and reason over raw Brep data, bridging the modality gap between structured 3D geometry and natural language. BrepLLM employs a two-stage training pipeline: Cross-modal Alignment Pre-training and Multi-stage LLM Fine-tuning. In the first stage, an adaptive UV sampling strategy converts Breps into graphs representation with geometric and topological information. We then design a hierarchical BrepEncoder to extract features from geometry (i.e., faces and edges) and topology, producing both a single global token and a sequence of node tokens. Then we align the global token with text embeddings from a frozen CLIP text encoder…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Shape Modeling and Analysis · Multimodal Machine Learning Applications · Advanced Graph Neural Networks
