paper-with-me

Papers

Harnessing the Vulnerability of Latent Layers in Adversarially Trained Models

2019-05-13 · Mayank Singh, Abhishek Sinha, Nupur Kumari, Harshitha Machiraju, Balaji Krishnamurthy, Vineeth N. Balasubramanian

Neural networks are vulnerable to adversarial attacks -- small visually imperceptible crafted noise which when added to the input drastically changes the output. The most effective method of defending against these adversarial attacks is to use the methodology of adversarial training. We analyze the adversarially trained robust models to study their vulnerability against adversarial attacks at the level of the latent layers. Our analysis reveals that contrary to the input layer which is robust to adversarial attack, the latent layer of these robust models are highly susceptible to adversarial perturbations of small magnitude. Leveraging this information, we introduce a new technique Latent Adversarial Training (LAT) which comprises of fine-tuning the adversarially trained models to ensure the robustness at the feature layers. We also propose Latent Attack (LA), a novel algorithm for construction of adversarial examples. LAT results in minor improvement in test accuracy and leads to a state-of-the-art adversarial accuracy against the universal first-order adversarial PGD attack which is shown for the MNIST, CIFAR-10, CIFAR-100 datasets.

📄 PDF Abstract BibTeX arXiv:1905.05186

Code (1)

msingh27/LAT_adversarial_robustness 공식 구현 tf

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

Deep Adversarially-Enhanced k-Nearest Neighbors

2021-08-15 · Ren Wang, Tianqi Chen, Alfred Hero

Recent works have theoretically and empirically shown that deep neural networks (DNNs) have an inherent vulnerability to small perturbations. Applying the Deep k-Nearest Neighbors (DkNN) classifier, we observe a dramatic…

On Fragile Features and Batch Normalization in Adversarial Training

2022-04-26 · Nils Philipp Walter, David Stutz, Bernt Schiele

Modern deep learning architecture utilize batch normalization (BN) to stabilize training and improve accuracy. It has been shown that the BN layers alone are surprisingly expressive. In the context of robustness against …

Adversarial Robustness

Poison Attacks against Text Datasets with Conditional Adversarially Regularized Autoencoder

2020-10-06 · Findings of the Association for Computational Linguistics 2020 · Alvin Chan, Yi Tay, Yew-Soon Ong, Aston Zhang

This paper demonstrates a fatal vulnerability in natural language inference (NLI) and text classification systems. More concretely, we present a 'backdoor poisoning' attack on NLP models. Our poisoning attack utilizes co…

ClassificationGeneral ClassificationNatural Language Inferencetext-classification+1

Strength in Numbers: Trading-off Robustness and Computation via Adversarially-Trained Ensembles

2018-11-22 · ICLR 2019 5 · Edward Grefenstette, Robert Stanforth, Brendan O'Donoghue, Jonathan Uesato 외

While deep learning has led to remarkable results on a number of challenging problems, researchers have discovered a vulnerability of neural networks in adversarial settings, where small but carefully chosen perturbation…

Self-Driving Cars

Adversarially-Trained Deep Nets Transfer Better: Illustration on Image Classification

2020-07-11 · ICLR 2021 1 · Francisco Utrera, Evan Kravitz, N. Benjamin Erichson, Rajiv Khanna 외

Transfer learning has emerged as a powerful methodology for adapting pre-trained deep neural networks on image recognition tasks to new domains. This process consists of taking a neural network pre-trained on a large fea…

ClassificationGeneral Classificationimage-classificationImage Classification+1