Measuring and Relieving the Over-smoothing Problem for Graph Neural Networks from the Topological View
Deli Chen, Yankai Lin, Wei Li, Peng Li, Jie Zhou, Xu Sun

TL;DR
This paper systematically studies the over-smoothing problem in GNNs, introduces metrics to quantify it, and proposes two topological methods to mitigate it, leading to improved GNN performance.
Contribution
It introduces MAD and MADGap metrics for over-smoothing measurement and proposes MADReg and AdaGraph methods to alleviate over-smoothing from a topological perspective.
Findings
MAD and MADGap effectively measure over-smoothing.
Proposed methods improve GNN performance across datasets.
Topological optimization reduces over-smoothing in GNNs.
Abstract
Graph Neural Networks (GNNs) have achieved promising performance on a wide range of graph-based tasks. Despite their success, one severe limitation of GNNs is the over-smoothing issue (indistinguishable representations of nodes in different classes). In this work, we present a systematic and quantitative study on the over-smoothing issue of GNNs. First, we introduce two quantitative metrics, MAD and MADGap, to measure the smoothness and over-smoothness of the graph nodes representations, respectively. Then, we verify that smoothing is the nature of GNNs and the critical factor leading to over-smoothness is the low information-to-noise ratio of the message received by the nodes, which is partially determined by the graph topology. Finally, we propose two methods to alleviate the over-smoothing issue from the topological view: (1) MADReg which adds a MADGap-based regularizer to 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
