LGCVSep 26, 2022

Material Prediction for Design Automation Using Graph Representation Learning

arXiv:2209.12793v17 citationsh-index: 18
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of automating material recommendations for designers in manufacturing, though it is incremental as it applies existing GNN methods to a new domain-specific task.

The paper tackles material selection in design automation by introducing a graph representation learning framework that predicts materials for CAD assembly bodies using Graph Neural Networks, achieving a 0.75 top-3 micro-f1 score on the Fusion 360 Gallery dataset.

Successful material selection is critical in designing and manufacturing products for design automation. Designers leverage their knowledge and experience to create high-quality designs by selecting the most appropriate materials through performance, manufacturability, and sustainability evaluation. Intelligent tools can help designers with varying expertise by providing recommendations learned from prior designs. To enable this, we introduce a graph representation learning framework that supports the material prediction of bodies in assemblies. We formulate the material selection task as a node-level prediction task over the assembly graph representation of CAD models and tackle it using Graph Neural Networks (GNNs). Evaluations over three experimental protocols performed on the Fusion 360 Gallery dataset indicate the feasibility of our approach, achieving a 0.75 top-3 micro-f1 score. The proposed framework can scale to large datasets and incorporate designers' knowledge into the learning process. These capabilities allow the framework to serve as a recommendation system for design automation and a baseline for future work, narrowing the gap between human designers and intelligent design agents.

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