paper-with-me

Papers

GraTO: Graph Neural Network Framework Tackling Over-smoothing with Neural Architecture Search

2022-08-18 · Xinshun Feng, Herun Wan, Shangbin Feng, Hongrui Wang, Jun Zhou, Qinghua Zheng, Minnan Luo

Current Graph Neural Networks (GNNs) suffer from the over-smoothing problem, which results in indistinguishable node representations and low model performance with more GNN layers. Many methods have been put forward to tackle this problem in recent years. However, existing tackling over-smoothing methods emphasize model performance and neglect the over-smoothness of node representations. Additional, different approaches are applied one at a time, while there lacks an overall framework to jointly leverage multiple solutions to the over-smoothing challenge. To solve these problems, we propose GraTO, a framework based on neural architecture search to automatically search for GNNs architecture. GraTO adopts a novel loss function to facilitate striking a balance between model performance and representation smoothness. In addition to existing methods, our search space also includes DropAttribute, a novel scheme for alleviating the over-smoothing challenge, to fully leverage diverse solutions. We conduct extensive experiments on six real-world datasets to evaluate GraTo, which demonstrates that GraTo outperforms baselines in the over-smoothing metrics and achieves competitive performance in accuracy. GraTO is especially effective and robust with increasing numbers of GNN layers. Further experiments bear out the quality of node representations learned with GraTO and the effectiveness of model architecture. We make cide of GraTo available at Github (\url{https://github.com/fxsxjtu/GraTO}).

📄 PDF Abstract BibTeX arXiv:2208.09027

Code (1)

fxsxjtu/grato 공식 구현 pytorch

Tasks

Graph Neural NetworkNeural Architecture Search

Similar 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 di…

Graph Neural NetworkRelation

Graph Partner Neural Networks for Semi-Supervised Learning on Graphs

2021-10-18 · Langzhang Liang, Cuiyun Gao, Shiyi Chen, Shishi Duan 외

Graph Convolutional Networks (GCNs) are powerful for processing graph-structured data and have achieved state-of-the-art performance in several tasks such as node classification, link prediction, and graph classification…

ClassificationGraph ClassificationLink PredictionNode Classification

PairNorm: Tackling Oversmoothing in GNNs

2019-09-26 · ICLR 2020 1 · Lingxiao Zhao, Leman Akoglu

The performance of graph neural nets (GNNs) is known to gradually decrease with increasing number of layers. This decay is partly attributed to oversmoothing, where repeated graph convolutions eventually make node embedd…

Tackling Over-smoothing on Hypergraphs: A Ricci Flow-guided Neural Diffusion Approach

2026-03-16 · Mengyao Zhou, Zhiheng Zhou, Xiao Han, Xingqin Qi 외 arxiv

Hypergraph neural networks (HGNNs) have demonstrated strong capabilities in modeling complex higher-order relationships. However, existing HGNNs often suffer from over-smoothing as the number of layers increases and lack…

Towards Feature Overcorrelation in Deeper Graph Neural Networks

2021-09-29 · Wei Jin, Xiaorui Liu, Yao Ma, Charu Aggarwal 외

Graph neural networks (GNNs) have achieved great success in graph representation learning, which has tremendously facilitated various real-world applications. Nevertheless, the performance of GNNs significantly deteriora…

Feature CorrelationGraph Representation LearningRepresentation Learning