paper-with-me

Papers

Guided Diffusion Model for Adversarial Purification

2022-05-30 · Jinyi Wang, Zhaoyang Lyu, Dahua Lin, Bo Dai, Hongfei Fu

With wider application of deep neural networks (DNNs) in various algorithms and frameworks, security threats have become one of the concerns. Adversarial attacks disturb DNN-based image classifiers, in which attackers can intentionally add imperceptible adversarial perturbations on input images to fool the classifiers. In this paper, we propose a novel purification approach, referred to as guided diffusion model for purification (GDMP), to help protect classifiers from adversarial attacks. The core of our approach is to embed purification into the diffusion denoising process of a Denoised Diffusion Probabilistic Model (DDPM), so that its diffusion process could submerge the adversarial perturbations with gradually added Gaussian noises, and both of these noises can be simultaneously removed following a guided denoising process. On our comprehensive experiments across various datasets, the proposed GDMP is shown to reduce the perturbations raised by adversarial attacks to a shallow range, thereby significantly improving the correctness of classification. GDMP improves the robust accuracy by 5%, obtaining 90.1% under PGD attack on the CIFAR10 dataset. Moreover, GDMP achieves 70.94% robustness on the challenging ImageNet dataset.

📄 PDF Abstract BibTeX arXiv:2205.14969

Code (2)

jinyiw/guideddiffusionpur 공식 구현 pytorch
adverML/GuidedDiffusionPur pytorch

Tasks

Adversarial PurificationDenoisingmodel

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Language Guided Adversarial Purification

2023-09-19 · Himanshu Singh, A V Subramanyam

Adversarial purification using generative models demonstrates strong adversarial defense performance. These methods are classifier and attack-agnostic, making them versatile but often computationally intensive. Recent st…

Adversarial DefenseAdversarial PurificationAdversarial RobustnessImage Generation

Guided Diffusion Model for Adversarial Purification from Random Noise

2022-06-22 · Quanlin Wu, Hang Ye, Yuntian Gu

In this paper, we propose a novel guided diffusion purification approach to provide a strong defense against adversarial attacks. Our model achieves 89.62% robust accuracy under PGD-L_inf attack (eps = 8/255) on the CIFA…

Adversarial Purification

Classifier Guidance Enhances Diffusion-based Adversarial Purification by Preserving Predictive Information

2024-08-12 · Mingkun Zhang, Jianing Li, Wei Chen, Jiafeng Guo 외

Adversarial purification is one of the promising approaches to defend neural networks against adversarial attacks. Recently, methods utilizing diffusion probabilistic models have achieved great success for adversarial pu…

Adversarial PurificationAdversarial RobustnessDenoisingimage-classification+1

Random Sampling for Diffusion-based Adversarial Purification

2024-11-28 · Jiancheng Zhang, Peiran Dong, Yongyong Chen, Yin-Ping Zhao 외

Denoising Diffusion Probabilistic Models (DDPMs) have gained great attention in adversarial purification. Current diffusion-based works focus on designing effective condition-guided mechanisms while ignoring a fundamenta…

Adversarial PurificationDenoising

Purify++: Improving Diffusion-Purification with Advanced Diffusion Models and Control of Randomness

2023-10-28 · Boya Zhang, Weijian Luo, Zhihua Zhang

Adversarial attacks can mislead neural network classifiers. The defense against adversarial attacks is important for AI safety. Adversarial purification is a family of approaches that defend adversarial attacks with suit…

Adversarial Purification