SA-GNAS: Seed Architecture Expansion for Efficient Large-scale Graph Neural Architecture Search
Guanghui Zhu, Zipeng Ji, Jingyan Chen, Limin Wang, Chunfeng Yuan, and, Yihua Huang

TL;DR
SA-GNAS introduces a seed architecture expansion framework for efficient large-scale graph neural architecture search, significantly reducing search time and outperforming existing methods on billion-edge graphs.
Contribution
The paper proposes a novel seed architecture expansion approach for large-scale GNAS, improving efficiency and performance over prior methods.
Findings
Outperforms state-of-the-art GNN architectures and GNAS methods on large graphs.
Achieves 2.8x speedup on billion-edge graphs compared to GAUSS.
Inherently parallelizable, further enhancing search efficiency with more GPUs.
Abstract
GNAS (Graph Neural Architecture Search) has demonstrated great effectiveness in automatically designing the optimal graph neural architectures for multiple downstream tasks, such as node classification and link prediction. However, most existing GNAS methods cannot efficiently handle large-scale graphs containing more than million-scale nodes and edges due to the expensive computational and memory overhead. To scale GNAS on large graphs while achieving better performance, we propose SA-GNAS, a novel framework based on seed architecture expansion for efficient large-scale GNAS. Similar to the cell expansion in biotechnology, we first construct a seed architecture and then expand the seed architecture iteratively. Specifically, we first propose a performance ranking consistency-based seed architecture selection method, which selects the architecture searched on the subgraph that best…
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
TopicsGraph Theory and Algorithms · Advanced Graph Neural Networks · Semantic Web and Ontologies
