Graph Neural Network Architecture Search for Molecular Property Prediction
Shengli Jiang, Prasanna Balaprakash

TL;DR
This paper introduces an automated neural architecture search method to design effective graph neural networks for molecular property prediction, outperforming manually designed models on benchmark datasets.
Contribution
The paper presents a novel NAS approach specifically tailored for GNNs in molecular property prediction, reducing manual effort and improving model performance.
Findings
Automatically discovered MPNNs outperform manual models
Customizing GNN architecture is crucial for accuracy
The approach reduces manual tuning effort
Abstract
Predicting the properties of a molecule from its structure is a challenging task. Recently, deep learning methods have improved the state of the art for this task because of their ability to learn useful features from the given data. By treating molecule structure as graphs, where atoms and bonds are modeled as nodes and edges, graph neural networks (GNNs) have been widely used to predict molecular properties. However, the design and development of GNNs for a given data set rely on labor-intensive design and tuning of the network architectures. Neural architecture search (NAS) is a promising approach to discover high-performing neural network architectures automatically. To that end, we develop an NAS approach to automate the design and development of GNNs for molecular property prediction. Specifically, we focus on automated development of message-passing neural networks (MPNNs) to…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Drug Discovery Methods · Machine Learning in Materials Science · Advanced Graph Neural Networks
MethodsMessage Passing Neural Network
