AutoSGNN: Automatic Propagation Mechanism Discovery for Spectral Graph Neural Networks
Shibing Mo, Kai Wu, Qixuan Gao, Xiangyi Teng, Jing Liu

TL;DR
AutoSGNN is an automated framework that uses large language models and evolutionary strategies to discover spectral GNN architectures adaptable to various graph types, improving performance and efficiency.
Contribution
It introduces AutoSGNN, a novel automated search method unifying spectral GNN design for different graph types, reducing manual effort and expert knowledge dependency.
Findings
AutoSGNN outperforms state-of-the-art spectral GNNs.
AutoSGNN is more efficient than existing search methods.
AutoSGNN effectively handles both homophilic and heterophilic graphs.
Abstract
In real-world applications, spectral Graph Neural Networks (GNNs) are powerful tools for processing diverse types of graphs. However, a single GNN often struggles to handle different graph types-such as homogeneous and heterogeneous graphs-simultaneously. This challenge has led to the manual design of GNNs tailored to specific graph types, but these approaches are limited by the high cost of labor and the constraints of expert knowledge, which cannot keep up with the rapid growth of graph data. To overcome these challenges, we propose AutoSGNN, an automated framework for discovering propagation mechanisms in spectral GNNs. AutoSGNN unifies the search space for spectral GNNs by integrating large language models with evolutionary strategies to automatically generate architectures that adapt to various graph types. Extensive experiments on nine widely-used datasets, encompassing both…
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
Taxonomy
TopicsAdvanced Graph Neural Networks
