Knowledge-aware Evolutionary Graph Neural Architecture Search
Chao Wang, Jiaxuan Zhao, Lingling Li, Licheng Jiao, Fang, Liu, Xu Liu, Shuyuan Yang

TL;DR
This paper introduces KEGNAS, a knowledge-aware evolutionary approach that leverages prior knowledge from existing graph neural architectures to efficiently search for high-performance models on new datasets, significantly improving search speed and accuracy.
Contribution
The paper proposes a novel method that uses a knowledge base and Gaussian process models to accelerate multi-objective GNAS, outperforming existing evolutionary and differentiable methods.
Findings
KEGNAS achieves 4.27% higher accuracy than advanced evolutionary baselines.
KEGNAS outperforms differentiable baselines by 11.54% in accuracy.
Prior knowledge significantly enhances search performance.
Abstract
Graph neural architecture search (GNAS) can customize high-performance graph neural network architectures for specific graph tasks or datasets. However, existing GNAS methods begin searching for architectures from a zero-knowledge state, ignoring the prior knowledge that may improve the search efficiency. The available knowledge base (e.g. NAS-Bench-Graph) contains many rich architectures and their multiple performance metrics, such as the accuracy (#Acc) and number of parameters (#Params). This study proposes exploiting such prior knowledge to accelerate the multi-objective evolutionary search on a new graph dataset, named knowledge-aware evolutionary GNAS (KEGNAS). KEGNAS employs the knowledge base to train a knowledge model and a deep multi-output Gaussian process (DMOGP) in one go, which generates and evaluates transfer architectures in only a few GPU seconds. The knowledge model…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Graph Theory and Algorithms · Evolutionary Algorithms and Applications
MethodsGaussian Process · Graph Neural Network · Balanced Selection
