Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Harnessing Hard Mixed Samples with Decoupled Regularizer

About

Mixup is an efficient data augmentation approach that improves the generalization of neural networks by smoothing the decision boundary with mixed data. Recently, dynamic mixup methods have improved previous static policies effectively (e.g., linear interpolation) by maximizing target-related salient regions in mixed samples, but excessive additional time costs are not acceptable. These additional computational overheads mainly come from optimizing the mixed samples according to the mixed labels. However, we found that the extra optimizing step may be redundant because label-mismatched mixed samples are informative hard mixed samples for deep models to localize discriminative features. In this paper, we thus are not trying to propose a more complicated dynamic mixup policy but rather an efficient mixup objective function with a decoupled regularizer named Decoupled Mixup (DM). The primary effect is that DM can adaptively utilize those hard mixed samples to mine discriminative features without losing the original smoothness of mixup. As a result, DM enables static mixup methods to achieve comparable or even exceed the performance of dynamic methods without any extra computation. This also leads to an interesting objective design problem for mixup training that we need to focus on both smoothing the decision boundaries and identifying discriminative features. Extensive experiments on supervised and semi-supervised learning benchmarks across seven datasets validate the effectiveness of DM as a plug-and-play module. Source code and models are available at https://github.com/Westlake-AI/openmixup

Zicheng Liu, Siyuan Li, Ge Wang, Cheng Tan, Lirong Wu, Stan Z. Li• 2022

Related benchmarks

TaskDatasetResultRank
Image ClassificationTinyImageNet (test)--
562
Model CalibrationCIFAR-100
ECE2.43
150
Model CalibrationTiny-ImageNet
Expected Calibration Error3.88
92
Model CalibrationImageNet-200
ECE2.4
60
Image ClassificationTinyImageNet
Top-1 Acc62.41
52
Image ClassificationCIFAR-100
Top-1 Accuracy80.32
26
Image ClassificationCIFAR-100
Top-1 Accuracy79.27
26
Showing 7 of 7 rows

Other info

Follow for update