paper-with-me

홈 › Papers

Data Augmentation for Graph Neural Networks

2020-06-11 · Tong Zhao, Yozen Liu, Leonardo Neves, Oliver Woodford, Meng Jiang, Neil Shah

Data augmentation has been widely used to improve generalizability of machine learning models. However, comparatively little work studies data augmentation for graphs. This is largely due to the complex, non-Euclidean structure of graphs, which limits possible manipulation operations. Augmentation operations commonly used in vision and language have no analogs for graphs. Our work studies graph data augmentation for graph neural networks (GNNs) in the context of improving semi-supervised node-classification. We discuss practical and theoretical motivations, considerations and strategies for graph data augmentation. Our work shows that neural edge predictors can effectively encode class-homophilic structure to promote intra-class edges and demote inter-class edges in given graph structure, and our main contribution introduces the GAug graph data augmentation framework, which leverages these insights to improve performance in GNN-based node classification via edge prediction. Extensive experiments on multiple benchmarks show that augmentation via GAug improves performance across GNN architectures and datasets.

📄 PDF Abstract BibTeX arXiv:2006.06830

Code (2)

zhao-tong/GAug 공식 구현 pytorch
andyjzhao/wsdm23-gsr pytorch

Tasks

Data AugmentationGeneral ClassificationNode Classification

Similar Papers 제목 키워드 기반

Automated Data Augmentations for Graph Classification

2022-02-26 · Youzhi Luo, Michael McThrow, Wing Yee Au, Tao Komikado 외

Data augmentations are effective in improving the invariance of learning machines. We argue that the core challenge of data augmentations lies in designing data transformations that preserve labels. This is relatively st…

ClassificationData AugmentationGraph Classification

Data Augmentation for Deep Graph Learning: A Survey

2022-02-16 · Kaize Ding, Zhe Xu, Hanghang Tong, Huan Liu

Graph neural networks, a powerful deep learning tool to model graph-structured data, have demonstrated remarkable performance on numerous graph learning tasks. To address the data noise and data scarcity issues in deep g…

Data AugmentationGraph LearningSurvey

COSTA: Covariance-Preserving Feature Augmentation for Graph Contrastive Learning

2022-06-09 · Yifei Zhang, Hao Zhu, Zixing Song, Piotr Koniusz 외

Graph contrastive learning (GCL) improves graph representation learning, leading to SOTA on various downstream tasks. The graph augmentation step is a vital but scarcely studied step of GCL. In this paper, we show that t…

Contrastive LearningGraph Representation LearningRepresentation Learning

Learning Graph Augmentations to Learn Graph Representations

2022-01-24 · Kaveh Hassani, Amir Hosein Khasahmadi

Devising augmentations for graph contrastive learning is challenging due to their irregular structure, drastic distribution shifts, and nonequivalent feature spaces across datasets. We introduce LG2AR, Learning Graph Aug…

Contrastive Learning

Through the Dual-Prism: A Spectral Perspective on Graph Data Augmentation for Graph Classification

2024-01-18 · Yutong Xia, Runpeng Yu, Yuxuan Liang, Xavier Bresson 외

Graph Neural Networks have become the preferred tool to process graph data, with their efficacy being boosted through graph data augmentation techniques. Despite the evolution of augmentation methods, issues like graph p…

Data AugmentationGraph Classification