Saliency Grafting: Innocuous Attribution-Guided Mixup with Calibrated Label Mixing
Joonhyung Park, June Yong Yang, Jinwoo Shin, Sung Ju Hwang, Eunho Yang

TL;DR
This paper introduces Saliency Grafting, a novel data augmentation method that combines stochastic feature sampling with saliency-calibrated label mixing, improving neural network generalization and robustness.
Contribution
It proposes a simple, effective Mixup variant that balances diversity and informativeness by stochastic feature grafting and saliency-based label calibration.
Findings
Outperforms state-of-the-art augmentation methods in classification accuracy.
Enhances robustness against data corruption and occlusion.
Demonstrates effectiveness on CIFAR, Tiny-ImageNet, and ImageNet datasets.
Abstract
The Mixup scheme suggests mixing a pair of samples to create an augmented training sample and has gained considerable attention recently for improving the generalizability of neural networks. A straightforward and widely used extension of Mixup is to combine with regional dropout-like methods: removing random patches from a sample and replacing it with the features from another sample. Albeit their simplicity and effectiveness, these methods are prone to create harmful samples due to their randomness. To address this issue, 'maximum saliency' strategies were recently proposed: they select only the most informative features to prevent such a phenomenon. However, they now suffer from lack of sample diversification as they always deterministically select regions with maximum saliency, injecting bias into the augmented data. In this paper, we present, a novel, yet simple Mixup-variant 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.
Videos
Taxonomy
TopicsAdvanced Neural Network Applications · Visual Attention and Saliency Detection · Domain Adaptation and Few-Shot Learning
MethodsMixup
