Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

GraphNAS: Graph Neural Architecture Search with Reinforcement Learning

About

Graph Neural Networks (GNNs) have been popularly used for analyzing non-Euclidean data such as social network data and biological data. Despite their success, the design of graph neural networks requires a lot of manual work and domain knowledge. In this paper, we propose a Graph Neural Architecture Search method (GraphNAS for short) that enables automatic search of the best graph neural architecture based on reinforcement learning. Specifically, GraphNAS first uses a recurrent network to generate variable-length strings that describe the architectures of graph neural networks, and then trains the recurrent network with reinforcement learning to maximize the expected accuracy of the generated architectures on a validation data set. Extensive experimental results on node classification tasks in both transductive and inductive learning settings demonstrate that GraphNAS can achieve consistently better performance on the Cora, Citeseer, Pubmed citation network, and protein-protein interaction network. On node classification tasks, GraphNAS can design a novel network architecture that rivals the best human-invented architecture in terms of test set accuracy.

Yang Gao, Hong Yang, Peng Zhang, Chuan Zhou, Yue Hu• 2019

Related benchmarks

TaskDatasetResultRank
Node ClassificationCiteseer
Accuracy73.1
931
Node ClassificationCiteseer (test)
Accuracy0.731
824
Node ClassificationPubmed
Accuracy76.9
819
Node ClassificationPubMed (test)
Accuracy79.6
546
Node ClassificationPPI (test)--
126
Node ClassificationCora transductive (test)
Accuracy84.2
108
Node ClassificationCiteseer transductive (test)
Accuracy73.1
100
Transductive Node ClassificationPubmed (transductive)
Accuracy79.6
95
Diabetes DetectionMIMIC-III
AUC68.05
48
Fraud DetectionAmazon (40% train ratio)
AUC0.7625
16
Showing 10 of 19 rows

Other info

Code

Follow for update