paper-with-me

Papers

DiffPatch: Generating Customizable Adversarial Patches using Diffusion Model

2024-12-02 · Zhixiang Wang, Guangnan Ye, Xiaosen Wang, Siheng Chen, Zhibo Wang, Xingjun Ma, Yu-Gang Jiang

Physical adversarial patches printed on clothing can easily allow individuals to evade person detectors. However, most existing adversarial patch generation methods prioritize attack effectiveness over stealthiness, resulting in patches that are aesthetically unpleasing. Although existing methods using generative adversarial networks or diffusion models can produce more natural-looking patches, they often struggle to balance stealthiness with attack effectiveness and lack flexibility for user customization. To address these challenges, we propose a novel diffusion-based customizable patch generation framework termed DiffPatch, specifically tailored for creating naturalistic and customizable adversarial patches. Our approach enables users to utilize a reference image as the source, rather than starting from random noise, and incorporates masks to craft naturalistic patches of various shapes, not limited to squares. To prevent the original semantics from being lost during the diffusion process, we employ Null-text inversion to map random noise samples to a single input image and generate patches through Incomplete Diffusion Optimization (IDO). Notably, while maintaining a natural appearance, our method achieves a comparable attack performance to state-of-the-art non-naturalistic patches when using similarly sized attacks. Using DiffPatch, we have created a physical adversarial T-shirt dataset, AdvPatch-1K, specifically targeting YOLOv5s. This dataset includes over a thousand images across diverse scenarios, validating the effectiveness of our attack in real-world environments. Moreover, it provides a valuable resource for future research.

📄 PDF Abstract BibTeX arXiv:2412.01440

Code (2)

wwangb/advpatch-1k 공식 구현
Wwangb/DiffPatch pytorch

Tasks

model

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

Diffusion-Driven Deceptive Patches: Adversarial Manipulation and Forensic Detection in Facial Identity Verification

2026-01-14 · Shahrzad Sayyafzadeh, Hongmei Chi, Shonda Bernadin arxiv

This work presents an end-to-end pipeline for generating, refining, and evaluating adversarial patches to compromise facial biometric systems, with applications in forensic analysis and security testing. We utilize FGSM …

CNCA: Toward Customizable and Natural Generation of Adversarial Camouflage for Vehicle Detectors

2024-09-26 · Linye Lyu, Jiawei Zhou, Daojing He, Yu Li

Prior works on physical adversarial camouflage against vehicle detectors mainly focus on the effectiveness and robustness of the attack. The current most successful methods optimize 3D vehicle texture at a pixel level. H…

Prompt-Guided Environmentally Consistent Adversarial Patch

2024-11-15 · CHAOQUN LI, Huanqian Yan, Lifeng Zhou, Tairan Chen 외

Adversarial attacks in the physical world pose a significant threat to the security of vision-based systems, such as facial recognition and autonomous driving. Existing adversarial patch methods primarily focus on improv…

Autonomous Driving

AngleRoCL: Angle-Robust Concept Learning for Physically View-Invariant T2I Adversarial Patches

2025-06-11 · Wenjun Ji, Yuxiang Fu, Luyang Ying, Deng-Ping Fan 외

Cutting-edge works have demonstrated that text-to-image (T2I) diffusion models can generate adversarial patches that mislead state-of-the-art object detectors in the physical world, revealing detectors' vulnerabilities a…

Memory Efficient Diffusion Probabilistic Models via Patch-based Generation

2023-04-14 · Shinei Arakawa, Hideki Tsunashima, Daichi Horita, Keitaro Tanaka 외

Diffusion probabilistic models have been successful in generating high-quality and diverse images. However, traditional models, whose input and output are high-resolution images, suffer from excessive memory requirements…