CVDec 30, 2019

Defending from adversarial examples with a two-stream architecture

arXiv:1912.12859v11 citations
Originality Incremental advance
AI Analysis

This addresses a security problem for DNN-based applications, but appears incremental as it builds on existing two-stream ideas from security.

The paper tackles the vulnerability of deep neural networks to adversarial examples by proposing a two-stream architecture for CNNs, demonstrating experimentally that it is robust to state-of-the-art attacks.

In recent years, deep learning has shown impressive performance on many tasks. However, recent researches showed that deep learning systems are vulnerable to small, specially crafted perturbations that are imperceptible to humans. Images with such perturbations are the so called adversarial examples, which have proven to be an indisputable threat to the DNN based applications. The lack of better understanding of the DNNs has prevented the development of efficient defenses against adversarial examples. In this paper, we propose a two-stream architecture to protect CNN from attacking by adversarial examples. Our model draws on the idea of "two-stream" which commonly used in the security field, and successfully defends different kinds of attack methods by the differences of "high-resolution" and "low-resolution" networks in feature extraction. We provide a reasonable interpretation on why our two-stream architecture is difficult to defeat, and show experimentally that our method is hard to defeat with state-of-the-art attacks. We demonstrate that our two-stream architecture is robust to adversarial examples built by currently known attacking algorithms.

Foundations

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

Your Notes