A General Graph Spectral Wavelet Convolution via Chebyshev Order Decomposition
Nian Liu, Xiaoxin He, Thomas Laurent, Francesco Di Giovanni, Michael M. Bronstein, Xavier Bresson
TL;DR
WaveGC introduces a general graph spectral wavelet convolution by decomposing Chebyshev terms into odd and even components to form admissible scaling and wavelet bases, combined with a learnable, matrix-valued kernel. The method enables simultaneous short- and long-range information mixing through multi-resolution bases and a tight-frame construction that preserves energy and enables efficient inversion. The authors prove theoretical properties on information mixing and provide extensive empirical results across short- and long-range benchmarks, showing consistent improvements over existing graph wavelet methods and competitive or superior runtimes. This approach offers a flexible, scalable framework for robust graph filtering with strong potential for tasks requiring global and local interactions on graphs; code is publicly available.
Abstract
Spectral graph convolution, an important tool of data filtering on graphs, relies on two essential decisions: selecting spectral bases for signal transformation and parameterizing the kernel for frequency analysis. While recent techniques mainly focus on standard Fourier transform and vector-valued spectral functions, they fall short in flexibility to model signal distributions over large spatial ranges, and capacity of spectral function. In this paper, we present a novel wavelet-based graph convolution network, namely WaveGC, which integrates multi-resolution spectral bases and a matrix-valued filter kernel. Theoretically, we establish that WaveGC can effectively capture and decouple short-range and long-range information, providing superior filtering flexibility, surpassing existing graph wavelet neural networks. To instantiate WaveGC, we introduce a novel technique for learning general graph wavelets by separately combining odd and even terms of Chebyshev polynomials. This approach strictly satisfies wavelet admissibility criteria. Our numerical experiments showcase the consistent improvements in both short-range and long-range tasks. This underscores the effectiveness of the proposed model in handling different scenarios. Our code is available at https://github.com/liun-online/WaveGC.
