AGMixup mixes r-hop subgraphs through a virtual node and tunes the mixing ratio per pair, improving semi-supervised node classification accuracy over existing graph mixup baselines.
GraphMAD: Graph Mixup for Data Augmentation using Data-Driven Convex Clustering
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
We develop a novel data-driven nonlinear mixup mechanism for graph data augmentation and present different mixup functions for sample pairs and their labels. Mixup is a data augmentation method to create new training data by linearly interpolating between pairs of data samples and their labels. Mixup of graph data is challenging since the interpolation between graphs of potentially different sizes is an ill-posed operation. Hence, a promising approach for graph mixup is to first project the graphs onto a common latent feature space and then explore linear and nonlinear mixup strategies in this latent space. In this context, we propose to (i) project graphs onto the latent space of continuous random graph models known as graphons, (ii) leverage convex clustering in this latent space to generate nonlinear data-driven mixup functions, and (iii) investigate the use of different mixup functions for labels and data samples. We evaluate our graph data augmentation performance on benchmark datasets and demonstrate that nonlinear data-driven mixup functions can significantly improve graph classification.
fields
cs.LG 1years
2024 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
AGMixup: Adaptive Graph Mixup for Semi-supervised Node Classification
AGMixup mixes r-hop subgraphs through a virtual node and tunes the mixing ratio per pair, improving semi-supervised node classification accuracy over existing graph mixup baselines.