CAD 3D Model classification by Graph Neural Networks: A new approach based on STEP format
L. Mandelli, S. Berretti

TL;DR
This paper presents a novel method for classifying CAD models directly from STEP files by converting them into graphs and applying Graph Neural Networks, avoiding data loss from format conversions.
Contribution
The paper introduces a new graph-based approach for CAD model classification using GNNs on STEP format data, with new datasets created for evaluation.
Findings
Outperforms existing methods on CAD datasets
Preserves information by working directly with CAD format
Demonstrates effectiveness of GNNs on structured CAD data
Abstract
In this paper, we introduce a new approach for retrieval and classification of 3D models that directly performs in the Computer-Aided Design (CAD) format without any conversion to other representations like point clouds or meshes, thus avoiding any loss of information. Among the various CAD formats, we consider the widely used STEP extension, which represents a standard for product manufacturing information. This particular format represents a 3D model as a set of primitive elements such as surfaces and vertices linked together. In our approach, we exploit the linked structure of STEP files to create a graph in which the nodes are the primitive elements and the arcs are the connections between them. We then use Graph Neural Networks (GNNs) to solve the problem of model classification. Finally, we created two datasets of 3D models in native CAD format, respectively, by collecting data…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsManufacturing Process and Optimization · 3D Shape Modeling and Analysis · Additive Manufacturing and 3D Printing Technologies
MethodsLib · Test
