LGAIDec 11, 2024

AGMixup: Adaptive Graph Mixup for Semi-supervised Node Classification

arXiv:2412.08144v17 citationsh-index: 22Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of effectively applying mixup to graphs for semi-supervised learning, though it appears incremental as it builds on existing graph mixup concepts.

The paper tackled the problem of improving graph mixup for semi-supervised node classification by proposing AGMixup, which uses a subgraph-centric approach and adaptive mixing ratios, achieving superior performance over state-of-the-art methods across seven datasets.

Mixup is a data augmentation technique that enhances model generalization by interpolating between data points using a mixing ratio $λ$ in the image domain. Recently, the concept of mixup has been adapted to the graph domain through node-centric interpolations. However, these approaches often fail to address the complexity of interconnected relationships, potentially damaging the graph's natural topology and undermining node interactions. Furthermore, current graph mixup methods employ a one-size-fits-all strategy with a randomly sampled $λ$ for all mixup pairs, ignoring the diverse needs of different pairs. This paper proposes an Adaptive Graph Mixup (AGMixup) framework for semi-supervised node classification. AGMixup introduces a subgraph-centric approach, which treats each subgraph similarly to how images are handled in Euclidean domains, thus facilitating a more natural integration of mixup into graph-based learning. We also propose an adaptive mechanism to tune the mixing ratio $λ$ for diverse mixup pairs, guided by the contextual similarity and uncertainty of the involved subgraphs. Extensive experiments across seven datasets on semi-supervised node classification benchmarks demonstrate AGMixup's superiority over state-of-the-art graph mixup methods. Source codes are available at \url{https://github.com/WeigangLu/AGMixup}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes