AGMixup: Adaptive Graph Mixup for Semi-supervised Node Classification
Weigang Lu, Ziyu Guan, Wei Zhao, Yaming Yang, Yibing Zhan, Yiheng Lu,, Dapeng Tao

TL;DR
AGMixup introduces an adaptive, subgraph-centric mixup technique for semi-supervised node classification, improving model generalization by better respecting graph topology and pair-specific mixing ratios.
Contribution
It proposes a novel subgraph-based approach and an adaptive mechanism for mixup ratios, addressing limitations of existing graph mixup methods.
Findings
Outperforms state-of-the-art graph mixup methods on seven datasets.
Enhances model generalization and robustness in semi-supervised node classification.
Effectively preserves graph topology during data augmentation.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Machine Learning and ELM · Text and Document Classification Technologies
MethodsMixup
