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

SECAD-Net: Self-Supervised CAD Reconstruction by Learning Sketch-Extrude Operations

arXiv 2023 55.8 method

TLDR

SECAD-Net self-supervisedly reconstructs editable CAD models by learning sketch-extrude operations from raw geometry using implicit fields.

Reasoning

The paper introduces a novel self-supervised approach for CAD reconstruction that leverages sketch-extrude operations, showing strong results on standard datasets and enabling editing. However, it is limited to extrusion-based modeling and does not address other CAD operations or complex topologies.

Read-first score

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

Recency 8%
65.1

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

Methodology quality 25%
60

Screens visible abstract and analysis fields for experiment, dataset, baseline, metric, and limitation evidence. markers=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%
50

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

Field roles

Candidate

Rank sensitivity

Stability: volatile; rank range: 49.

Keyword Scores

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

Deep Analysis

Innovations

  • Self-supervised learning for CAD reconstruction without requiring labels
  • Reconstruction via learning 2D sketches and 3D extrusion parameters, mimicking modern CAD modeling language
  • Implicit field representation for sketches enabling latent space interpolation and CAD variations
  • Combining extrusion cylinders with Boolean union to approximate target geometry

Methodology

SECADNet is an end-to-end neural network that learns to reconstruct CAD models from raw geometry by predicting 2D sketches and 3D extrusion parameters in a self-supervised manner. It generates extrusion cylinders by extruding each sketch from a 2D plane into a 3D body and combines them via Boolean union to approximate the target shape. Implicit fields are used for sketch representation, allowing interpolation in the sketch latent space for CAD variations.

Key Results

Experiments on ABC and Fusion 360 datasets demonstrate that SECADNet outperforms state-of-the-art alternatives, including a closely related supervised method, and is applicable to CAD editing and single-view reconstruction.

Tags