paper-with-me

홈 › Papers

Rethinking Oversmoothing in Graph Neural Networks: A Rank-Based Perspective

2025-02-07 · Kaicheng Zhang, Piero Deidda, Desmond Higham, Francesco Tudisco

Oversmoothing is a fundamental challenge in graph neural networks (GNNs): as the number of layers increases, node embeddings become increasingly similar, and model performance drops sharply. Traditionally, oversmoothing has been quantified using metrics that measure the similarity of neighbouring node features, such as the Dirichlet energy. While these metrics are related to oversmoothing, we argue they have critical limitations and fail to reliably capture oversmoothing in realistic scenarios. For instance, they provide meaningful insights only for very deep networks and under somewhat strict conditions on the norm of network weights and feature representations. As an alternative, we propose measuring oversmoothing by examining the numerical or effective rank of the feature representations. We provide theoretical support for this approach, demonstrating that the numerical rank of feature representations converges to one for a broad family of nonlinear activation functions under the assumption of nonnegative trained weights. To the best of our knowledge, this is the first result that proves the occurrence of oversmoothing in the nonlinear setting without assumptions on the boundedness of the weight matrices. Along with the theoretical findings, we provide extensive numerical evaluation across diverse graph architectures. Our results show that rank-based metrics consistently capture oversmoothing, whereas energy-based metrics often fail. Notably, we reveal that a significant drop in the rank aligns closely with performance degradation, even in scenarios where energy metrics remain unchanged.

📄 PDF Abstract BibTeX arXiv:2502.04591

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Laplacian-LoRA: Delaying Oversmoothing in Deep GCNs via Spectral Low-Rank Adaptation

2026-02-07 · Sai Vamsi Alisetti arxiv

Oversmoothing is a fundamental limitation of deep graph convolutional networks (GCNs), causing node representations to collapse as depth increases. While many prior approaches mitigate this effect through architectural m…

Oversmoothing: A Nightmare for Graph Contrastive Learning?

2023-06-03 · Jintang Li, Wangbin Sun, Ruofan Wu, Yuchang Zhu 외

Oversmoothing is a common phenomenon observed in graph neural networks (GNNs), in which an increase in the network depth leads to a deterioration in their performance. Graph contrastive learning (GCL) is emerging as a pr…

Contrastive Learning

A Non-Asymptotic Analysis of Oversmoothing in Graph Neural Networks

2022-12-21 · Xinyi Wu, Zhengdao Chen, William Wang, Ali Jadbabaie

Oversmoothing is a central challenge of building more powerful Graph Neural Networks (GNNs). While previous works have only demonstrated that oversmoothing is inevitable when the number of graph convolutions tends to inf…

DenoisingStochastic Block Model

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…

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