TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Expeditious Saliency-guided Mix-up through Random Gradient...

Expeditious Saliency-guided Mix-up through Random Gradient Thresholding

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

2022-12-09Image ClassificationObject LocalizationWeakly-Supervised Object LocalizationClassifier calibration
PaperPDFCode(official)

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].

Results

TaskDatasetMetricValueModel
Object LocalizationImageNetTop-1 Localization Accuracy55.58R-Mix (ResNet-50)
Image ClassificationCIFAR-100Percentage correct85R-Mix (WideResNet 28-10)
Image ClassificationCIFAR-100Percentage correct84.9RL-Mix (WideResNet 28-10)
Image ClassificationCIFAR-100Percentage correct83.97WideResNet 28-10 + CutMix (OneCycleLR scheduler)
Image ClassificationCIFAR-100Percentage correct83.02R-Mix (ResNeXt 29-4-24)
Image ClassificationCIFAR-100Percentage correct82.43RL-Mix (ResNeXt 29-4-24)
Image ClassificationCIFAR-100Percentage correct82.32R-Mix (WideResNet 16-8)
Image ClassificationCIFAR-100Percentage correct82.3ResNeXt 29-4-24 + CutMix (OneCycleLR scheduler)
Image ClassificationCIFAR-100Percentage correct82.16RL-Mix (WideResNet 16-8)
Image ClassificationCIFAR-100Percentage correct81.79WideResNet 16-8 + CutMix (OneCycleLR scheduler)
Image ClassificationCIFAR-100Percentage correct81.49R-Mix (PreActResNet-18)
Image ClassificationCIFAR-100Percentage correct80.75RL-Mix (PreActResNet-18)
Image ClassificationCIFAR-100Percentage correct80.6PreActResNet-18 + CutMix (OneCycleLR scheduler)
ClassificationCIFAR-100Expected Calibration Error3.73R-Mix (PreActResNet-18)

Related Papers

Automatic Classification and Segmentation of Tunnel Cracks Based on Deep Learning and Visual Explanations2025-07-18Adversarial attacks to image classification systems using evolutionary algorithms2025-07-17Efficient Adaptation of Pre-trained Vision Transformer underpinned by Approximately Orthogonal Fine-Tuning Strategy2025-07-17Federated Learning for Commercial Image Sources2025-07-17MUPAX: Multidimensional Problem Agnostic eXplainable AI2025-07-17Hashed Watermark as a Filter: Defeating Forging and Overwriting Attacks in Weight-based Neural Network Watermarking2025-07-15Transferring Styles for Reduced Texture Bias and Improved Robustness in Semantic Segmentation Networks2025-07-14FedGSCA: Medical Federated Learning with Global Sample Selector and Client Adaptive Adjuster under Label Noise2025-07-13