LGAICVSep 22, 2025

Intra-Cluster Mixup: An Effective Data Augmentation Technique for Complementary-Label Learning

arXiv:2509.17971v13 citationsh-index: 8
Originality Incremental advance
AI Analysis

This work solves a data augmentation challenge in weakly-supervised learning for cheaper label collection, though it is incremental as it builds on existing CLL methods.

The paper tackles the problem of complementary-label learning (CLL) by addressing the ineffectiveness of standard Mixup data augmentation, proposing Intra-Cluster Mixup (ICM) to mitigate noise from complementary labels, resulting in accuracy increases of 30% on MNIST and 10% on CIFAR datasets.

In this paper, we investigate the challenges of complementary-label learning (CLL), a specialized form of weakly-supervised learning (WSL) where models are trained with labels indicating classes to which instances do not belong, rather than standard ordinary labels. This alternative supervision is appealing because collecting complementary labels is generally cheaper and less labor-intensive. Although most existing research in CLL emphasizes the development of novel loss functions, the potential of data augmentation in this domain remains largely underexplored. In this work, we uncover that the widely-used Mixup data augmentation technique is ineffective when directly applied to CLL. Through in-depth analysis, we identify that the complementary-label noise generated by Mixup negatively impacts the performance of CLL models. We then propose an improved technique called Intra-Cluster Mixup (ICM), which only synthesizes augmented data from nearby examples, to mitigate the noise effect. ICM carries the benefits of encouraging complementary label sharing of nearby examples, and leads to substantial performance improvements across synthetic and real-world labeled datasets. In particular, our wide spectrum of experimental results on both balanced and imbalanced CLL settings justifies the potential of ICM in allying with state-of-the-art CLL algorithms, achieving significant accuracy increases of 30% and 10% on MNIST and CIFAR datasets, respectively.

Foundations

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

Your Notes