GRCVApr 7, 2025

Bringing Attention to CAD: Boundary Representation Learning via Transformer

arXiv:2504.07134v211 citationsh-index: 3Comput. Aided Des.
Originality Incremental advance
AI Analysis

This addresses a gap in generative AI for CAD, enabling better processing of B-rep models, though it is incremental as it adapts existing Transformer methods to a new domain.

The paper tackled the challenge of applying Transformer networks to computer-aided design (CAD) boundary representation (B-rep) models, which have irregular topology and continuous geometry, by proposing the Boundary Representation Transformer (BRT) with continuous geometric and topology-aware embeddings, achieving state-of-the-art performance in part classification and feature recognition tasks.

The recent rise of generative artificial intelligence (AI), powered by Transformer networks, has achieved remarkable success in natural language processing, computer vision, and graphics. However, the application of Transformers in computer-aided design (CAD), particularly for processing boundary representation (B-rep) models, remains largely unexplored. To bridge this gap, we propose a novel approach for adapting Transformers to B-rep learning, called the Boundary Representation Transformer (BRT). B-rep models pose unique challenges due to their irregular topology and continuous geometric definitions, which are fundamentally different from the structured and discrete data Transformers are designed for. To address this, BRT proposes a continuous geometric embedding method that encodes B-rep surfaces (trimmed and untrimmed) into Bezier triangles, preserving their shape and continuity without discretization. Additionally, BRT employs a topology-aware embedding method that organizes these geometric embeddings into a sequence of discrete tokens suitable for Transformers, capturing both geometric and topological characteristics within B-rep models. This enables the Transformer's attention mechanism to effectively learn shape patterns and contextual semantics of boundary elements in a B-rep model. Extensive experiments demonstrate that BRT achieves state-of-the-art performance in part classification and feature recognition tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes