paper-with-me

홈 › Papers

A Neuro-Inspired Autoencoding Defense Against Adversarial Perturbations

2020-11-21 · Can Bakiskan, Metehan Cekic, Ahmet Dundar Sezer, Upamanyu Madhow

Deep Neural Networks (DNNs) are vulnerable to adversarial attacks: carefully constructed perturbations to an image can seriously impair classification accuracy, while being imperceptible to humans. While there has been a significant amount of research on defending against such attacks, most defenses based on systematic design principles have been defeated by appropriately modified attacks. For a fixed set of data, the most effective current defense is to train the network using adversarially perturbed examples. In this paper, we investigate a radically different, neuro-inspired defense mechanism, starting from the observation that human vision is virtually unaffected by adversarial examples designed for machines. We aim to reject L^inf bounded adversarial perturbations before they reach a classifier DNN, using an encoder with characteristics commonly observed in biological vision: sparse overcomplete representations, randomness due to synaptic noise, and drastic nonlinearities. Encoder training is unsupervised, using standard dictionary learning. A CNN-based decoder restores the size of the encoder output to that of the original image, enabling the use of a standard CNN for classification. Our nominal design is to train the decoder and classifier together in standard supervised fashion, but we also consider unsupervised decoder training based on a regression objective (as in a conventional autoencoder) with separate supervised training of the classifier. Unlike adversarial training, all training is based on clean images. Our experiments on the CIFAR-10 show performance competitive with state-of-the-art defenses based on adversarial training, and point to the promise of neuro-inspired techniques for the design of robust neural networks. In addition, we provide results for a subset of the Imagenet dataset to verify that our approach scales to larger images.

📄 PDF Abstract BibTeX arXiv:2011.10867

Code (1)

canbakiskan/neuro-inspired-defense 공식 구현 pytorch

Tasks

DecoderDictionary Learning

Similar Papers 제목 키워드 기반

Disentangled Deep Autoencoding Regularization for Robust Image Classification

2019-02-27 · Zhenyu Duan, Martin Renqiang Min, Li Erran Li, Mingbo Cai 외

In spite of achieving revolutionary successes in machine learning, deep convolutional neural networks have been recently found to be vulnerable to adversarial attacks and difficult to generalize to novel test images with…

ClassificationGeneral Classificationimage-classificationImage Classification+1

Adversarial Defense via Neural Oscillation inspired Gradient Masking

2022-11-04 · Chunming Jiang, Yilei Zhang

Spiking neural networks (SNNs) attract great attention due to their low power consumption, low latency, and biological plausibility. As they are widely deployed in neuromorphic devices for low-power brain-inspired comput…

Adversarial Defense

Class-Conditional Defense GAN Against End-to-End Speech Attacks

2020-10-22 · Mohammad Esmaeilpour, Patrick Cardinal, Alessandro Lameiras Koerich

In this paper we propose a novel defense approach against end-to-end adversarial attacks developed to fool advanced speech-to-text systems such as DeepSpeech and Lingvo. Unlike conventional defense approaches, the propos…

Generative Adversarial NetworkSentenceSpeech-to-Text

NOMARO: Defending against Adversarial Attacks by NOMA-Inspired Reconstruction Operation

2021-12-14 · IEEE Sensors Letters 2021 12 · Aryaman Sinha, Soumya P. Dash, N. B. Puhan

In this work, a non-orthogonal multiple access (NOMA)-inspired defense method is proposed to mitigate the effect of adversarial attacks, which pose a major challenge towards deep neural networks (DNNs) in multimedia netw…

Adversarial AttackAdversarial Defense

Fight Perturbations with Perturbations: Defending Adversarial Attacks via Neuron Influence

2021-12-24 · Ruoxi Chen, Haibo Jin, Haibin Zheng, Jinyin Chen 외

The vulnerabilities of deep learning models towards adversarial attacks have attracted increasing attention, especially when models are deployed in security-critical domains. Numerous defense methods, including reactive …