Auto-GNN: Neural Architecture Search of Graph Neural Networks
Kaixiong Zhou, Qingquan Song, Xiao Huang, Xia Hu

TL;DR
This paper introduces AGNN, a neural architecture search framework tailored for graph neural networks, which efficiently finds optimal architectures and outperforms existing models on benchmark datasets.
Contribution
The paper proposes a novel NAS framework specifically designed for GNNs, including a reinforcement learning controller and a new parameter sharing strategy.
Findings
AGNN achieves state-of-the-art performance on benchmark datasets.
The proposed parameter sharing strategy stabilizes GNN architecture search.
AGNN outperforms handcrafted GNN models and traditional NAS methods.
Abstract
Graph neural networks (GNN) has been successfully applied to operate on the graph-structured data. Given a specific scenario, rich human expertise and tremendous laborious trials are usually required to identify a suitable GNN architecture. It is because the performance of a GNN architecture is significantly affected by the choice of graph convolution components, such as aggregate function and hidden dimension. Neural architecture search (NAS) has shown its potential in discovering effective deep architectures for learning tasks in image and language modeling. However, existing NAS algorithms cannot be directly applied to the GNN search problem. First, the search space of GNN is different from the ones in existing NAS work. Second, the representation learning capacity of GNN architecture changes obviously with slight architecture modifications. It affects the search efficiency of…
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
TopicsAdvanced Graph Neural Networks · Advanced Neural Network Applications · Multimodal Machine Learning Applications
MethodsSigmoid Activation · Tanh Activation · Softmax · Long Short-Term Memory · Convolution
