DIA: The Adversarial Exposure of Deterministic Inversion in Diffusion Models
Seunghoo Hong, Geonho Son, Juhun Lee, Simon S. Woo
TL;DR
This paper tackles the risk that DDIM inversion enables real-image editing and potential misuse, proposing DDIM Inversion Attack (DIA) to disrupt the integrated diffusion trajectory. DIA comprises two variants, DIA-PT and DIA-R, which explicitly attack the inversion process trajectory and the reconstructed latent path using differentiable, memory-efficient trajectory optimization. Across the PIE-Bench benchmark, DIA methods outperform existing defenses, maintaining disruption across editing methods, noise budgets, and purification, while preserving perceptual content to a meaningful degree. The work offers a practical defense mechanism for industry and research to curb misuse of inversion-based editing in diffusion models, with a code release to facilitate adoption and further study.
Abstract
Diffusion models have shown to be strong representation learners, showcasing state-of-the-art performance across multiple domains. Aside from accelerated sampling, DDIM also enables the inversion of real images back to their latent codes. A direct inheriting application of this inversion operation is real image editing, where the inversion yields latent trajectories to be utilized during the synthesis of the edited image. Unfortunately, this practical tool has enabled malicious users to freely synthesize misinformative or deepfake contents with greater ease, which promotes the spread of unethical and abusive, as well as privacy-, and copyright-infringing contents. While defensive algorithms such as AdvDM and Photoguard have been shown to disrupt the diffusion process on these images, the misalignment between their objectives and the iterative denoising trajectory at test time results in weak disruptive performance.In this work, we present the DDIM Inversion Attack (DIA) that attacks the integrated DDIM trajectory path. Our results support the effective disruption, surpassing previous defensive methods across various editing methods. We believe that our frameworks and results can provide practical defense methods against the malicious use of AI for both the industry and the research community. Our code is available here: https://anonymous.4open.science/r/DIA-13419/.
