Awesome AI4CAD Hub Papers · Datasets · Projects
← Back to papers

BRepCLIP: Contrastive Multimodal Pretraining on BRep Primitives for CAD Understanding

arXiv 2026 52.9 method

TLDR

BRepCLIP aligns BRep geometry with language and images via contrastive pretraining, improving CAD retrieval and classification.

Reasoning

The paper introduces a novel framework for learning BRep representations with multimodal alignment, achieving significant improvements in retrieval and zero-shot classification. However, it focuses on discriminative tasks and does not address generative modeling or reconstruction.

Read-first score

Read-first score 52.9, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 79.

Recency 8%
100

Uses a gentle age decay so recent papers surface without erasing older foundations. 2026

Methodology quality 25%
50

Screens visible abstract and analysis fields for experiment, dataset, baseline, metric, and limitation evidence. markers=metric

Topical relevance 42%
49.4

Uses existing LLM keyword relevance scores normalized to 0-100. AI for CAD,computer-aided design,neural CAD,generative CAD,parametric CAD,B-Rep,boundary representation,constructive solid geometry,CSG,sketch extrusion,CAD generation,CAD reconstruction,text-to-CAD,image-to-CAD,point cloud to CAD,CAD program

Reproducibility 25%
46

Screens links and visible text for paper, code, dataset, artifact, and repository signals. pdf=True; code=False; dataset=False; markers=code,github

Field roles

Frontier

Rank sensitivity

Stability: volatile; rank range: 27.

Keyword Scores

AI for CAD
10
B-Rep
10
boundary representation
10
computer-aided design
8
neural CAD
8
parametric CAD
7
text-to-CAD
6
image-to-CAD
6
generative CAD
5
CAD generation
4
point cloud to CAD
3
CAD reconstruction
2
constructive solid geometry
0
CSG
0
sketch extrusion
0
CAD program
0

Deep Analysis

Innovations

  • First framework to align BRep geometry with language and image embeddings through contrastive pretraining
  • Models CAD objects as sequences of face and edge tokens with separate discrete vocabularies for surface and curve geometry, augmented with spatial and semantic descriptors
  • Transformer encoder aggregates tokens into a global BRep embedding aligned with CLIP's text and image encoders via a joint contrastive objective
  • Generates more discriminative and semantically grounded embeddings than point-based alternatives

Methodology

BRepCLIP represents each CAD object as a sequence of face and edge tokens using separate discrete vocabularies for surface and curve primitives, enriched with spatial and semantic descriptors. A transformer encoder produces a global BRep embedding, which is aligned with CLIP's text and image embeddings through a joint contrastive loss.

Key Results

BRepCLIP improves Top-1 retrieval over OpenShape by 40.4%, 22.0%, and 23.9% on ABC, CADParser, and Automate, respectively, and boosts zero-shot classification Top-1 on FabWave by 15%. It also provides a CAD-aware similarity metric for evaluating text- and image-conditioned CAD generation.

Tags

CV