Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

DTGBrepGen: A Novel B-rep Generative Model through Decoupling Topology and Geometry

About

Boundary representation (B-rep) of geometric models is a fundamental format in Computer-Aided Design (CAD). However, automatically generating valid and high-quality B-rep models remains challenging due to the complex interdependence between the topology and geometry of the models. Existing methods tend to prioritize geometric representation while giving insufficient attention to topological constraints, making it difficult to maintain structural validity and geometric accuracy. In this paper, we propose DTGBrepGen, a novel topology-geometry decoupled framework for B-rep generation that explicitly addresses both aspects. Our approach first generates valid topological structures through a two-stage process that independently models edge-face and edge-vertex adjacency relationships. Subsequently, we employ Transformer-based diffusion models for sequential geometry generation, progressively generating vertex coordinates, followed by edge geometries and face geometries which are represented as B-splines. Extensive experiments on diverse CAD datasets show that DTGBrepGen significantly outperforms existing methods in both topological validity and geometric accuracy, achieving higher validity rates and producing more diverse and realistic B-reps. Our code is publicly available at https://github.com/jinli99/DTGBrepGen.

Jing Li, Yihang Fu, Falai Chen• 2025

Related benchmarks

TaskDatasetResultRank
Unconditional CAD GenerationDeepCAD (unfiltered)
Coverage (COV)74.29
4
Unconditional GenerationDeepCAD
COV74.52
4
Unconditional CAD GenerationDeepCAD #vertices>=12 (filtered)
COV67.12
4
B-Rep GenerationABC
1-NNA63.4
3
B-Rep GenerationDeepCAD
Inference Time (s)3.6
3
Unconditional CAD GenerationABC (unfiltered)
Coverage (COV)71.6
3
B-Rep GenerationDeepCAD
1-NNA57.46
3
Unconditional CAD GenerationABC filtered #vertices>=24
COV66.87
3
Unconditional GenerationABC
Coverage66.07
2
Showing 9 of 9 rows

Other info

Code

Follow for update