paper-with-me

홈 › Papers

On the effectiveness of adversarial training against common corruptions

2021-03-03 · Klim Kireev, Maksym Andriushchenko, Nicolas Flammarion

The literature on robustness towards common corruptions shows no consensus on whether adversarial training can improve the performance in this setting. First, we show that, when used with an appropriately selected perturbation radius, $\ell_p$ adversarial training can serve as a strong baseline against common corruptions improving both accuracy and calibration. Then we explain why adversarial training performs better than data augmentation with simple Gaussian noise which has been observed to be a meaningful baseline on common corruptions. Related to this, we identify the $\sigma$-overfitting phenomenon when Gaussian augmentation overfits to a particular standard deviation used for training which has a significant detrimental effect on common corruption accuracy. We discuss how to alleviate this problem and then how to further enhance $\ell_p$ adversarial training by introducing an efficient relaxation of adversarial training with learned perceptual image patch similarity as the distance metric. Through experiments on CIFAR-10 and ImageNet-100, we show that our approach does not only improve the $\ell_p$ adversarial training baseline but also has cumulative gains with data augmentation methods such as AugMix, DeepAugment, ANT, and SIN, leading to state-of-the-art performance on common corruptions. The code of our experiments is publicly available at https://github.com/tml-epfl/adv-training-corruptions.

📄 PDF Abstract BibTeX arXiv:2103.02325

Code (1)

tml-epfl/adv-training-corruptions 공식 구현 pytorch

Tasks

Data Augmentation

Methods 이 논문이 사용한 방법론

AugMix AugMix mixes augmented images through linear interpolations. Consequently it is like Mixup but instead mixes augmented versions of the…

Similar Papers 제목 키워드 기반

Beyond the Pixels: Exploring the Effects of Bit-Level Network and File Corruptions on Video Model Robustness

2021-01-01 · Trenton Chang, Daniel Yang Fu, Yixuan Li

We investigate the robustness of video machine learning models to bit-level network and file corruptions, which can arise from network transmission failures or hardware errors, and explore defenses against such corruptio…

Action RecognitionMulti-Object TrackingObject Tracking

Exploiting Frequency Spectrum of Adversarial Images for General Robustness

2023-05-15 · Chun Yang Tan, Kazuhiko Kawamoto, Hiroshi Kera

In recent years, there has been growing concern over the vulnerability of convolutional neural networks (CNNs) to image perturbations. However, achieving general robustness against different types of perturbations remain…

Data Augmentation

Defending Against Image Corruptions Through Adversarial Augmentations

2021-04-02 · ICLR 2022 4 · Dan A. Calian, Florian Stimberg, Olivia Wiles, Sylvestre-Alvise Rebuffi 외

Modern neural networks excel at image classification, yet they remain vulnerable to common image corruptions such as blur, speckle noise or fog. Recent methods that focus on this problem, such as AugMix and DeepAugment, …

image-classificationImage Classification

Label Augmentation for Neural Networks Robustness

2024-08-04 · Fatemeh Amerehi, Patrick Healy

Out-of-distribution generalization can be categorized into two types: common perturbations arising from natural variations in the real world and adversarial perturbations that are intentionally crafted to deceive neural …

Adversarial RobustnessData AugmentationOut-of-Distribution Generalization

Robustness of SAM: Segment Anything Under Corruptions and Beyond

2023-06-13 · Yu Qiao, Chaoning Zhang, Taegoo Kang, Donghun Kim 외

Segment anything model (SAM), as the name suggests, is claimed to be capable of cutting out any object and demonstrates impressive zero-shot transfer performance with the guidance of prompts. However, there is currently …

Style Transfer