LGDMDSCOSPJun 6, 2024

On the Expressive Power of Spectral Invariant Graph Neural Networks

arXiv:2406.04336v121 citations
Originality Incremental advance
AI Analysis

This work provides a theoretical foundation for spectral invariant GNNs, addressing a fundamental ambiguity issue in graph learning, but it is incremental as it builds on existing spectral and subgraph methods.

The paper tackles the challenge of understanding the expressive power of spectral invariant graph neural networks by introducing a unified framework, EPNN, which unifies prior architectures and establishes an expressiveness hierarchy, showing they are strictly less expressive than 3-WL.

Incorporating spectral information to enhance Graph Neural Networks (GNNs) has shown promising results but raises a fundamental challenge due to the inherent ambiguity of eigenvectors. Various architectures have been proposed to address this ambiguity, referred to as spectral invariant architectures. Notable examples include GNNs and Graph Transformers that use spectral distances, spectral projection matrices, or other invariant spectral features. However, the potential expressive power of these spectral invariant architectures remains largely unclear. The goal of this work is to gain a deep theoretical understanding of the expressive power obtainable when using spectral features. We first introduce a unified message-passing framework for designing spectral invariant GNNs, called Eigenspace Projection GNN (EPNN). A comprehensive analysis shows that EPNN essentially unifies all prior spectral invariant architectures, in that they are either strictly less expressive or equivalent to EPNN. A fine-grained expressiveness hierarchy among different architectures is also established. On the other hand, we prove that EPNN itself is bounded by a recently proposed class of Subgraph GNNs, implying that all these spectral invariant architectures are strictly less expressive than 3-WL. Finally, we discuss whether using spectral features can gain additional expressiveness when combined with more expressive GNNs.

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