TL;DR
NODE-SELECT is a scalable graph neural network that employs a selective propagation mechanism to reduce noise and improve node classification accuracy, outperforming existing methods especially in noisy environments.
Contribution
It introduces a novel selective propagation technique with subsetting layers that enhance noise filtering and scalability in graph neural networks.
Findings
Outperforms existing GNNs in noise robustness
Matches state-of-the-art accuracy on benchmark datasets
Reduces noise propagation effectively
Abstract
While there exists a wide variety of graph neural networks (GNN) for node classification, only a minority of them adopt mechanisms that effectively target noise propagation during the message-passing procedure. Additionally, a very important challenge that significantly affects graph neural networks is the issue of scalability which limits their application to larger graphs. In this paper we propose our method named NODE-SELECT: an efficient graph neural network that uses subsetting layers which only allow the best sharing-fitting nodes to propagate their information. By having a selection mechanism within each layer which we stack in parallel, our proposed method NODE-SELECT is able to both reduce the amount noise propagated and adapt the restrictive sharing concept observed in real world graphs. Our NODE-SELECT significantly outperformed existing GNN frameworks in noise experiments…
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
MethodsGraph Neural Network
