paper-with-me

Papers

Structure-Aware DropEdge Towards Deep Graph Convolutional Networks

2023-06-21 · Jiaqi Han, Wenbing Huang, Yu Rong, Tingyang Xu, Fuchun Sun, Junzhou Huang

It has been discovered that Graph Convolutional Networks (GCNs) encounter a remarkable drop in performance when multiple layers are piled up. The main factor that accounts for why deep GCNs fail lies in over-smoothing, which isolates the network output from the input with the increase of network depth, weakening expressivity and trainability. In this paper, we start by investigating refined measures upon DropEdge -- an existing simple yet effective technique to relieve over-smoothing. We term our method as DropEdge++ for its two structure-aware samplers in contrast to DropEdge: layer-dependent sampler and feature-dependent sampler. Regarding the layer-dependent sampler, we interestingly find that increasingly sampling edges from the bottom layer yields superior performance than the decreasing counterpart as well as DropEdge. We theoretically reveal this phenomenon with Mean-Edge-Number (MEN), a metric closely related to over-smoothing. For the feature-dependent sampler, we associate the edge sampling probability with the feature similarity of node pairs, and prove that it further correlates the convergence subspace of the output layer with the input features. Extensive experiments on several node classification benchmarks, including both full- and semi- supervised tasks, illustrate the efficacy of DropEdge++ and its compatibility with a variety of backbones by achieving generally better performance over DropEdge and the no-drop version.

📄 PDF Abstract BibTeX arXiv:2306.12091

Code (0)

등록된 구현이 없습니다.

Tasks

Node Classification

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

DropEdge: Towards Deep Graph Convolutional Networks on Node Classification

2019-07-25 · ICLR 2020 1 · Yu Rong, Wenbing Huang, Tingyang Xu, Junzhou Huang

\emph{Over-fitting} and \emph{over-smoothing} are two main obstacles of developing deep Graph Convolutional Networks (GCNs) for node classification. In particular, over-fitting weakens the generalization ability on small…

ClassificationGeneral ClassificationNode Classification

LFGCN: Levitating over Graphs with Levy Flights

2020-09-04 · Yuzhou Chen, Yulia R. Gel, Konstantin Avrachenkov

Due to high utility in many applications, from social networks to blockchain to power grids, deep learning on non-Euclidean objects such as graphs and manifolds, coined Geometric Deep Learning (GDL), continues to gain an…

Node Classification

ABCDE: Approximating Betweenness-Centrality ranking with progressive-DropEdge

2021-09-06 · PeerJ Computer Science 2021 9 · Mirakyan Martin

Betweenness-centrality is a popular measure in network analysis that aims to describe the importance of nodes in a graph. It accounts for the fraction of shortest paths passing through that node and is a key measure in m…

Approximating Betweenness-Centrality rankingCommunity Detection

Training Robust Graph Neural Networks with Topology Adaptive Edge Dropping

2021-06-05 · Zhan Gao, Subhrajit Bhattacharya, Leiming Zhang, Rick S. Blum 외

Graph neural networks (GNNs) are processing architectures that exploit graph structural information to model representations from network data. Despite their success, GNNs suffer from sub-optimal generalization performan…

Data Augmentation

Tackling Over-Smoothing for General Graph Convolutional Networks

2020-08-22 · Wenbing Huang, Yu Rong, Tingyang Xu, Fuchun Sun 외

Increasing the depth of GCN, which is expected to permit more expressivity, is shown to incur performance detriment especially on node classification. The main cause of this lies in over-smoothing. The over-smoothing iss…

Node Classification