Don't Look into the Sun: Adversarial Solarization Attacks on Image Classifiers
Paul Gavrikov, Janis Keuper

TL;DR
This paper introduces a solarization-based adversarial attack on image classifiers that significantly degrades accuracy, revealing vulnerabilities in models even with some defenses and highlighting challenges in robustness evaluation.
Contribution
The paper presents a novel solarization attack method for image classifiers, offering a simple yet effective approach to evaluate robustness against out-of-distribution inputs.
Findings
The attack significantly reduces model accuracy on ImageNet.
Models trained with augmentations are not fully immune to the attack.
The attack can often be executed as a black-box with model-independent parameters.
Abstract
Assessing the robustness of deep neural networks against out-of-distribution inputs is crucial, especially in safety-critical domains like autonomous driving, but also in safety systems where malicious actors can digitally alter inputs to circumvent safety guards. However, designing effective out-of-distribution tests that encompass all possible scenarios while preserving accurate label information is a challenging task. Existing methodologies often entail a compromise between variety and constraint levels for attacks and sometimes even both. In a first step towards a more holistic robustness evaluation of image classification models, we introduce an attack method based on image solarization that is conceptually straightforward yet avoids jeopardizing the global structure of natural images independent of the intensity. Through comprehensive evaluations of multiple ImageNet models, we…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications
MethodsRandomized Adversarial Solarization · Adversarial Solarization
