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/ExtrudeNet: Unsupervised Inverse Sketch-and-Extrude for Sh...

ExtrudeNet: Unsupervised Inverse Sketch-and-Extrude for Shape Parsing

Daxuan Ren, Jianmin Zheng, Jianfei Cai, Jiatong Li, Junzhe Zhang

2022-09-30CAD Reconstruction
PaperPDFCode(official)

Abstract

Sketch-and-extrude is a common and intuitive modeling process in computer aided design. This paper studies the problem of learning the shape given in the form of point clouds by inverse sketch-and-extrude. We present ExtrudeNet, an unsupervised end-to-end network for discovering sketch and extrude from point clouds. Behind ExtrudeNet are two new technical components: 1) an effective representation for sketch and extrude, which can model extrusion with freeform sketches and conventional cylinder and box primitives as well; and 2) a numerical method for computing the signed distance field which is used in the network learning. This is the first attempt that uses machine learning to reverse engineer the sketch-and-extrude modeling process of a shape in an unsupervised fashion. ExtrudeNet not only outputs a compact, editable and interpretable representation of the shape that can be seamlessly integrated into modern CAD software, but also aligns with the standard CAD modeling process facilitating various editing applications, which distinguishes our work from existing shape parsing research. Code is released at https://github.com/kimren227/ExtrudeNet.

Results

TaskDatasetMetricValueModel
Object ReconstructionFusion 360 GalleryChamfer Distance (median)4.95ExtrudeNet
Object ReconstructionFusion 360 GalleryIoU37.3ExtrudeNet
Object ReconstructionDeepCADCamfer Distance (median)3.37ExtrudeNet
Object ReconstructionDeepCADIoU40.3ExtrudeNet
3D Object ReconstructionFusion 360 GalleryChamfer Distance (median)4.95ExtrudeNet
3D Object ReconstructionFusion 360 GalleryIoU37.3ExtrudeNet
3D Object ReconstructionDeepCADCamfer Distance (median)3.37ExtrudeNet
3D Object ReconstructionDeepCADIoU40.3ExtrudeNet

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