Infinite-Horizon Graph Filters: Leveraging Power Series to Enhance Sparse Information Aggregation
Ruizhe Zhang, Xinke Jiang, Yuchen Fang, Jiayuan Luo, Yongxin Xu, Yichen Zhu, Xu Chu, Junfeng Zhao, Yasha Wang
TL;DR
This work tackles the challenges of limited receptive fields and sparsity in graph neural networks by introducing Graph Power Filter Neural Network (GPFN), which constructs graph filters from convergent power series $F_\gamma(\hat{A})=\sum_{n=0}^{\infty} \gamma_n \hat{A}^n$ to realize an effectively infinite receptive field. The framework provides both spectral and spatial analyses, showing that it can accommodate any power series and capture long-range dependencies without excessive smoothing. Empirically, GPFN variants with Scale-1, Logarithm, and Arctangent filters outperform state-of-the-art baselines on three real-world datasets, especially under high sparsity, while requiring shallow architectures. The results demonstrate the practicality and flexibility of infinite-horizon graph filtering, with potential extensions to mid-pass filters, diffusion models, and heterogeneous graphs.
Abstract
Graph Neural Networks (GNNs) have shown considerable effectiveness in a variety of graph learning tasks, particularly those based on the message-passing approach in recent years. However, their performance is often constrained by a limited receptive field, a challenge that becomes more acute in the presence of sparse graphs. In light of the power series, which possesses infinite expansion capabilities, we propose a novel Graph Power Filter Neural Network (GPFN) that enhances node classification by employing a power series graph filter to augment the receptive field. Concretely, our GPFN designs a new way to build a graph filter with an infinite receptive field based on the convergence power series, which can be analyzed in the spectral and spatial domains. Besides, we theoretically prove that our GPFN is a general framework that can integrate any power series and capture long-range dependencies. Finally, experimental results on three datasets demonstrate the superiority of our GPFN over state-of-the-art baselines.
