LGDec 17, 2024

AutoSGNN: Automatic Propagation Mechanism Discovery for Spectral Graph Neural Networks

arXiv:2412.12483v29 citationsh-index: 22
Originality Incremental advance
AI Analysis

This addresses the problem of high labor costs and expert knowledge limitations in manually designing GNNs for different graph types, offering an automated solution for researchers and practitioners in graph machine learning, though it is incremental as it builds on existing spectral GNN and neural architecture search methods.

The paper tackles the challenge of spectral Graph Neural Networks (GNNs) struggling to handle diverse graph types like homogeneous and heterogeneous graphs simultaneously, by proposing AutoSGNN, an automated framework that discovers propagation mechanisms, which outperforms state-of-the-art methods on nine datasets in performance and efficiency.

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 homophilic and heterophilic graphs, demonstrate that AutoSGNN outperforms state-of-the-art spectral GNNs and graph neural architecture search methods in both performance and efficiency.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes