CVLGFeb 5, 2022

Memory Defense: More Robust Classification via a Memory-Masking Autoencoder

arXiv:2202.02595v12 citationsHas Code
AI Analysis

This addresses the issue of adversarial vulnerability in image classification, offering a domain-specific defense mechanism.

The paper tackles the problem of deep neural networks being vulnerable to adversarial attacks by proposing a memory-masking autoencoder framework to improve classification robustness, achieving superior performance against four attacks on Fashion-MNIST and CIFAR-10 datasets.

Many deep neural networks are susceptible to minute perturbations of images that have been carefully crafted to cause misclassification. Ideally, a robust classifier would be immune to small variations in input images, and a number of defensive approaches have been created as a result. One method would be to discern a latent representation which could ignore small changes to the input. However, typical autoencoders easily mingle inter-class latent representations when there are strong similarities between classes, making it harder for a decoder to accurately project the image back to the original high-dimensional space. We propose a novel framework, Memory Defense, an augmented classifier with a memory-masking autoencoder to counter this challenge. By masking other classes, the autoencoder learns class-specific independent latent representations. We test the model's robustness against four widely used attacks. Experiments on the Fashion-MNIST & CIFAR-10 datasets demonstrate the superiority of our model. We make available our source code at GitHub repository: https://github.com/eashanadhikarla/MemDefense

Code Implementations1 repo
Foundations

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

Your Notes