[edit]
Poly-WaveGC: A Generalized Spectral Wavelet Graph Convolution Network with Adaptive Orthogonal Polynomials
Proceedings of the The 39th Canadian Conference on Artificial Intelligence, PMLR 318:342-353, 2026.
Abstract
Spectral Graph Neural Networks (GNNs) typically rely on fixed polynomial bases, such as Chebyshev polynomials, to approximate graph filters. While efficient, these bases enforce a rigid weight function that implicitly assumes a specific prior on the graph signal density, often leading to suboptimal fitting on graphs with diverse spectral distributions. In this paper, we propose Poly-WaveGC, a generalized spectral graph wavelet framework. We introduce a novel zero-point shift mechanism to adapt general Jacobi polynomials for wavelet construction. This approach allows the basis parameters ($\alpha$, $\beta$) to flexibly learn the graph’s specific spectral density while strictly enforcing the wavelet admissibility condition (g(0)=0) structurally. To address the loss of orthogonality inherent in adaptive bases, we introduce an explicit frame-bound regularization that constrains the filter bank to approximate a tight frame, thereby guaranteeing numerical stability. Extensive experiments on 10 benchmarks demonstrate that Poly-WaveGC significantly outperforms fixed-basis baselines on diverse graph structures and tasks, while maintaining robustness in deep networks. The code is available at https://github.com/weicaocw/Poly-WaveGC-public.