IntraMix: Intra-Class Mixup Generation for Accurate Labels and Neighbors
Shenghe Zheng, Hongzhi Wang, Xianglong Liu

TL;DR
IntraMix is a novel graph data augmentation technique that employs intra-class Mixup to generate high-quality labels and enrich node neighborhoods, improving GNN performance on limited and noisy data.
Contribution
It introduces IntraMix, a new method that combines intra-class Mixup with neighborhood enrichment, addressing label quality and neighborhood sparsity simultaneously in GNNs.
Findings
IntraMix improves accuracy across various GNN architectures.
The method effectively enhances neighborhood information and label quality.
Experimental results validate IntraMix's superiority over existing augmentation techniques.
Abstract
Graph Neural Networks (GNNs) have shown great performance in various tasks, with the core idea of learning from data labels and aggregating messages within the neighborhood of nodes. However, the common challenges in graphs are twofold: insufficient accurate (high-quality) labels and limited neighbors for nodes, resulting in weak GNNs. Existing graph augmentation methods typically address only one of these challenges, often adding training costs or relying on oversimplified or knowledge-intensive strategies, limiting their generalization. To simultaneously address both challenges faced by graphs in a generalized way, we propose an elegant method called IntraMix. Considering the incompatibility of vanilla Mixup with the complex topology of graphs, IntraMix innovatively employs Mixup among inaccurate labeled data of the same class, generating high-quality labeled data at minimal cost.…
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
Taxonomy
TopicsAdvanced Data Compression Techniques · Digital Filter Design and Implementation · Speech and Audio Processing
MethodsMixup
