LGCRMay 13, 2021

Stochastic-Shield: A Probabilistic Approach Towards Training-Free Adversarial Defense in Quantized CNNs

arXiv:2105.06512v17 citations
Originality Synthesis-oriented
AI Analysis

This addresses the need for efficient and trustworthy quantized models on small devices, but it appears incremental as it builds on existing probabilistic methods.

The paper tackles the vulnerability of quantized neural networks to adversarial attacks by proposing Stochastic-Shield, a training-free defense mechanism that uses input filtering and Monte Carlo Dropout to achieve robustness without re-training, though no concrete performance numbers are provided.

Quantized neural networks (NN) are the common standard to efficiently deploy deep learning models on tiny hardware platforms. However, we notice that quantized NNs are as vulnerable to adversarial attacks as the full-precision models. With the proliferation of neural networks on small devices that we carry or surround us, there is a need for efficient models without sacrificing trust in the prediction in presence of malign perturbations. Current mitigation approaches often need adversarial training or are bypassed when the strength of adversarial examples is increased. In this work, we investigate how a probabilistic framework would assist in overcoming the aforementioned limitations for quantized deep learning models. We explore Stochastic-Shield: a flexible defense mechanism that leverages input filtering and a probabilistic deep learning approach materialized via Monte Carlo Dropout. We show that it is possible to jointly achieve efficiency and robustness by accurately enabling each module without the burden of re-retraining or ad hoc fine-tuning.

Foundations

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

Your Notes