paper-with-me

홈 › Papers

Defense against Adversarial Examples by Encoder-Assisted Search in the Latent Coding Space

2019-09-25 · Wenjing Huang, Shikui Tu, Lei Xu

Deep neural networks were shown to be vulnerable to crafted adversarial perturbations, and thus bring serious safety problems. To solve this problem, we proposed $\text{AE-GAN}_\text{+sr}$, a framework for purifying input images by searching a closest natural reconstruction with little computation. We first build a reconstruction network AE-GAN, which adapted auto-encoder by introducing adversarial loss to the objective function. In this way, we can enhance the generative ability of decoder and preserve the abstraction ability of encoder to form a self-organized latent space. In the inference time, when given an input, we will start a search process in the latent space which aims to find the closest reconstruction to the given image on the distribution of normal data. The encoder can provide a good start point for the searching process, which saves much computation cost. Experiments show that our method is robust against various attacks and can reach comparable even better performance to similar methods with much fewer computations.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Decoder

Similar Papers 제목 키워드 기반

Autoencoder-based Denoising Defense against Adversarial Attacks on Object Detection

2025-12-18 · Min Geun Song, Gang Min Kim, Woonmin Kim, Yongsik Kim 외 arxiv

Deep learning-based object detection models play a critical role in real-world applications such as autonomous driving and security surveillance systems, yet they remain vulnerable to adversarial examples. In this work, …

Autonomous DrivingObject Detection

PuVAE: A Variational Autoencoder to Purify Adversarial Examples

2019-03-02 · Uiwon Hwang, Jaewoo Park, Hyemi Jang, Sungroh Yoon 외

Deep neural networks are widely used and exhibit excellent performance in many areas. However, they are vulnerable to adversarial attacks that compromise the network at the inference time by applying elaborately designed…

Adversarial DefenseAdversarial Defense against FGSM Attack

DISCO: Adversarial Defense with Local Implicit Functions

2022-12-11 · Chih-Hui Ho, Nuno Vasconcelos

The problem of adversarial defenses for image classification, where the goal is to robustify a classifier against adversarial examples, is considered. Inspired by the hypothesis that these examples lie beyond the natural…

Adversarial Defenseimage-classificationImage Classification

Code-Bridged Classifier (CBC): A Low or Negative Overhead Defense for Making a CNN Classifier Robust Against Adversarial Attacks

2020-01-16 · Farnaz Behnia, Ali Mirzaeian, Mohammad Sabokrou, Sai Manoj 외

In this paper, we propose Code-Bridged Classifier (CBC), a framework for making a Convolutional Neural Network (CNNs) robust against adversarial attacks without increasing or even by decreasing the overall models' comput…

Denoisingimage-classificationImage Classification

MagNet and "Efficient Defenses Against Adversarial Attacks" are Not Robust to Adversarial Examples

2017-11-22 · Nicholas Carlini, David Wagner

MagNet and "Efficient Defenses..." were recently proposed as a defense to adversarial examples. We find that we can construct adversarial examples that defeat these defenses with only a slight increase in distortion.