paper-with-me

Papers

DIFFender: Diffusion-Based Adversarial Defense against Patch Attacks

2023-06-15 · Caixin Kang, Yinpeng Dong, Zhengyi Wang, Shouwei Ruan, Yubo Chen, Hang Su, Xingxing Wei

Adversarial attacks, particularly patch attacks, pose significant threats to the robustness and reliability of deep learning models. Developing reliable defenses against patch attacks is crucial for real-world applications. This paper introduces DIFFender, a novel defense framework that harnesses the capabilities of a text-guided diffusion model to combat patch attacks. Central to our approach is the discovery of the Adversarial Anomaly Perception (AAP) phenomenon, which empowers the diffusion model to detect and localize adversarial patches through the analysis of distributional discrepancies. DIFFender integrates dual tasks of patch localization and restoration within a single diffusion model framework, utilizing their close interaction to enhance defense efficacy. Moreover, DIFFender utilizes vision-language pre-training coupled with an efficient few-shot prompt-tuning algorithm, which streamlines the adaptation of the pre-trained diffusion model to defense tasks, thus eliminating the need for extensive retraining. Our comprehensive evaluation spans image classification and face recognition tasks, extending to real-world scenarios, where DIFFender shows good robustness against adversarial attacks. The versatility and generalizability of DIFFender are evident across a variety of settings, classifiers, and attack methodologies, marking an advancement in adversarial patch defense strategies.

📄 PDF Abstract BibTeX arXiv:2306.09124

Code (1)

kkkcx/diffender 공식 구현 pytorch

Tasks

Adversarial DefenseFace Recognitionimage-classificationImage Classification

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 제목 키워드 기반

Real-world Adversarial Defense against Patch Attacks based on Diffusion Model

2024-09-14 · Xingxing Wei, Caixin Kang, Yinpeng Dong, Zhengyi Wang 외

Adversarial patches present significant challenges to the robustness of deep learning models, making the development of effective defenses become critical for real-world applications. This paper introduces DIFFender, a n…

Adversarial DefenseFace Recognitionimage-classificationImage Classification

Certified Defenses for Adversarial Patches

2020-03-14 · ICLR 2020 1 · Ping-Yeh Chiang, Renkun Ni, Ahmed Abdelkader, Chen Zhu 외

Adversarial patch attacks are among one of the most practical threat models against real-world computer vision systems. This paper studies certified and empirical defenses against patch attacks. We begin with a set of ex…

A Single Set of Adversarial Clothes Breaks Multiple Defense Methods in the Physical World

2025-10-20 · Wei Zhang, Zhanhao Hu, Xiao Li, Xiaopei Zhu 외 arxiv

In recent years, adversarial attacks against deep learning-based object detectors in the physical world have attracted much attention. To defend against these attacks, researchers have proposed various defense methods ag…

Adversarial Defense

DisPatch: Disarming Adversarial Patches in Object Detection with Diffusion Models

2025-09-04 · Jin Ma, Mohammed Aldeen, Christopher Salas, Feng Luo 외 arxiv

Object detection is fundamental to various real-world applications, such as security monitoring and surveillance video analysis. Despite their advancements, state-of-the-art object detectors are still vulnerable to adver…

Object Detection

Minority Reports Defense: Defending Against Adversarial Patches

2020-04-28 · Michael McCoyd, Won Park, Steven Chen, Neil Shah 외

Deep learning image classification is vulnerable to adversarial attack, even if the attacker changes just a small patch of the image. We propose a defense against patch attacks based on partially occluding the image arou…

Adversarial AttackGeneral Classificationimage-classificationImage Classification