Generalized Learning of Coefficients in Spectral Graph Convolutional Networks
Mustafa Co\c{s}kun, Ananth Grama, Mehmet Koyut\"urk

TL;DR
This paper introduces G-Arnoldi-GCN, a new algorithm for approximating filter functions in spectral graph convolutional networks, improving performance in node classification tasks across diverse datasets.
Contribution
It proposes a novel Arnoldi orthonormalization-based algorithm for efficient polynomial approximation of filter functions in spectral GCNs, addressing ill-conditioning issues.
Findings
G-Arnoldi-GCN outperforms state-of-the-art methods on multiple datasets.
The approach enables explicit design of diverse filter functions.
It demonstrates robustness across various graph topologies.
Abstract
Spectral Graph Convolutional Networks (GCNs) have gained popularity in graph machine learning applications due, in part, to their flexibility in specification of network propagation rules. These propagation rules are often constructed as polynomial filters whose coefficients are learned using label information during training. In contrast to learned polynomial filters, explicit filter functions are useful in capturing relationships between network topology and distribution of labels across the network. A number of algorithms incorporating either approach have been proposed; however the relationship between filter functions and polynomial approximations is not fully resolved. This is largely due to the ill-conditioned nature of the linear systems that must be solved to derive polynomial approximations of filter functions. To address this challenge, we propose a novel Arnoldi…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Face and Expression Recognition · Advanced Graph Neural Networks
