paper-with-me

Papers

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

2025-12-02 · Xiang Xu, Pradeep Kumar Jayaraman, Joseph G. Lambourne, Yilin Liu, Durvesh Malpure, Pete Meltzer arxiv

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.

📄 PDF Abstract BibTeX arXiv:2512.03018

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AutoRegressive Generation with B-rep Holistic Token Sequence Representation

2026-01-23 · Jiahao Li, Yunpeng Bai, Yongkang Dai, Hao Guo 외 arxiv

Previous representation and generation approaches for the B-rep relied on graph-based representations that disentangle geometric and topological features through decoupled computational pipelines, thereby precluding the …

BrepGPT: Autoregressive B-rep Generation with Voronoi Half-Patch

2025-11-27 · Pu Li, Wenhao Zhang, Weize Quan, Biao Zhang 외 arxiv

Boundary representation (B-rep) is the de facto standard for CAD model representation in modern industrial design. The intricate coupling between geometric and topological elements in B-rep structures has forced existing…

Point Clouds

QuadGPT: Native Quadrilateral Mesh Generation with Autoregressive Models

2025-09-25 · Jian Liu, Chunshi Wang, Song Guo, Haohan Weng 외 arxiv

The generation of quadrilateral-dominant meshes is a cornerstone of professional 3D content creation. However, existing generative models generate quad meshes by first generating triangle meshes and then merging triangle…

Reinforcement Learning

Autoregressive latent diffusion for 3D molecule generation

2026-07-10 · Federico Ottomano, Gaopeng Ren, Yingzhen Li, Kim E. Jelfs 외 arxiv

Three-dimensional (3D) molecule generation has been dominated by diffusion models, which achieve strong generation quality but typically require the molecular size to be specified a priori. Recent autoregressive approach…

MORPHOS: Autoregressive 4D Generation with Temporal Structured Latents

2026-06-01 · Minkyung Kwon, Jinhyeok Choi, Youngjin Shin, Jaeyeong Kim 외 arxiv

We present MORPHOS, a novel autoregressive framework that generates dynamic 3D assets from videos across diverse representations, including meshes, 3D Gaussians, and radiance fields. Existing methods are typically limite…