SOTAVerified

Boosting Discriminative Visual Representation Learning with Scenario-Agnostic Mixup

2021-11-30Unverified0· sign in to hype

Siyuan Li, Zicheng Liu, Zedong Wang, Di wu, Zihan Liu, Stan Z. Li

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

Mixup is a well-known data-dependent augmentation technique for DNNs, consisting of two sub-tasks: mixup generation and classification. However, the recent dominant online training method confines mixup to supervised learning (SL), and the objective of the generation sub-task is limited to selected sample pairs instead of the whole data manifold, which might cause trivial solutions. To overcome such limitations, we comprehensively study the objective of mixup generation and propose Scenario-Agnostic Mixup (SAMix) for both SL and Self-supervised Learning (SSL) scenarios. Specifically, we hypothesize and verify the objective function of mixup generation as optimizing local smoothness between two mixed classes subject to global discrimination from other classes. Accordingly, we propose -balanced mixup loss for complementary learning of the two sub-objectives. Meanwhile, a label-free generation sub-network is designed, which effectively provides non-trivial mixup samples and improves transferable abilities. Moreover, to reduce the computational cost of online training, we further introduce a pre-trained version, SAMix^P, achieving more favorable efficiency and generalizability. Extensive experiments on nine SL and SSL benchmarks demonstrate the consistent superiority and versatility of SAMix compared with existing methods.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CIFAR-100WRN-28-8 +SAMixPercentage correct85.5Unverified
CIFAR-100ResNeXt-50(32x4d) + SAMixPercentage correct84.42Unverified
ImageNetResNet-18 (SAMix)Top 1 Accuracy72.33Unverified
ImageNetResNet-101 (SAMix)Top 1 Accuracy81.08Unverified
ImageNetResNet-50 (SAMix)Top 1 Accuracy79.41Unverified
ImageNetResNet-34 (SAMix)Top 1 Accuracy76.35Unverified
iNaturalist 2018ResNeXt-101 (SAMix)Top-1 Accuracy70.54Unverified
iNaturalist 2018ResNet-50 (SAMix)Top-1 Accuracy64.84Unverified
Places205SAMix (ResNet-50 Supervised)Top 1 Accuracy64.3Unverified
Tiny ImageNet ClassificationResNeXt-50 (SAMix)Validation Acc72.18Unverified
Tiny ImageNet ClassificationResNet18 (SAMix)Validation Acc68.89Unverified

Reproductions