DualLaguerreNet: A Decoupled Spectral Filter GNN and the Uncovering of the Flexibility-Stability Trade-off
Huseyin Goksu
TL;DR
The paper addresses the LaguerreNet limitation of a single adaptive parameter by proposing DualLaguerreNet, which decouples the spectrum into low- and high-frequency operators and applies independent Laguerre filters with parameters $\alpha_1$ and $\alpha_2$. It demonstrates that this decoupled flexibility yields state-of-the-art results on heterophilic graphs (e.g., Texas and Cornell) but can underperform on homophilic graphs due to a bias-variance trade-off, acting as a regularizer in simpler settings. The work provides a data-driven analysis of how increased spectral flexibility affects generalization, supported by learned parameter separations and stability observations under LayerNorm. These findings offer practical guidance for designing adaptive spectral GNNs, balancing spectrum-specific expressiveness with model stability and capacity control.
Abstract
Graph Neural Networks (GNNs) based on spectral filters, such as the Adaptive Orthogonal Polynomial Filter (AOPF) class (e.g., LaguerreNet), have shown promise in unifying the solutions for heterophily and over-smoothing. However, these single-filter models suffer from a "compromise" problem, as their single adaptive parameter (e.g., alpha) must learn a suboptimal, averaged response across the entire graph spectrum. In this paper, we propose DualLaguerreNet, a novel GNN architecture that solves this by introducing "Decoupled Spectral Flexibility." DualLaguerreNet splits the graph Laplacian into two operators, L_low (low-frequency) and L_high (high-frequency), and learns two independent, adaptive Laguerre polynomial filters, parameterized by alpha_1 and alpha_2, respectively. This work, however, uncovers a deeper finding. While our experiments show DualLaguerreNet's flexibility allows it to achieve state-of-the-art results on complex heterophilic tasks (outperforming LaguerreNet), it simultaneously underperforms on simpler, homophilic tasks. We identify this as a fundamental "Flexibility-Stability Trade-off". The increased parameterization (2x filter parameters and 2x model parameters) leads to overfitting on simple tasks, demonstrating that the "compromise" of simpler models acts as a crucial regularizer. This paper presents a new SOTA architecture for heterophily while providing a critical analysis of the bias-variance trade-off inherent in adaptive GNN filter design.
