LGCVDec 17, 2020

On the Limitations of Denoising Strategies as Adversarial Defenses

arXiv:2012.09384v114 citations
AI Analysis

This research identifies fundamental limitations of denoising strategies as adversarial defenses, which is important for researchers developing robust machine learning models.

This paper investigates denoising-based adversarial defenses, categorizing them into spatial, frequency, and latent space approaches. The authors found that even when most adversarial perturbations are eliminated, these strategies struggle to achieve satisfactory robustness. They propose an adaptive compression strategy for frequency bands that improves robustness compared to existing denoising methods.

As adversarial attacks against machine learning models have raised increasing concerns, many denoising-based defense approaches have been proposed. In this paper, we summarize and analyze the defense strategies in the form of symmetric transformation via data denoising and reconstruction (denoted as $F+$ inverse $F$, $F-IF$ Framework). In particular, we categorize these denoising strategies from three aspects (i.e. denoising in the spatial domain, frequency domain, and latent space, respectively). Typically, defense is performed on the entire adversarial example, both image and perturbation are modified, making it difficult to tell how it defends against the perturbations. To evaluate the robustness of these denoising strategies intuitively, we directly apply them to defend against adversarial noise itself (assuming we have obtained all of it), which saving us from sacrificing benign accuracy. Surprisingly, our experimental results show that even if most of the perturbations in each dimension is eliminated, it is still difficult to obtain satisfactory robustness. Based on the above findings and analyses, we propose the adaptive compression strategy for different frequency bands in the feature domain to improve the robustness. Our experiment results show that the adaptive compression strategies enable the model to better suppress adversarial perturbations, and improve robustness compared with existing denoising strategies.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes