LGCVMLMar 21, 2018

Adversarial Defense based on Structure-to-Signal Autoencoders

arXiv:1803.07994v134 citations
Originality Incremental advance
AI Analysis

This addresses the problem of adversarial robustness for deep learning systems, offering an incremental improvement in defense mechanisms.

The paper tackles the vulnerability of deep neural networks to adversarial attacks by proposing S2SNets, a defense mechanism using autoencoders to strip class-dependent signals from gradients, achieving resilience comparable to state-of-the-art defenses in white-box scenarios on ImageNet.

Adversarial attack methods have demonstrated the fragility of deep neural networks. Their imperceptible perturbations are frequently able fool classifiers into potentially dangerous misclassifications. We propose a novel way to interpret adversarial perturbations in terms of the effective input signal that classifiers actually use. Based on this, we apply specially trained autoencoders, referred to as S2SNets, as defense mechanism. They follow a two-stage training scheme: first unsupervised, followed by a fine-tuning of the decoder, using gradients from an existing classifier. S2SNets induce a shift in the distribution of gradients propagated through them, stripping them from class-dependent signal. We analyze their robustness against several white-box and gray-box scenarios on the large ImageNet dataset. Our approach reaches comparable resilience in white-box attack scenarios as other state-of-the-art defenses in gray-box scenarios. We further analyze the relationships of AlexNet, VGG 16, ResNet 50 and Inception v3 in adversarial space, and found that VGG 16 is the easiest to fool, while perturbations from ResNet 50 are the most transferable.

Foundations

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

Your Notes