MeixnerNet: Adaptive and Robust Spectral Graph Neural Networks with Discrete Orthogonal Polynomials
Huseyin Goksu

TL;DR
MeixnerNet introduces a spectral GNN using discrete orthogonal polynomials with learnable parameters, improving robustness and performance over traditional polynomial filters like Chebyshev, especially across different hyperparameter settings.
Contribution
The paper proposes MeixnerNet, a novel spectral GNN architecture employing discrete Meixner polynomials with learnable shape parameters, addressing numerical instability and hyperparameter fragility.
Findings
MeixnerNet outperforms ChebyNet on 2 out of 3 benchmarks.
It maintains stable performance across polynomial degree variations.
The model effectively adapts its spectral filter to graph properties.
Abstract
Spectral Graph Neural Networks (GNNs) have achieved state-of-the-art results by defining graph convolutions in the spectral domain. A common approach, popularized by ChebyNet, is to use polynomial filters based on continuous orthogonal polynomials (e.g., Chebyshev). This creates a theoretical disconnect, as these continuous-domain filters are applied to inherently discrete graph structures. We hypothesize this mismatch can lead to suboptimal performance and fragility to hyperparameter settings. In this paper, we introduce MeixnerNet, a novel spectral GNN architecture that employs discrete orthogonal polynomials -- specifically, the Meixner polynomials . Our model makes the two key shape parameters of the polynomial, beta and c, learnable, allowing the filter to adapt its polynomial basis to the specific spectral properties of a given graph. We overcome the…
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 · Graph Theory and Algorithms · Recommender Systems and Techniques
