vix.ing · top · new · best · stats

AutoBrep: Autoregressive B-Rep Generation with Unified Topology and Geometry

2025/12/02 by Xiang Xu, Pradeep Kumar Jayaraman, Xu, Xiang +9 · 4 citations
Engineering · #3D Shape Modeling and Analysis #Adjacency list #Boundary (topology) #Boundary representation #Computer Vision and Pattern Recognition (cs.CV) #FOS: Computer and information sciences #Inference #Manufacturing Process and Optimization #Representation (politics) #Scalability #Solid modeling #Topology (electrical circuits) #Topology Optimization in Engineering #Tree traversal

paper · pdf · doi:10.48550/arxiv.2512.03018

published in arXiv (Cornell University) (Cornell University)

openalex publication_date 2025/12/02 · openalex created_date 2025/12/04 · openalex updated_date 2026/08/05

Abstract

The boundary representation (B-Rep) is the standard data structure used in Computer-Aided Design (CAD) for defining solid models. Despite recent progress, directly generating B-Reps end-to-end with precise geometry and watertight topology remains a challenge. This paper presents AutoBrep, a novel Transformer model that autoregressively generates B-Reps with high quality and validity. AutoBrep employs a unified tokenization scheme that encodes both geometric and topological characteristics of a B-Rep model as a sequence of discrete tokens. Geometric primitives (i.e., surfaces and curves) are encoded as latent geometry tokens, and their structural relationships are defined as special topological reference tokens. Sequence order in AutoBrep naturally follows a breadth first traversal of the B-Rep face adjacency graph. At inference time, neighboring faces and edges along with their topological structure are progressively generated. Extensive experiments demonstrate the advantages of our unified representation when coupled with next-token prediction for B-Rep generation. AutoBrep outperforms baselines with better quality and watertightness. It is also highly scalable to complex solids with good fidelity and inference speed. We further show that autocompleting B-Reps is natively supported through our unified tokenization, enabling user-controllable CAD generation with minimal changes. Code is available at https://github.com/AutodeskAILab/AutoBrep.

Citations

Cited by

Related