CVGRLGMay 20, 2021

DeepCAD: A Deep Generative Network for Computer-Aided Design Models

arXiv:2105.09492v2312 citations
Originality Incremental advance
AI Analysis

This addresses the need for CAD-based generative models in industrial and engineering design, offering a novel approach but incremental in adapting existing methods to a new representation.

The paper tackles the problem of generating 3D shapes using computer-aided design (CAD) operations, which encode user creation processes, by proposing a deep generative network based on the Transformer, achieving performance in shape autoencoding and random generation with a new dataset of 178,238 models.

Deep generative models of 3D shapes have received a great deal of research interest. Yet, almost all of them generate discrete shape representations, such as voxels, point clouds, and polygon meshes. We present the first 3D generative model for a drastically different shape representation --- describing a shape as a sequence of computer-aided design (CAD) operations. Unlike meshes and point clouds, CAD models encode the user creation process of 3D shapes, widely used in numerous industrial and engineering design tasks. However, the sequential and irregular structure of CAD operations poses significant challenges for existing 3D generative models. Drawing an analogy between CAD operations and natural language, we propose a CAD generative network based on the Transformer. We demonstrate the performance of our model for both shape autoencoding and random shape generation. To train our network, we create a new CAD dataset consisting of 178,238 models and their CAD construction sequences. We have made this dataset publicly available to promote future research on this topic.

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