paper-with-me

Papers

Automated Data Augmentations for Graph Classification

2022-02-26 · Youzhi Luo, Michael McThrow, Wing Yee Au, Tao Komikado, Kanji Uchino, Koji Maruhashi, Shuiwang Ji

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 straightforward for images, but much more challenging for graphs. In this work, we propose GraphAug, a novel automated data augmentation method aiming at computing label-invariant augmentations for graph classification. Instead of using uniform transformations as in existing studies, GraphAug uses an automated augmentation model to avoid compromising critical label-related information of the graph, thereby producing label-invariant augmentations at most times. To ensure label-invariance, we develop a training method based on reinforcement learning to maximize an estimated label-invariance probability. Experiments show that GraphAug outperforms previous graph augmentation methods on various graph classification tasks.

📄 PDF Abstract BibTeX arXiv:2202.13248

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationData AugmentationGraph Classification

Similar Papers 제목 키워드 기반

Reproducibility Study Of Learning Fair Graph Representations Via Automated Data Augmentations

2024-08-31 · Thijmen Nijdam, Juell Sprott, Taiki Papandreou-Lazos, Jurgen de Heus

In this study, we undertake a reproducibility analysis of 'Learning Fair Graph Representations Via Automated Data Augmentations' by Ling et al. (2022). We assess the validity of the original claims focused on node classi…

FairnessLink PredictionNode Classification

Graph Contrastive Learning Automated

2021-06-10 · Yuning You, Tianlong Chen, Yang shen, Zhangyang Wang

Self-supervised learning on graph-structured data has drawn recent interest for learning generalizable, transferable and robust representations from unlabeled graphs. Among many, graph contrastive learning (GraphCL) has …

Contrastive LearningRepresentation LearningSelf-Supervised Learning

Beyond Cropping and Rotation: Automated Evolution of Powerful Task-Specific Augmentations with Generative Models

2026-02-03 · Judah Goldfeder, Shreyes Kaliyur, Vaibhav Sourirajan, Patrick Minwan Puma 외 arxiv

Data augmentation has long been a cornerstone for reducing overfitting in vision models, with methods like AutoAugment automating the design of task-specific augmentations. Recent advances in generative models, such as c…

Image AugmentationFew-Shot LearningData Augmentation

Hybrid Augmented Automated Graph Contrastive Learning

2023-03-24 · Yifu Chen, Qianqian Ren, Liu Yong

Graph augmentations are essential for graph contrastive learning. Most existing works use pre-defined random augmentations, which are usually unable to adapt to different input graphs and fail to consider the impact of d…

Contrastive Learning

Explanation-Preserving Augmentation for Semi-Supervised Graph Representation Learning

2024-10-16 · Zhuomin Chen, Jingchao Ni, Hojat Allah Salehi, Xu Zheng 외

Graph representation learning (GRL), enhanced by graph augmentation methods, has emerged as an effective technique achieving performance improvements in wide tasks such as node classification and graph classification. In…

Graph ClassificationGraph Representation LearningNode ClassificationRepresentation Learning