CVJul 10, 2024

SUMix: Mixup with Semantic and Uncertain Information

arXiv:2407.07805v516 citationsh-index: 23Has Code
Originality Incremental advance
AI Analysis

This work addresses a specific issue in data augmentation for deep learning, offering an incremental improvement over existing mixup methods.

The paper tackles the problem of semantic corruption and label mismatch in mixup data augmentation by proposing SUMix, which learns the mixing ratio and models uncertainty for mixed samples, achieving improved classifier performance on five image benchmarks.

Mixup data augmentation approaches have been applied for various tasks of deep learning to improve the generalization ability of deep neural networks. Some existing approaches CutMix, SaliencyMix, etc. randomly replace a patch in one image with patches from another to generate the mixed image. Similarly, the corresponding labels are linearly combined by a fixed ratio $λ$ by l. The objects in two images may be overlapped during the mixing process, so some semantic information is corrupted in the mixed samples. In this case, the mixed image does not match the mixed label information. Besides, such a label may mislead the deep learning model training, which results in poor performance. To solve this problem, we proposed a novel approach named SUMix to learn the mixing ratio as well as the uncertainty for the mixed samples during the training process. First, we design a learnable similarity function to compute an accurate mix ratio. Second, an approach is investigated as a regularized term to model the uncertainty of the mixed samples. We conduct experiments on five image benchmarks, and extensive experimental results imply that our method is capable of improving the performance of classifiers with different cutting-based mixup approaches. The source code is available at https://github.com/JinXins/SUMix.

Code Implementations2 repos
Foundations

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

Your Notes