paper-with-me

홈 › Papers

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 graph learning, the research on graph data augmentation has intensified lately. However, conventional data augmentation methods can hardly handle graph-structured data which is defined in non-Euclidean space with multi-modality. In this survey, we formally formulate the problem of graph data augmentation and further review the representative techniques and their applications in different deep graph learning problems. Specifically, we first propose a taxonomy for graph data augmentation techniques and then provide a structured review by categorizing the related work based on the augmented information modalities. Moreover, we summarize the applications of graph data augmentation in two representative problems in data-centric deep graph learning: (1) reliable graph learning which focuses on enhancing the utility of input graph as well as the model capacity via graph data augmentation; and (2) low-resource graph learning which targets on enlarging the labeled training data scale through graph data augmentation. For each problem, we also provide a hierarchical problem taxonomy and review the existing literature related to graph data augmentation. Finally, we point out promising research directions and the challenges in future research.

📄 PDF Abstract BibTeX arXiv:2202.08235

Code (1)

kaize0409/awesome-graph-data-augmentaion 공식 구현

Tasks

Data AugmentationGraph LearningSurvey

Similar Papers 제목 키워드 기반

Data Augmentation on Graphs: A Technical Survey

2022-12-20 · Jiajun Zhou, Chenxuan Xie, Shengbo Gong, Zhenyu Wen 외

In recent years, graph representation learning has achieved remarkable success while suffering from low-quality data problems. As a mature technology to improve data quality in computer vision, data augmentation has also…

Data AugmentationGraph Representation LearningRepresentation LearningSurvey

Data Augmentation for Graph Data: Recent Advancements

2022-08-25 · Maria Marrium, Arif Mahmood

Graph Neural Network (GNNs) based methods have recently become a popular tool to deal with graph data because of their ability to incorporate structural information. The only hurdle in the performance of GNNs is the lack…

Data AugmentationGraph Neural NetworkSurvey

Graph Data Augmentation for Graph Machine Learning: A Survey

2022-02-17 · Tong Zhao, Wei Jin, Yozen Liu, Yingheng Wang 외

Data augmentation has recently seen increased interest in graph machine learning given its demonstrated ability to improve model performance and generalization by added training data. Despite this recent surge, the area …

BIG-bench Machine LearningData AugmentationSurvey

Exploring Graph Classification Techniques Under Low Data Constraints: A Comprehensive Study

2023-11-21 · Kush Kothari, Bhavya Mehta, Reshmika Nambiar, Seema Shrawne

This survey paper presents a brief overview of recent research on graph data augmentation and few-shot learning. It covers various techniques for graph data augmentation, including node and edge perturbation, graph coars…

Data AugmentationFew-Shot LearningGraph ClassificationGraph Generation+2

Image, Text, and Speech Data Augmentation using Multimodal LLMs for Deep Learning: A Survey

2025-01-29 · Ranjan Sapkota, Shaina Raza, Maged Shoman, Achyut Paudel 외

In the past five years, research has shifted from traditional Machine Learning (ML) and Deep Learning (DL) approaches to leveraging Large Language Models (LLMs) , including multimodality, for data augmentation to enhance…

Data AugmentationImage AugmentationText Augmentation