SOTAVerified

Expeditious Saliency-guided Mix-up through Random Gradient Thresholding

2022-12-09Code Available0· sign in to hype

Minh-Long Luu, Zeyi Huang, Eric P. Xing, Yong Jae Lee, Haohan Wang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Mix-up training approaches have proven to be effective in improving the generalization ability of Deep Neural Networks. Over the years, the research community expands mix-up methods into two directions, with extensive efforts to improve saliency-guided procedures but minimal focus on the arbitrary path, leaving the randomization domain unexplored. In this paper, inspired by the superior qualities of each direction over one another, we introduce a novel method that lies at the junction of the two routes. By combining the best elements of randomness and saliency utilization, our method balances speed, simplicity, and accuracy. We name our method R-Mix following the concept of "Random Mix-up". We demonstrate its effectiveness in generalization, weakly supervised object localization, calibration, and robustness to adversarial attacks. Finally, in order to address the question of whether there exists a better decision protocol, we train a Reinforcement Learning agent that decides the mix-up policies based on the classifier's performance, reducing dependency on human-designed objectives and hyperparameter tuning. Extensive experiments further show that the agent is capable of performing at the cutting-edge level, laying the foundation for a fully automatic mix-up. Our code is released at [https://github.com/minhlong94/Random-Mixup].

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CIFAR-100R-Mix (WideResNet 28-10)Percentage correct85Unverified
CIFAR-100RL-Mix (WideResNet 28-10)Percentage correct84.9Unverified
CIFAR-100WideResNet 28-10 + CutMix (OneCycleLR scheduler)Percentage correct83.97Unverified
CIFAR-100R-Mix (ResNeXt 29-4-24)Percentage correct83.02Unverified
CIFAR-100RL-Mix (ResNeXt 29-4-24)Percentage correct82.43Unverified
CIFAR-100R-Mix (WideResNet 16-8)Percentage correct82.32Unverified
CIFAR-100ResNeXt 29-4-24 + CutMix (OneCycleLR scheduler)Percentage correct82.3Unverified
CIFAR-100RL-Mix (WideResNet 16-8)Percentage correct82.16Unverified
CIFAR-100WideResNet 16-8 + CutMix (OneCycleLR scheduler)Percentage correct81.79Unverified
CIFAR-100R-Mix (PreActResNet-18)Percentage correct81.49Unverified
CIFAR-100RL-Mix (PreActResNet-18)Percentage correct80.75Unverified
CIFAR-100PreActResNet-18 + CutMix (OneCycleLR scheduler)Percentage correct80.6Unverified
ImageNetR-Mix (ResNet-50)Top 1 Accuracy77.39Unverified

Reproductions