Boosting Graph Neural Networks by Injecting Pooling in Message Passing
Hyeokjin Kwon, Jong-Min Lee

TL;DR
This paper introduces a novel message-passing framework for graph neural networks inspired by image processing filters, which effectively prevents over-smoothing and improves performance on benchmark datasets.
Contribution
The proposed bilateral-MP framework generalizes all ordinary MP GNNs and incorporates class-aware pairwise gradients to preserve graph structure and mitigate over-smoothing.
Findings
Improves GNN performance on five benchmark datasets.
Effectively alleviates over-smoothing in GNNs.
Validated by quantitative measurements.
Abstract
There has been tremendous success in the field of graph neural networks (GNNs) as a result of the development of the message-passing (MP) layer, which updates the representation of a node by combining it with its neighbors to address variable-size and unordered graphs. Despite the fruitful progress of MP GNNs, their performance can suffer from over-smoothing, when node representations become too similar and even indistinguishable from one another. Furthermore, it has been reported that intrinsic graph structures are smoothed out as the GNN layer increases. Inspired by the edge-preserving bilateral filters used in image processing, we propose a new, adaptable, and powerful MP framework to prevent over-smoothing. Our bilateral-MP estimates a pairwise modular gradient by utilizing the class information of nodes, and further preserves the global graph structure by using the gradient when…
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 · Brain Tumor Detection and Classification · Traffic Prediction and Management Techniques
