AutoHEnsGNN: Winning Solution to AutoGraph Challenge for KDD Cup 2020
Jin Xu, Mingjian Chen, Jianqiang Huang, Xingyuan Tang, Ke Hu, Jian Li,, Jia Cheng, Jun Lei

TL;DR
AutoHEnsGNN is an automated framework that constructs robust and effective graph neural network ensembles, winning the KDD Cup 2020 AutoGraph Challenge by reducing manual effort and variance in GNN design.
Contribution
It introduces a hierarchical ensemble framework with gradient-based and adaptive search methods for architecture and ensemble weights, automating GNN model selection and boosting performance.
Findings
Won first place in KDD Cup 2020 AutoGraph Challenge.
Achieved top performance on five real-world datasets.
Demonstrated effectiveness across various graph tasks.
Abstract
Graph Neural Networks (GNNs) have become increasingly popular and achieved impressive results in many graph-based applications. However, extensive manual work and domain knowledge are required to design effective architectures, and the results of GNN models have high variance with different training setups, which limits the application of existing GNN models. In this paper, we present AutoHEnsGNN, a framework to build effective and robust models for graph tasks without any human intervention. AutoHEnsGNN won first place in the AutoGraph Challenge for KDD Cup 2020, and achieved the best rank score of five real-life datasets in the final phase. Given a task, AutoHEnsGNN first applies a fast proxy evaluation to automatically select a pool of promising GNN models. Then it builds a hierarchical ensemble framework: 1) We propose graph self-ensemble (GSE), which can reduce the variance 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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms
