LGAIMay 2, 2024

Oversmoothing Alleviation in Graph Neural Networks: A Survey and Unified View

arXiv:2405.01663v28 citationsh-index: 3Knowl Inf Syst
AI Analysis

This is an incremental survey that organizes and compares existing methods for tackling oversmoothing in GNNs, aiding researchers in understanding and advancing the field.

The paper addresses the oversmoothing problem in Graph Neural Networks (GNNs), where deep layers cause node embeddings to become indistinguishable, limiting performance on heterophilous graphs, and proposes ATNPA, a unified framework with five steps to categorize and review existing alleviation methods, providing a taxonomy and detailed analysis.

Oversmoothing is a common challenge in learning graph neural networks (GNN), where, as layers increase, embedding features learned from GNNs quickly become similar or indistinguishable, making them incapable of differentiating network proximity. A GNN with shallow layer architectures can only learn short-term relation or localized structure information, limiting its power of learning long-term connection, evidenced by their inferior learning performance on heterophilous graphs. Tackling oversmoothing is crucial for harnessing deep-layer architectures for GNNs. To date, many methods have been proposed to alleviate oversmoothing. The vast difference behind their design principles, combined with graph complications, make it difficult to understand and even compare the difference between different approaches in tackling the oversmoothing. In this paper, we propose ATNPA, a unified view with five key steps: Augmentation, Transformation, Normalization, Propagation, and Aggregation, to summarize GNN oversmoothing alleviation approaches. We first propose a taxonomy for GNN oversmoothing alleviation which includes three themes to tackle oversmoothing. After that, we separate all methods into six categories, followed by detailed reviews of representative methods, including their relation to ATNPA, and discussion of their niche, strength, and weakness. The review not only draws an in-depth understanding of existing methods in the field but also shows a clear road map for future study.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes