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

Masked Topology Modeling for Self-Supervised Learning on Parametric CAD

arXiv 2026 58.6 method

TLDR

Self-supervised pretraining on parametric CAD using masked topology modeling on B-Rep face-adjacency graphs, combined with contrastive learning, achieves strong benchmark performance.

Reasoning

Strengths include a novel self-supervised task that leverages the unique B-Rep structure, combining masked edge prediction with contrastive learning and augmentation. Weaknesses are that the abstract lacks specific downstream task details and explicit comparisons to prior methods, though benchmarks are mentioned.

Read-first score

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

Recency 8%
100

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

Methodology quality 25%
80

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

Reproducibility 25%
46

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

Topical relevance 42%
45

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

Field roles

FrontierMethodology anchor

Rank sensitivity

Stability: volatile; rank range: 8.

Keyword Scores

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

Deep Analysis

Innovations

  • Masked Topology Modeling (MTM): a self-supervised pretraining task that masks edges in the face-adjacency graph of B-Reps and predicts each masked edge's convexity and curve type.
  • Combination of MTM with MoCo-style momentum-queue contrastive learning and B-rep-aware augmentations.
  • A BFS-connected face-region masked-reconstruction objective.
  • A new procedurally generated dataset for pretraining (alongside ABC dataset).

Methodology

The method pretrains a graph encoder on the face-adjacency graph of CAD boundary representations (B-Reps). MTM masks edges and uses a prediction head to recover convexity and curve type from face features. It is combined with a momentum-queue contrastive objective using B-rep-specific augmentations and a masked region reconstruction objective. Pretraining uses the ABC dataset and a new procedurally generated dataset, with evaluation on multiple downstream benchmarks.

Key Results

The proposed pretraining approach shows strong performance on a number of benchmarks.

Tags