paper-with-me

Papers

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, Tinoosh Mohsenin, Khaled N. Khasawneh, Liang Zhao, Houman Homayoun, Avesta Sasan

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' computational complexity. More specifically, we propose a stacked encoder-convolutional model, in which the input image is first encoded by the encoder module of a denoising auto-encoder, and then the resulting latent representation (without being decoded) is fed to a reduced complexity CNN for image classification. We illustrate that this network not only is more robust to adversarial examples but also has a significantly lower computational complexity when compared to the prior art defenses.

📄 PDF Abstract BibTeX arXiv:2001.06099

Code (0)

등록된 구현이 없습니다.

Tasks

Denoisingimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Laplace-Bridged Randomized Smoothing for Fast Certified Robustness

2026-04-27 · Miao Lin, MD Saifur Rahman Mazumder, Feng Yu, Daniel Takabi 외 arxiv

Randomized Smoothing (RS) offers formal $\ell_2$ guarantees for arbitrary base classifiers but faces two key practical bottlenecks: (i) it often relies on noise-augmented training to achieve nontrivial certificates, whic…

Bridged Adversarial Training

2021-08-25 · Hoki Kim, Woojin Lee, Sungyoon Lee, Jaewook Lee

Adversarial robustness is considered as a required property of deep neural networks. In this study, we discover that adversarially trained models might have significantly different characteristics in terms of margin and …

Adversarial Robustness

Tricking Adversarial Attacks To Fail

2020-06-08 · Blerta Lindqvist

Recent adversarial defense approaches have failed. Untargeted gradient-based attacks cause classifiers to choose any wrong class. Our novel white-box defense tricks untargeted attacks into becoming attacks targeted at de…

Adversarial Defense

Target Training: Tricking Adversarial Attacks to Fail

2021-01-01 · Blerta Lindqvist

Recent adversarial defense approaches have failed. Untargeted gradient-based attacks cause classifiers to choose any wrong class. Our novel white-box defense tricks untargeted attacks into becoming attacks targeted at de…

Adversarial Defense

$n$-ML: Mitigating Adversarial Examples via Ensembles of Topologically Manipulated Classifiers

2019-12-19 · Mahmood Sharif, Lujo Bauer, Michael K. Reiter

This paper proposes a new defense called $n$-ML against adversarial examples, i.e., inputs crafted by perturbing benign inputs by small amounts to induce misclassifications by classifiers. Inspired by $n$-version program…

General Classification