Node-oriented Spectral Filtering for Graph Neural Networks
Shuai Zheng, Zhenfeng Zhu, Zhizhe Liu, Youru Li, and Yao Zhao

TL;DR
This paper introduces NFGNN, a novel graph neural network that estimates node-specific spectral filters, enabling adaptive local pattern discrimination and improved performance on complex, non-homophilic graph data.
Contribution
The paper proposes a node-oriented spectral filtering method for GNNs, allowing adaptive local pattern learning and better handling of diverse subgraph structures.
Findings
NFGNN outperforms existing GNNs on various datasets.
Theoretical analysis confirms localization of the adaptive filters.
Experimental results demonstrate improved accuracy on non-homophilic graphs.
Abstract
Graph neural networks (GNNs) have shown remarkable performance on homophilic graph data while being far less impressive when handling non-homophilic graph data due to the inherent low-pass filtering property of GNNs. In general, since real-world graphs are often complex mixtures of diverse subgraph patterns, learning a universal spectral filter on the graph from the global perspective as in most current works may still suffer from great difficulty in adapting to the variation of local patterns. On the basis of the theoretical analysis of local patterns, we rethink the existing spectral filtering methods and propose the node-oriented spectral filtering for graph neural network (namely NFGNN). By estimating the node-oriented spectral filter for each node, NFGNN is provided with the capability of precise local node positioning via the generalized translated operator, thus discriminating…
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
TopicsAdvanced Graph Neural Networks · Bayesian Modeling and Causal Inference · Graph Theory and Algorithms
MethodsGraph Neural Network
