SaliencyMix: A Saliency Guided Data Augmentation Strategy for Better Regularization
A. F. M. Shahab Uddin, Mst. Sirazam Monira, Wheemyung Shin, TaeChoong, Chung, Sung-Ho Bae

TL;DR
SaliencyMix is a novel data augmentation method that uses saliency maps to select meaningful patches for mixing, improving model regularization, accuracy, robustness, and object detection performance.
Contribution
It introduces a saliency-guided patch selection strategy for data augmentation, enhancing deep learning model regularization and performance over existing random patch methods.
Findings
Achieves top-1 error of 21.26% on ImageNet with ResNet-50.
Improves robustness against adversarial attacks.
Enhances object detection accuracy.
Abstract
Advanced data augmentation strategies have widely been studied to improve the generalization ability of deep learning models. Regional dropout is one of the popular solutions that guides the model to focus on less discriminative parts by randomly removing image regions, resulting in improved regularization. However, such information removal is undesirable. On the other hand, recent strategies suggest to randomly cut and mix patches and their labels among training images, to enjoy the advantages of regional dropout without having any pointless pixel in the augmented images. We argue that such random selection strategies of the patches may not necessarily represent sufficient information about the corresponding object and thereby mixing the labels according to that uninformative patch enables the model to learn unexpected feature representation. Therefore, we propose SaliencyMix that…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Neural Network Applications · Adversarial Robustness in Machine Learning · Domain Adaptation and Few-Shot Learning
MethodsDropout
