paper-with-me

Papers

StealthDiffusion: Towards Evading Diffusion Forensic Detection through Diffusion Model

2024-08-11 · Ziyin Zhou, Ke Sun, Zhongxi Chen, Huafeng Kuang, Xiaoshuai Sun, Rongrong Ji

The rapid progress in generative models has given rise to the critical task of AI-Generated Content Stealth (AIGC-S), which aims to create AI-generated images that can evade both forensic detectors and human inspection. This task is crucial for understanding the vulnerabilities of existing detection methods and developing more robust techniques. However, current adversarial attacks often introduce visible noise, have poor transferability, and fail to address spectral differences between AI-generated and genuine images. To address this, we propose StealthDiffusion, a framework based on stable diffusion that modifies AI-generated images into high-quality, imperceptible adversarial examples capable of evading state-of-the-art forensic detectors. StealthDiffusion comprises two main components: Latent Adversarial Optimization, which generates adversarial perturbations in the latent space of stable diffusion, and Control-VAE, a module that reduces spectral differences between the generated adversarial images and genuine images without affecting the original diffusion model's generation process. Extensive experiments show that StealthDiffusion is effective in both white-box and black-box settings, transforming AI-generated images into high-quality adversarial forgeries with frequency spectra similar to genuine images. These forgeries are classified as genuine by advanced forensic classifiers and are difficult for humans to distinguish.

📄 PDF Abstract BibTeX arXiv:2408.05669

Code (1)

wyczzy/stealthdiffusion 공식 구현 pytorch

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

Evading Forensic Classifiers with Attribute-Conditioned Adversarial Faces

2023-06-22 · CVPR 2023 1 · Fahad Shamshad, Koushik Srivatsan, Karthik Nandakumar

The ability of generative models to produce highly realistic synthetic face images has raised security and ethical concerns. As a first line of defense against such fake faces, deep learning based forensic classifiers ha…

AttributeMeta-Learning

Evading Detection Actively: Toward Anti-Forensics against Forgery Localization

2023-10-16 · Long Zhuo, Shenghai Luo, Shunquan Tan, Han Chen 외

Anti-forensics seeks to eliminate or conceal traces of tampering artifacts. Typically, anti-forensic methods are designed to deceive binary detectors and persuade them to misjudge the authenticity of an image. However, t…

Adversarial AttackSelf-Supervised Learning

DisDet: Exploring Detectability of Backdoor Attack on Diffusion Models

2024-02-05 · Yang Sui, Huy Phan, Jinqi Xiao, Tianfang Zhang 외

In the exciting generative AI era, the diffusion model has emerged as a very powerful and widely adopted content generation and editing tool for various data modalities, making the study of their potential security risks…

Backdoor Attack

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 …

StableGuard: Towards Unified Copyright Protection and Tamper Localization in Latent Diffusion Models

2025-09-22 · Haoxin Yang, Bangzhen Liu, Xuemiao Xu, Cheng Xu 외 arxiv

The advancement of diffusion models has enhanced the realism of AI-generated content but also raised concerns about misuse, necessitating robust copyright protection and tampering localization. Although recent methods ha…