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

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

19 Mar 2023CVPR 2023 1arXiv:2303.10613archive 2025-07-28

Pu Li, Jianwei Guo, Xiaopeng Zhang, Dong-Ming Yan

Reverse engineering CAD models from raw geometry is a classic but strenuous research problem. Previous learning-based methods rely heavily on labels due to the supervised design patterns or reconstruct CAD shapes that are not easily editable. In this work, we introduce SECAD-Net, an end-to-end neural network aimed at reconstructing compact and easy-to-edit CAD models in a self-supervised manner. Drawing inspiration from the modeling language that is most commonly used in modern CAD software, we propose to learn 2D sketches and 3D extrusion parameters from raw shapes, from which a set of extrusion cylinders can be generated by extruding each sketch from a 2D plane into a 3D body. By incorporating the Boolean operation (i.e., union), these cylinders can be combined to closely approximate the target geometry. We advocate the use of implicit fields for sketch representation, which allows for creating CAD variations by interpolating latent codes in the sketch latent space. Extensive experiments on both ABC and Fusion 360 datasets demonstrate the effectiveness of our method, and show superiority over state-of-the-art alternatives including the closely related method for supervised CAD reconstruction. We further apply our approach to CAD editing and single-view CAD reconstruction. The code is released at https://github.com/BunnySoCrazy/SECAD-Net.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2303.10613")

Code

Syntology Ran 5 of 8 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 1 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: official repository: 8 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

bunnysocrazy/secad-net officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

8 samples harvested; 5 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · our draft was wrong
1ran · fixture could not drive it
1ran
3unverified

Licence: 0 of the 8 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from bunnysocrazy/secad-net. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

SketchHead bunnysocrazy/secad-net/model/network.py official repository ran fingerprinted MIT (permissive) · dfb8ca849bc938df · report
add_latent bunnysocrazy/secad-net/model/network.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 47d5c549ba4246dd · report
quaternion_apply bunnysocrazy/secad-net/model/network.py official repository ran · our draft was wrong MIT (permissive) · bc4b1c0dfd5ef7d0 · report
quaternion_invert bunnysocrazy/secad-net/model/network.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 569d14df01769cd6 · report
quaternion_raw_multiply bunnysocrazy/secad-net/model/network.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 1d5fd671755bfef6 · report
Generator bunnysocrazy/secad-net/model/network.py official repository unverified MIT (permissive) · 6770ca8e39d6a908 · report
sdfExtrusion bunnysocrazy/secad-net/model/network.py official repository unverified MIT (permissive) · 3eac1e69026534ee · report
transform_points bunnysocrazy/secad-net/model/network.py official repository unverified MIT (permissive) · d99f5fe17a529cb1 · report

Tasks

CAD Reconstruction

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
CAD Reconstruction DeepCAD SECAD-Net Camfer Distance (median) 3.65 #6 of 11 Archive leaderboard report
CAD Reconstruction DeepCAD SECAD-Net IoU 72.9 #6 of 11 Archive leaderboard report
CAD Reconstruction Fusion 360 Gallery SECAD-Net Chamfer Distance (median) 4.32 #3 of 11 Archive leaderboard report
CAD Reconstruction Fusion 360 Gallery SECAD-Net IoU 69.0 #3 of 11 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

ABC

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections