Shape-aware Graph Spectral Learning
Junjie Xu, Enyan Dai, Dongsheng Luo, Xiang Zhang, Suhang Wang
TL;DR
This paper investigates how graph homophily shapes the usefulness of graph spectral frequencies and introduces NewtonNet, a Newton interpolation-based spectral GNN that learns adaptable filters with a shape-aware regularizer tied to the graph's homophily. Theoretical and empirical results show that low-frequency components are more informative for high homophily and high-frequency components matter more for heterophily, with a transition near $h=\frac{1}{C}$. NewtonNet represents filters with learnable points and uses Newton interpolation to form the full filter, enabling arbitrary shapes and a regularizer that promotes beneficial frequencies and suppresses harmful ones depending on $h$. Experiments on real-world and synthetic datasets demonstrate strong performance across homophily regimes and under weak supervision, validating the approach's practicality and interpretability.
Abstract
Spectral Graph Neural Networks (GNNs) are gaining attention for their ability to surpass the limitations of message-passing GNNs. They rely on supervision from downstream tasks to learn spectral filters that capture the graph signal's useful frequency information. However, some works empirically show that the preferred graph frequency is related to the graph homophily level. This relationship between graph frequency and graphs with homophily/heterophily has not been systematically analyzed and considered in existing spectral GNNs. To mitigate this gap, we conduct theoretical and empirical analyses revealing a positive correlation between low-frequency importance and the homophily ratio, and a negative correlation between high-frequency importance and the homophily ratio. Motivated by this, we propose shape-aware regularization on a Newton Interpolation-based spectral filter that can (i) learn an arbitrary polynomial spectral filter and (ii) incorporate prior knowledge about the desired shape of the corresponding homophily level. Comprehensive experiments demonstrate that NewtonNet can achieve graph spectral filters with desired shapes and superior performance on both homophilous and heterophilous datasets.
