paper-with-me

Papers

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

2025-11-27 · Pu Li, Wenhao Zhang, Weize Quan, Biao Zhang, Peter Wonka, Dong-Ming Yan 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 generative methods to rely on cascaded multi-stage networks, resulting in error accumulation and computational inefficiency. We present BrepGPT, a single-stage autoregressive framework for B-rep generation. Our key innovation lies in the Voronoi Half-Patch (VHP) representation, which decomposes B-reps into unified local units by assigning geometry to nearest half-edges and sampling their next pointers. Unlike hierarchical representations that require multiple distinct encodings for different structural levels, our VHP representation facilitates unifying geometric attributes and topological relations in a single, coherent format. We further leverage dual VQ-VAEs to encode both vertex topology and Voronoi Half-Patches into vertex-based tokens, achieving a more compact sequential encoding. A decoder-only Transformer is then trained to autoregressively predict these tokens, which are subsequently mapped to vertex-based features and decoded into complete B-rep models. Experiments demonstrate that BrepGPT achieves state-of-the-art performance in unconditional B-rep generation. The framework also exhibits versatility in various applications, including conditional generation from category labels, point clouds, text descriptions, and images, as well as B-rep autocompletion and interpolation.

📄 PDF Abstract BibTeX arXiv:2511.22171

Code (0)

등록된 구현이 없습니다.

Tasks

Point Clouds

Similar Papers 제목 키워드 기반

Next Patch Prediction for Autoregressive Visual Generation

2024-12-19 · Yatian Pang, Peng Jin, Shuo Yang, Bin Lin 외

Autoregressive models, built based on the Next Token Prediction (NTP) paradigm, show great potential in developing a unified framework that integrates both language and vision tasks. In this work, we rethink the NTP for …

Image GenerationPrediction

NUWA-Infinity: Autoregressive over Autoregressive Generation for Infinite Visual Synthesis

2022-07-20 · Chenfei Wu, Jian Liang, Xiaowei Hu, Zhe Gan 외

In this paper, we present NUWA-Infinity, a generative model for infinite visual synthesis, which is defined as the task of generating arbitrarily-sized high-resolution images or long-duration videos. An autoregressive ov…

Image OutpaintingText-to-Image GenerationVideo Generation

DPAR: Dynamic Patchification for Efficient Autoregressive Visual Generation

2025-12-26 · Divyansh Srivastava, Akshay Mehra, Pranav Maneriker, Debopam Sanyal 외 arxiv

Decoder-only autoregressive image generation typically relies on fixed-length tokenization schemes whose token counts grow quadratically with resolution, substantially increasing the computational and memory demands of a…

multimodal generationImage Generation

Distilling semantically aware orders for autoregressive image generation

2025-04-23 · Rishav Pramanik, Antoine Poupon, Juan A. Rodriguez, Masih Aminbeidokhti 외

Autoregressive patch-based image generation has recently shown competitive results in terms of image quality and scalability. It can also be easily integrated and scaled within Vision-Language models. Nevertheless, autor…

Image GenerationText GenerationText-to-Image Generation

VoronoiPatches: Evaluating A New Data Augmentation Method

2022-12-20 · Steffen Illium, Gretchen Griffin, Michael Kölle, Maximilian Zorn 외

Overfitting is a problem in Convolutional Neural Networks (CNN) that causes poor generalization of models on unseen data. To remediate this problem, many new and diverse data augmentation methods (DA) have been proposed …

Data Augmentation