CVGRLGMar 19, 2023

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

arXiv:2303.10613v163 citationsh-index: 21Has Code
Originality Highly original
AI Analysis

This addresses the strenuous task of creating editable CAD models for engineers and designers, offering a novel self-supervised approach that improves upon previous supervised methods.

The paper tackles the problem of reverse engineering CAD models from raw geometry by introducing SECAD-Net, a self-supervised neural network that reconstructs compact and editable CAD models, achieving superiority over state-of-the-art alternatives on ABC and Fusion 360 datasets.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes