LGCRDec 24, 2020

Exploring Adversarial Examples via Invertible Neural Networks

arXiv:2012.13111v11 citations
AI Analysis

This research provides a new perspective on understanding adversarial examples, which is significant for researchers and practitioners working on the security and robustness of deep neural networks.

This paper explores adversarial examples (AEs) using invertible neural networks, aiming to better understand their characteristics. By leveraging the invertibility and Lipschitz continuity of these models, the authors propose a faster latent space AE generation method that could accelerate adversarial training.

Adversarial examples (AEs) are images that can mislead deep neural network (DNN) classifiers via introducing slight perturbations into original images. This security vulnerability has led to vast research in recent years because it can introduce real-world threats into systems that rely on neural networks. Yet, a deep understanding of the characteristics of adversarial examples has remained elusive. We propose a new way of achieving such understanding through a recent development, namely, invertible neural models with Lipschitz continuous mapping functions from the input to the output. With the ability to invert any latent representation back to its corresponding input image, we can investigate adversarial examples at a deeper level and disentangle the adversarial example's latent representation. Given this new perspective, we propose a fast latent space adversarial example generation method that could accelerate adversarial training. Moreover, this new perspective could contribute to new ways of adversarial example detection.

Foundations

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

Your Notes