Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

PRIME: A few primitives can boost robustness to common corruptions

About

Despite their impressive performance on image classification tasks, deep networks have a hard time generalizing to unforeseen corruptions of their data. To fix this vulnerability, prior works have built complex data augmentation strategies, combining multiple methods to enrich the training data. However, introducing intricate design choices or heuristics makes it hard to understand which elements of these methods are indeed crucial for improving robustness. In this work, we take a step back and follow a principled approach to achieve robustness to common corruptions. We propose PRIME, a general data augmentation scheme that relies on simple yet rich families of max-entropy image transformations. PRIME outperforms the prior art in terms of corruption robustness, while its simplicity and plug-and-play nature enable combination with other methods to further boost their robustness. We analyze PRIME to shed light on the importance of the mixing strategy on synthesizing corrupted images, and to reveal the robustness-accuracy trade-offs arising in the context of common corruptions. Finally, we show that the computational efficiency of our method allows it to be easily used in both on-line and off-line data augmentation schemes.

Apostolos Modas, Rahul Rade, Guillermo Ortiz-Jim\'enez, Seyed-Mohsen Moosavi-Dezfooli, Pascal Frossard• 2021

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-10-C--
162
Image ClassificationImageNet-100 (test)
Clean Accuracy85.9
119
Image ClassificationImageNet-R (test)
Accuracy42.2
118
Image ClassificationImageNet-C (test)
mCE (Mean Corruption Error)52.23
116
Image ClassificationImageNet-100--
87
Image ClassificationCIFAR-10 (test)--
29
Image ClassificationStylized-ImageNet (test)
Accuracy14
21
Image ClassificationCIFAR-10
Acln86.6
20
Image ClassificationImageNet (test)
Clean Accuracy77
6
Image ClassificationImageNet-100C (test)
Accuracy72.5
5
Showing 10 of 15 rows

Other info

Code

Follow for update