CVAILGJun 3

OA-CutMix: Correcting the Label Bias of CutMix

arXiv:2606.0482066.6
Predicted impact top 48% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners using CutMix, this simple label correction eliminates a known bias and matches or exceeds complex dynamic mixing methods at lower cost.

CutMix's label assignment is biased because patch area does not reflect semantic content; OA-CutMix corrects this by using segmentation masks to assign labels based on visible object area, achieving consistent accuracy gains over 10+ methods across 4 architectures and 6 datasets with minimal extra cost.

CutMix has become the de facto standard mixing augmentation, yet its label assignment rests on a flawed assumption: The area of the pasted patch faithfully reflects its semantic contribution to the mixed image. In practice, however, patches frequently land on background regions, assigning label credit to classes whose objects are not visible. The mean discrepancy of the CutMix label and the semantic object area is $21.5\%$. In $17\%$ of samples an image contributes zero visible object pixels yet receives nonzero label weight. We propose Object-Aware CutMix (OA-CutMix), which corrects this bias by replacing the area-based CutMix weight with one derived from precomputed segmentation masks, assigning labels in proportion to the visible object area each image contributes to the mix. The image mixing procedure is left entirely unchanged. We evaluate OA-CutMix against 10+ static and dynamic mixing methods across 4 architectures and 6 datasets. OA-CutMix consistently achieves the highest accuracy over all tasks, outperforming even dynamic mixing methods, but at a fraction of the training-time cost. Improvements are largest for small objects, where the label bias from CutMix is greatest. Thus, correcting the label is sufficient to match or exceed the performance of methods modifying the image mixing algorithm.

Foundations

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

Your Notes