paper-with-me

Papers

BrepGen: A B-rep Generative Diffusion Model with Structured Latent Geometry

2024-01-28 · Xiang Xu, Joseph G. Lambourne, Pradeep Kumar Jayaraman, Zhengqing Wang, Karl D. D. Willis, Yasutaka Furukawa

This paper presents BrepGen, a diffusion-based generative approach that directly outputs a Boundary representation (B-rep) Computer-Aided Design (CAD) model. BrepGen represents a B-rep model as a novel structured latent geometry in a hierarchical tree. With the root node representing a whole CAD solid, each element of a B-rep model (i.e., a face, an edge, or a vertex) progressively turns into a child-node from top to bottom. B-rep geometry information goes into the nodes as the global bounding box of each primitive along with a latent code describing the local geometric shape. The B-rep topology information is implicitly represented by node duplication. When two faces share an edge, the edge curve will appear twice in the tree, and a T-junction vertex with three incident edges appears six times in the tree with identical node features. Starting from the root and progressing to the leaf, BrepGen employs Transformer-based diffusion models to sequentially denoise node features while duplicated nodes are detected and merged, recovering the B-Rep topology information. Extensive experiments show that BrepGen advances the task of CAD B-rep generation, surpassing existing methods on various benchmarks. Results on our newly collected furniture dataset further showcase its exceptional capability in generating complicated geometry. While previous methods were limited to generating simple prismatic shapes, BrepGen incorporates free-form and doubly-curved surfaces for the first time. Additional applications of BrepGen include CAD autocomplete and design interpolation. The code, pretrained models, and dataset are available at https://github.com/samxuxiang/BrepGen.

📄 PDF Abstract BibTeX arXiv:2401.15563

Code (1)

samxuxiang/brepgen 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

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 int…

valid

Geometric Latent Diffusion Models for 3D Molecule Generation

2023-05-02 · Minkai Xu, Alexander Powers, Ron Dror, Stefano Ermon 외

Generative models, especially diffusion models (DMs), have achieved promising results for generating feature-rich geometries and advancing foundational science problems such as molecule design. Inspired by the recent hug…

3D Molecule GenerationUnconditional Molecule Generationvalid

Hessian Geometry of Latent Space in Generative Models

2025-06-12 · Alexander Lobashev, Dmitry Guskov, Maria Larchenko, Mikhail Tamm

This paper presents a novel method for analyzing the latent space geometry of generative models, including statistical physics models and diffusion models, by reconstructing the Fisher information metric. The method appr…

Contrastive Diffusion Alignment: Learning Structured Latents for Controllable Generation

2025-10-16 · Ruchi Sandilya, Sumaira Perez, Charles Lynch, Lindsay Victoria 외 arxiv

Diffusion models excel at generation, but their latent spaces are high dimensional and not explicitly organized for interpretation or control. We introduce ConDA (Contrastive Diffusion Alignment), a plug-and-play geometr…

Contrastive Learning

PE-Field 4D: Video Generation Models as Canvas

2026-07-17 · Yunpeng Bai, Haoxiang Li, Qixing Huang arxiv

Diffusion Transformers have recently achieved strong performance in video generation, yet controlling scene geometry under viewpoint changes and camera motion remains challenging. In this work, we revisit the role of pos…

Video Generation