HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

GraphNAS: Graph Neural Architecture Search with Reinforcement Learning

Yang Gao; Hong Yang; Peng Zhang; Chuan Zhou; Yue Hu

GraphNAS: Graph Neural Architecture Search with Reinforcement Learning

Abstract

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.

Code Repositories

GraphNAS/GraphNAS-simple
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
node-classification-on-citeseerGraphNAS
Accuracy: 73.1 ± 0.9%
node-classification-on-coraGraphNAS
Accuracy: 84.2% ± 1.0%
node-classification-on-ppiGraphNAS
F1: 98.6 ± 0.1
node-classification-on-pubmedGraphNAS
Accuracy: 79.6 ± 0.4%

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
GraphNAS: Graph Neural Architecture Search with Reinforcement Learning | Papers | HyperAI