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

CAD-SIGNet: CAD Language Inference from Point Clouds Using Layer-Wise Sketch Instance Guided Attention

arXiv 2024 56.2 method

TLDR

End-to-end auto-regressive model that recovers CAD design history (sketch-and-extrusion) from point clouds using sketch instance guided attention.

Reasoning

The paper introduces a novel attention module for fine-grained sketch reconstruction and supports multiple plausible design histories, which are strengths. However, it is limited to sketch-and-extrusion operations and does not address other CAD primitives or real-world scan noise, and the evaluation is only on public datasets.

Read-first score

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

Recency 8%
75.1

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

Methodology quality 25%
70

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

Topical relevance 42%
55

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%
38

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

Field roles

Methodology anchor

Rank sensitivity

Stability: volatile; rank range: 35.

Keyword Scores

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

Deep Analysis

Innovations

  • End-to-end trainable autoregressive architecture for CAD design history recovery from point clouds
  • Layer-wise cross-attention between point cloud and CAD language embedding
  • Sketch Instance Guided Attention (SGA) module for fine-grained sketch detail reconstruction
  • Generation of multiple plausible design choices enabling interactive reverse engineering

Methodology

CAD-SIGNet is an autoregressive model that recovers a sequence of sketch-and-extrusion operations from an input point cloud. It employs layer-wise cross-attention between point cloud features and CAD language embeddings, with a Sketch Instance Guided Attention module to reconstruct fine sketch details. The model is trained end-to-end on public CAD datasets and evaluated on full design history recovery and conditional auto-completion tasks.

Key Results

CAD-SIGNet outperforms existing baselines on full design history recovery and conditional auto-completion from point clouds, as shown by extensive experiments on publicly available CAD datasets.

Tags