ResNorm: Tackling Long-tailed Degree Distribution Issue in Graph Neural Networks via Normalization
Langzhang Liang, Zenglin Xu, Zixing Song, Irwin King, Yuan Qi, Jieping, Ye

TL;DR
ResNorm is a novel normalization method for GNNs that addresses the long-tailed degree distribution and over-smoothing issues, improving node classification accuracy especially for low-degree nodes.
Contribution
The paper introduces ResNorm, a normalization technique that reshapes degree distribution and mitigates over-smoothing in GNNs, with theoretical analysis and empirical validation.
Findings
ResNorm improves accuracy for low-degree nodes.
ResNorm effectively addresses over-smoothing in GNNs.
Experimental results show state-of-the-art performance on benchmarks.
Abstract
Graph Neural Networks (GNNs) have attracted much attention due to their ability in learning representations from graph-structured data. Despite the successful applications of GNNs in many domains, the optimization of GNNs is less well studied, and the performance on node classification heavily suffers from the long-tailed node degree distribution. This paper focuses on improving the performance of GNNs via normalization. In detail, by studying the long-tailed distribution of node degrees in the graph, we propose a novel normalization method for GNNs, which is termed ResNorm (\textbf{Res}haping the long-tailed distribution into a normal-like distribution via \textbf{norm}alization). The operation of ResNorm reshapes the node-wise standard deviation (NStd) distribution so as to improve the accuracy of tail nodes (\textit{i}.\textit{e}., low-degree nodes). We provide a…
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 · Machine Learning in Materials Science · Neural Networks and Applications
