On the Expressive Power of Spectral Invariant Graph Neural Networks
Bohang Zhang, Lingxiao Zhao, Haggai Maron
TL;DR
This work provides a rigorous theory of the expressive power of spectral invariant GNNs by introducing EPNN, a unifying framework that encodes eigenspace projections and eigenvalues as edge features. It proves tight expressiveness bounds, showing $EPWL$ upper bounds EPNN, and that PSWL strictly surpasses $EPWL$, placing these spectral methods below $3$-WL. The analysis connects spectral-invariant architectures to subgraph-based theories and distance-based GD-WL, revealing that many spectral approaches inherit inherent expressiveness limits even when combined with more powerful GNN backbones. It also demonstrates that Spectral IGN can match $EPWL$ but high-order spectral variants do not generally exceed established WL bounds, prompting exploration of higher-order spectral representations (e.g., token graphs). Empirically, EPNN attains performance consistent with its theoretical position on the BREC benchmark, validating the proposed hierarchy and guiding the design of future spectral GNNs.
Abstract
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.
