paper-with-me

Papers

DropEdge not Foolproof: Effective Augmentation Method for Signed Graph Neural Networks

2024-09-29 · Zeyu Zhang, Lu Li, Shuyan Wan, Sijie Wang, Zhiyi Wang, Zhiyuan Lu, Dong Hao, Wanli Li

The paper discusses signed graphs, which model friendly or antagonistic relationships using edges marked with positive or negative signs, focusing on the task of link sign prediction. While Signed Graph Neural Networks (SGNNs) have advanced, they face challenges like graph sparsity and unbalanced triangles. The authors propose using data augmentation (DA) techniques to address these issues, although many existing methods are not suitable for signed graphs due to a lack of side information. They highlight that the random DropEdge method, a rare DA approach applicable to signed graphs, does not enhance link sign prediction performance. In response, they introduce the Signed Graph Augmentation (SGA) framework, which includes a structure augmentation module to identify candidate edges and a strategy for selecting beneficial candidates, ultimately improving SGNN training. Experimental results show that SGA significantly boosts the performance of SGNN models, with a notable 32.3% improvement in F1-micro for SGCN on the Slashdot dataset.

📄 PDF Abstract BibTeX arXiv:2409.19620

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationLink Sign Prediction

Similar Papers 제목 키워드 기반

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

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

Structure-Aware DropEdge Towards Deep Graph Convolutional Networks

2023-06-21 · Jiaqi Han, Wenbing Huang, Yu Rong, Tingyang Xu 외

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, w…

Node Classification

Effects of Random Edge-Dropping on Over-Squashing in Graph Neural Networks

2025-02-11 · Jasraj Singh, Keyue Jiang, Brooks Paige, Laura Toni

Message Passing Neural Networks (MPNNs) are a class of Graph Neural Networks (GNNs) that leverage the graph topology to propagate messages across increasingly larger neighborhoods. The message-passing scheme leads to two…

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