Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

AutoMix: Unveiling the Power of Mixup for Stronger Classifiers

About

Data mixing augmentation have proved to be effective in improving the generalization ability of deep neural networks. While early methods mix samples by hand-crafted policies (e.g., linear interpolation), recent methods utilize saliency information to match the mixed samples and labels via complex offline optimization. However, there arises a trade-off between precise mixing policies and optimization complexity. To address this challenge, we propose a novel automatic mixup (AutoMix) framework, where the mixup policy is parameterized and serves the ultimate classification goal directly. Specifically, AutoMix reformulates the mixup classification into two sub-tasks (i.e., mixed sample generation and mixup classification) with corresponding sub-networks and solves them in a bi-level optimization framework. For the generation, a learnable lightweight mixup generator, Mix Block, is designed to generate mixed samples by modeling patch-wise relationships under the direct supervision of the corresponding mixed labels. To prevent the degradation and instability of bi-level optimization, we further introduce a momentum pipeline to train AutoMix in an end-to-end manner. Extensive experiments on nine image benchmarks prove the superiority of AutoMix compared with state-of-the-art in various classification scenarios and downstream tasks.

Zicheng Liu, Siyuan Li, Di Wu, Zihan Liu, Zhiyuan Chen, Lirong Wu, Stan Z. Li• 2021

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100 (test)
Accuracy80.95
3518
Image ClassificationImageNet-1k (val)
Top-1 Accuracy82.28
1453
Image ClassificationCIFAR-100
Top-1 Accuracy81.16
622
Image ClassificationImageNet (val)
Accuracy77.91
300
Image ClassificationiNaturalist 2018
Top-1 Accuracy70.49
287
Image ClassificationTiny ImageNet (test)
Accuracy70.72
265
Object DetectionCOCO
AP50 (Box)59.5
190
Image ClassificationImageNet-1K
Top-1 Accuracy80.98
137
Image ClassificationCUB-200--
92
Image ClassificationFGVC Aircraft
Top-1 Acc86.72
70
Showing 10 of 17 rows

Other info

Code

Follow for update