paper-with-me

Papers

ATNPA: A Unified View of Oversmoothing Alleviation in Graph Neural Networks

2024-05-02 · Yufei Jin, Xingquan Zhu

Oversmoothing is a commonly observed challenge in graph neural network (GNN) learning, where, as layers increase, embedding features learned from GNNs quickly become similar/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 to harness 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 their difference 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 outline three themes to tackle oversmoothing, and then separate all methods into six categories, followed by detailed reviews of representative methods, including their relation to the ATNPA, and discussion about their niche, strength, and weakness. The review not only draws in-depth understanding of existing methods in the field, but also shows a clear road map for future study.

📄 PDF Abstract BibTeX arXiv:2405.01663

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkRelation

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Two Sides of the Same Coin: Heterophily and Oversmoothing in Graph Convolutional Neural Networks

2021-02-12 · Yujun Yan, Milad Hashemi, Kevin Swersky, Yaoqing Yang 외

In node classification tasks, graph convolutional neural networks (GCNs) have demonstrated competitive performance over traditional methods on diverse graph data. However, it is known that the performance of GCNs degrade…

Node ClassificationNode Classification on Non-Homophilic (Heterophilic) Graphs

Oversmoothing as Loss of Sign: Towards Structural Balance in Graph Neural Networks

2025-02-17 · Jiaqi Wang, Xinyi Wu, James Cheng, Yifei Wang

Oversmoothing is a common issue in graph neural networks (GNNs), where node representations become excessively homogeneous as the number of layers increases, resulting in degraded performance. Various strategies have bee…

Demystifying Oversmoothing in Attention-Based Graph Neural Networks

2023-05-25 · NeurIPS 2023 11 · Xinyi Wu, Amir Ajorlou, Zihui Wu, Ali Jadbabaie

Oversmoothing in Graph Neural Networks (GNNs) refers to the phenomenon where increasing network depth leads to homogeneous node representations. While previous work has established that Graph Convolutional Networks (GCNs…

Graph Attention

Backward Oversmoothing: why is it hard to train deep Graph Neural Networks?

2025-05-22 · Nicolas Keriven

Oversmoothing has long been identified as a major limitation of Graph Neural Networks (GNNs): input node features are smoothed at each layer and converge to a non-informative representation, if the weights of the GNN are…

A Unified Framework for Convolution-based Graph Neural Networks

2021-01-01 · Xuran Pan, Shiji Song, Gao Huang

Graph Convolutional Networks (GCNs) have attracted a lot of research interest in the machine learning community in recent years. Although many variants have been proposed, we still lack a systematic view of different GCN…