HybSpecNet: A Critical Analysis of Architectural Instability in Hybrid-Domain Spectral GNNs
Huseyin Goksu

TL;DR
This paper analyzes the stability issues in hybrid spectral GNNs combining stable and adaptive filters, identifies a critical instability problem, and proposes a late fusion architecture to ensure stability and high performance across graph types.
Contribution
It introduces HybSpecNet, a hybrid spectral GNN architecture with a novel late fusion method that overcomes instability issues present in naive hybrid designs.
Findings
Naive hybrid architecture fails at high K due to instability.
Late fusion architecture maintains stability up to K=30.
HybSpecNet achieves state-of-the-art results on diverse graph benchmarks.
Abstract
Spectral Graph Neural Networks offer a principled approach to graph filtering but face a fundamental "Stability-vs-Adaptivity" trade-off. This trade-off is dictated by the choice of spectral domain. Filters in the finite [-1, 1] domain (e.g., ChebyNet) are numerically stable at high polynomial degrees (K) but are static and low-pass, causing them to fail on heterophilic graphs. Conversely, filters in the semi-infinite [0, infty) domain (e.g., KrawtchoukNet) are highly adaptive and achieve SOTA results on heterophily by learning non-low-pass responses. However, as we demonstrate, these adaptive filters can also suffer from numerical instability, leading to catastrophic performance collapse at high K. In this paper, we propose to resolve this trade-off by designing a hybrid-domain GNN, HybSpecNet, which combines a stable `ChebyNet` branch with an adaptive `KrawtchoukNet` branch. We first…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Machine Learning in Healthcare
