Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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.

Pu Li, Jianwei Guo, Xiaopeng Zhang, Dong-ming Yan• 2023

Related benchmarks

TaskDatasetResultRank
Surface ReconstructionABC
CD4.35
6
CAD reconstructionFusion 360 (test)
Chamfer Distance2.052
5
CAD reconstructionDeepCAD
Error Angle (°)43.2088
5
CAD reconstructionFusion360
Error Angle (°)42.5529
5
CAD reconstructionABC
CD0.33
4
Showing 5 of 5 rows

Other info

Code

Follow for update