LGCVFeb 18, 2020

Block Switching: A Stochastic Approach for Deep Learning Security

arXiv:2002.07920v123 citations
Originality Incremental advance
AI Analysis

This addresses the security problem of adversarial attacks for deep learning practitioners, offering an incremental improvement with features like less test accuracy drop, attack-independence, and compatibility with other defenses.

The paper tackles the vulnerability of deep learning models to adversarial attacks by introducing Block Switching (BS), a stochastic defense strategy that replaces model layers with multiple parallel channels and randomly activates them at runtime, resulting in a more dispersed input gradient distribution and superior defense effectiveness compared to other stochastic defenses like SAP.

Recent study of adversarial attacks has revealed the vulnerability of modern deep learning models. That is, subtly crafted perturbations of the input can make a trained network with high accuracy produce arbitrary incorrect predictions, while maintain imperceptible to human vision system. In this paper, we introduce Block Switching (BS), a defense strategy against adversarial attacks based on stochasticity. BS replaces a block of model layers with multiple parallel channels, and the active channel is randomly assigned in the run time hence unpredictable to the adversary. We show empirically that BS leads to a more dispersed input gradient distribution and superior defense effectiveness compared with other stochastic defenses such as stochastic activation pruning (SAP). Compared to other defenses, BS is also characterized by the following features: (i) BS causes less test accuracy drop; (ii) BS is attack-independent and (iii) BS is compatible with other defenses and can be used jointly with others.

Foundations

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

Your Notes