paper-with-me

Papers

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

2025-03-17 · CVPR 2025 1 · Jing Li, Yihang Fu, Falai Chen

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.

📄 PDF Abstract BibTeX arXiv:2503.13110

Code (1)

jinli99/dtgbrepgen 공식 구현 pytorch

Tasks

valid

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

PanoWorld: A Generative Spatial World Model for Consistent Whole-House Panorama Synthesis

2026-05-18 · Jinrang Jia, Zhenjia Li, Yijiang Hu, Yifeng Shi arxiv

Generating a consistent whole-house VR tour from a floorplan and style reference requires both photorealistic panoramas and cross-view spatial coherence. Pure 2D generators produce appealing single panoramas but re-imagi…

3D Generation

Geometric Decoupling: Diagnosing the Structural Instability of Latent

2026-04-20 · Yuanbang Liang, Zhengwen Chen, Yu-Kun Lai arxiv

Latent Diffusion Models (LDMs) achieve high-fidelity synthesis but suffer from latent space brittleness, causing discontinuous semantic jumps during editing. We introduce a Riemannian framework to diagnose this instabili…

Flatten The Complex: Joint B-Rep Generation via Compositional $k$-Cell Particles

2026-01-25 · Junran Lu, Yuanqi Li, Hengji Li, Jie Guo 외 arxiv

Boundary Representation (B-Rep) is the widely adopted standard in Computer-Aided Design (CAD) and manufacturing. However, generative modeling of B-Reps remains a formidable challenge due to their inherent heterogeneity a…

3D Reconstruction

TriFlow: Generating Artist-Like 3D Mesh Topology via Nearest-Vertex Vector Fields

2026-06-18 · Haoxuan Li, Ziya Erkoç, Daniele Sirigatti, Vladislav Rosov 외 arxiv

We present TriFlow, a new generative approach for producing compact 3D meshes with artist-like triangle topology directly from input geometry conditions such as signed distance fields. Our key insight is to represent mes…

Generative Lane Topology Reasoning via Autoregressive Model with Geometry Prior

2026-06-30 · Jiahui Fu, Zehao Huang, Han Li, Naiyan Wang 외 arxiv

Lane topology reasoning aims to construct a lane graph from onboard sensor observations. Existing methods follow a detection and association paradigm that treats each lane instance independently, leading to geometric inc…