paper-with-me

홈 › Papers

Pixel is a Barrier: Diffusion Models Are More Adversarially Robust Than We Think

2024-04-20 · Haotian Xue, Yongxin Chen

Adversarial examples for diffusion models are widely used as solutions for safety concerns. By adding adversarial perturbations to personal images, attackers can not edit or imitate them easily. However, it is essential to note that all these protections target the latent diffusion model (LDMs), the adversarial examples for diffusion models in the pixel space (PDMs) are largely overlooked. This may mislead us to think that the diffusion models are vulnerable to adversarial attacks like most deep models. In this paper, we show novel findings that: even though gradient-based white-box attacks can be used to attack the LDMs, they fail to attack PDMs. This finding is supported by extensive experiments of almost a wide range of attacking methods on various PDMs and LDMs with different model structures, which means diffusion models are indeed much more robust against adversarial attacks. We also find that PDMs can be used as an off-the-shelf purifier to effectively remove the adversarial patterns that were generated on LDMs to protect the images, which means that most protection methods nowadays, to some extent, cannot protect our images from malicious attacks. We hope that our insights will inspire the community to rethink the adversarial samples for diffusion models as protection methods and move forward to more effective protection. Codes are available in https://github.com/xavihart/PDM-Pure.

📄 PDF Abstract BibTeX arXiv:2404.13320

Code (1)

xavihart/pdm-pure 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Latent Diffusion Model Diffusion models applied to latent spaces, which are normally built with (Variational) Autoencoders.
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 제목 키워드 기반

The LogBarrier adversarial attack: making effective use of decision boundary information

2019-03-25 · ICCV 2019 10 · Chris Finlay, Aram-Alexandre Pooladian, Adam M. Oberman

Adversarial attacks for image classification are small perturbations to images that are designed to cause misclassification by a model. Adversarial attacks formally correspond to an optimization problem: find a minimum n…

Adversarial Attackimage-classificationImage Classification

EB-MBD: Emerging-Barrier Model-Based Diffusion for Safe Trajectory Optimization in Highly Constrained Environments

2025-10-09 · Raghav Mishra, Ian R. Manchester arxiv

We propose enforcing constraints on Model-Based Diffusion by introducing emerging barrier functions inspired by interior point methods. We demonstrate that the standard Model-Based Diffusion algorithm can lead to catastr…

Collision Avoidance

Semi-analytic pricing of double barrier options with time-dependent barriers and rebates at hit

2020-09-20 · Andrey Itkin, Dmitry Muravey

We continue a series of papers devoted to construction of semi-analytic solutions for barrier options. These options are written on underlying following some simple one-factor diffusion model, but all the parameters of t…

Interpreting Attributions and Interactions of Adversarial Attacks

2021-08-16 · ICCV 2021 10 · Xin Wang, Shuyun Lin, Hao Zhang, Yufei Zhu 외

This paper aims to explain adversarial attacks in terms of how adversarial perturbations contribute to the attacking task. We estimate attributions of different image regions to the decrease of the attacking cost based o…

Pixel Is Not A Barrier: An Effective Evasion Attack for Pixel-Domain Diffusion Models

2024-08-21 · Chun-Yen Shih, Li-Xuan Peng, Jia-Wei Liao, Ernie Chu 외

Diffusion Models have emerged as powerful generative models for high-quality image synthesis, with many subsequent image editing techniques based on them. However, the ease of text-based image editing introduces signific…

DenoisingImage GenerationText-based Image Editing