paper-with-me

홈 › Papers

Stochastic Security: Adversarial Defense Using Long-Run Dynamics of Energy-Based Models

2020-05-27 · ICLR 2021 1 · Mitch Hill, Jonathan Mitchell, Song-Chun Zhu

The vulnerability of deep networks to adversarial attacks is a central problem for deep learning from the perspective of both cognition and security. The current most successful defense method is to train a classifier using adversarial images created during learning. Another defense approach involves transformation or purification of the original input to remove adversarial signals before the image is classified. We focus on defending naturally-trained classifiers using Markov Chain Monte Carlo (MCMC) sampling with an Energy-Based Model (EBM) for adversarial purification. In contrast to adversarial training, our approach is intended to secure pre-existing and highly vulnerable classifiers. The memoryless behavior of long-run MCMC sampling will eventually remove adversarial signals, while metastable behavior preserves consistent appearance of MCMC samples after many steps to allow accurate long-run prediction. Balancing these factors can lead to effective purification and robust classification. We evaluate adversarial defense with an EBM using the strongest known attacks against purification. Our contributions are 1) an improved method for training EBM's with realistic long-run MCMC samples, 2) an Expectation-Over-Transformation (EOT) defense that resolves theoretical ambiguities for stochastic defenses and from which the EOT attack naturally follows, and 3) state-of-the-art adversarial defense for naturally-trained classifiers and competitive defense compared to adversarially-trained classifiers on Cifar-10, SVHN, and Cifar-100. Code and pre-trained models are available at https://github.com/point0bar1/ebm-defense.

📄 PDF Abstract BibTeX arXiv:2005.13525

Code (1)

point0bar1/ebm-defense 공식 구현 pytorch

Tasks

Adversarial DefenseAdversarial PurificationRobust classification

Methods 이 논문이 사용한 방법론

EBM 설명 없음

Similar Papers 제목 키워드 기반

A unifying Bayesian framework for adversarial robustness

2025-10-10 · Pablo G. Arce, Roi Naveiro, David Ríos Insua arxiv

The vulnerability of machine learning models to adversarial attacks remains a critical societal security challenge. Traditional defenses, such as adversarial training, typically robustify models by minimizing a worst-cas…

Adversarial Robustness

Block Switching: A Stochastic Approach for Deep Learning Security

2020-02-18 · Xiao Wang, Siyue Wang, Pin-Yu Chen, Xue Lin 외

Recent study of adversarial attacks has revealed the vulnerability of modern deep learning models. That is, subtly crafted perturbations of the input can make a trained network with high accuracy produce arbitrary incorr…

Deep Learning

Deep Learning Model Security: Threats and Defenses

2024-12-12 · Tianyang Wang, Ziqian Bi, Yichao Zhang, Ming Liu 외

Deep learning has transformed AI applications but faces critical security challenges, including adversarial attacks, data poisoning, model theft, and privacy leakage. This survey examines these vulnerabilities, detailing…

Data PoisoningDeep LearningFederated Learningmodel+2

On the Limitations of Stochastic Pre-processing Defenses

2022-06-19 · Yue Gao, Ilia Shumailov, Kassem Fawaz, Nicolas Papernot

Defending against adversarial examples remains an open problem. A common belief is that randomness at inference increases the cost of finding adversarial inputs. An example of such a defense is to apply a random transfor…

Adversarial Robustness

Gradient Obfuscation Checklist Test Gives a False Sense of Security

2022-06-03 · Nikola Popovic, Danda Pani Paudel, Thomas Probst, Luc van Gool

One popular group of defense techniques against adversarial attacks is based on injecting stochastic noise into the network. The main source of robustness of such stochastic defenses however is often due to the obfuscati…