LGJun 8, 2022

LADDER: Latent Boundary-guided Adversarial Training

arXiv:2206.03717v211 citationsh-index: 72
Originality Incremental advance
AI Analysis

This addresses the vulnerability of DNNs to adversarial attacks in model sharing scenarios, offering an incremental improvement over existing adversarial training methods.

The paper tackles the problem of adversarial training for deep neural networks, which often fails to generalize well to standard test data, by proposing LADDER, a framework that generates adversarial examples in latent space using boundary-guided perturbations, achieving a better trade-off between standard accuracy and adversarial robustness as validated on datasets like MNIST, SVHN, CelebA, and CIFAR-10.

Deep Neural Networks (DNNs) have recently achieved great success in many classification tasks. Unfortunately, they are vulnerable to adversarial attacks that generate adversarial examples with a small perturbation to fool DNN models, especially in model sharing scenarios. Adversarial training is proved to be the most effective strategy that injects adversarial examples into model training to improve the robustness of DNN models against adversarial attacks. However, adversarial training based on the existing adversarial examples fails to generalize well to standard, unperturbed test data. To achieve a better trade-off between standard accuracy and adversarial robustness, we propose a novel adversarial training framework called LAtent bounDary-guided aDvErsarial tRaining (LADDER) that adversarially trains DNN models on latent boundary-guided adversarial examples. As opposed to most of the existing methods that generate adversarial examples in the input space, LADDER generates a myriad of high-quality adversarial examples through adding perturbations to latent features. The perturbations are made along the normal of the decision boundary constructed by an SVM with an attention mechanism. We analyze the merits of our generated boundary-guided adversarial examples from a boundary field perspective and visualization view. Extensive experiments and detailed analysis on MNIST, SVHN, CelebA, and CIFAR-10 validate the effectiveness of LADDER in achieving a better trade-off between standard accuracy and adversarial robustness as compared with vanilla DNNs and competitive baselines.

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