TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/SECAD-Net: Self-Supervised CAD Reconstruction by Learning ...

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

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

2023-03-19CVPR 2023 1CAD Reconstruction
PaperPDFCode(official)

Abstract

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.

Results

TaskDatasetMetricValueModel
Object ReconstructionFusion 360 GalleryChamfer Distance (median)4.32SECAD-Net
Object ReconstructionFusion 360 GalleryIoU69SECAD-Net
Object ReconstructionDeepCADCamfer Distance (median)3.65SECAD-Net
Object ReconstructionDeepCADIoU72.9SECAD-Net
3D Object ReconstructionFusion 360 GalleryChamfer Distance (median)4.32SECAD-Net
3D Object ReconstructionFusion 360 GalleryIoU69SECAD-Net
3D Object ReconstructionDeepCADCamfer Distance (median)3.65SECAD-Net
3D Object ReconstructionDeepCADIoU72.9SECAD-Net

Related Papers

cadrille: Multi-modal CAD Reconstruction with Online Reinforcement Learning2025-05-28Point2Primitive: CAD Reconstruction from Point Cloud by Direct Primitive Prediction2025-05-04GaussianCAD: Robust Self-Supervised CAD Reconstruction from Three Orthographic Views Using 3D Gaussian Splatting2025-03-07CAD-Recode: Reverse Engineering CAD Code from Point Clouds2024-12-18Text2CAD: Generating Sequential CAD Models from Beginner-to-Expert Level Text Prompts2024-09-25TransCAD: A Hierarchical Transformer for CAD Sequence Inference from Point Clouds2024-07-17PS-CAD: Local Geometry Guidance via Prompting and Selection for CAD Reconstruction2024-05-24CAD-SIGNet: CAD Language Inference from Point Clouds using Layer-wise Sketch Instance Guided Attention2024-02-27