Long-Range Graph Wavelet Networks
Filippo Guerranti, Fabrizio Forte, Simon Geisler, Stephan Günnemann
TL;DR
This work introduces Long-Range Graph Wavelet Networks (LR-GWN), a hybrid wavelet framework that unites local polynomial filtering with a global spectral correction to enable efficient long-range propagation on graphs. By decomposing wavelet filters into a low-order polynomial backbone and a truncated-spectrum correction, LR-GWN achieves linear-time complexity in sparse graphs and relies on a partial eigendecomposition to control global frequencies. The method supports both strict admissibility for theoretical guarantees and relaxed variants for empirical gains, and it demonstrates state-of-the-art performance among wavelet-based GNNs on long-range benchmarks while remaining competitive on short-range tasks. Overall, LR-GWN provides a principled, scalable approach to multi-scale graph representation learning with interpretable wavelet-based propagation.
Abstract
Modeling long-range interactions, the propagation of information across distant parts of a graph, is a central challenge in graph machine learning. Graph wavelets, inspired by multi-resolution signal processing, provide a principled way to capture both local and global structures. However, existing wavelet-based graph neural networks rely on finite-order polynomial approximations, which limit their receptive fields and hinder long-range propagation. We propose Long-Range Graph Wavelet Networks (LR-GWN), which decompose wavelet filters into complementary local and global components. Local aggregation is handled with efficient low-order polynomials, while long-range interactions are captured through a flexible spectral-domain parameterization. This hybrid design unifies short- and long-distance information flow within a principled wavelet framework. Experiments show that LR-GWN achieves state-of-the-art performance among wavelet-based methods on long-range benchmarks, while remaining competitive on short-range datasets.
