Table of Contents
Fetching ...

Off-The-Shelf Image-to-Image Models Are All You Need To Defeat Image Protection Schemes

Xavier Pleimling, Sifat Muhammad Abdullah, Gunjan Balde, Peng Gao, Mainack Mondal, Murtuza Jadliwala, Bimal Viswanath

TL;DR

It is shown that off-the-shelf image-to-image GenAI models can be repurposed as generic ``denoisers" using a simple text prompt, effectively removing a wide range of protective perturbations.

Abstract

Advances in Generative AI (GenAI) have led to the development of various protection strategies to prevent the unauthorized use of images. These methods rely on adding imperceptible protective perturbations to images to thwart misuse such as style mimicry or deepfake manipulations. Although previous attacks on these protections required specialized, purpose-built methods, we demonstrate that this is no longer necessary. We show that off-the-shelf image-to-image GenAI models can be repurposed as generic ``denoisers" using a simple text prompt, effectively removing a wide range of protective perturbations. Across 8 case studies spanning 6 diverse protection schemes, our general-purpose attack not only circumvents these defenses but also outperforms existing specialized attacks while preserving the image's utility for the adversary. Our findings reveal a critical and widespread vulnerability in the current landscape of image protection, indicating that many schemes provide a false sense of security. We stress the urgent need to develop robust defenses and establish that any future protection mechanism must be benchmarked against attacks from off-the-shelf GenAI models. Code is available in this repository: https://github.com/mlsecviswanath/img2imgdenoiser

Off-The-Shelf Image-to-Image Models Are All You Need To Defeat Image Protection Schemes

TL;DR

It is shown that off-the-shelf image-to-image GenAI models can be repurposed as generic ``denoisers" using a simple text prompt, effectively removing a wide range of protective perturbations.

Abstract

Advances in Generative AI (GenAI) have led to the development of various protection strategies to prevent the unauthorized use of images. These methods rely on adding imperceptible protective perturbations to images to thwart misuse such as style mimicry or deepfake manipulations. Although previous attacks on these protections required specialized, purpose-built methods, we demonstrate that this is no longer necessary. We show that off-the-shelf image-to-image GenAI models can be repurposed as generic ``denoisers" using a simple text prompt, effectively removing a wide range of protective perturbations. Across 8 case studies spanning 6 diverse protection schemes, our general-purpose attack not only circumvents these defenses but also outperforms existing specialized attacks while preserving the image's utility for the adversary. Our findings reveal a critical and widespread vulnerability in the current landscape of image protection, indicating that many schemes provide a false sense of security. We stress the urgent need to develop robust defenses and establish that any future protection mechanism must be benchmarked against attacks from off-the-shelf GenAI models. Code is available in this repository: https://github.com/mlsecviswanath/img2imgdenoiser
Paper Structure (31 sections, 3 equations, 17 figures, 27 tables)

This paper contains 31 sections, 3 equations, 17 figures, 27 tables.

Figures (17)

  • Figure 1: Images in bottom row are generated with StyleGANv2 using their respective top row image as an input. SD3 better restores the original face features compared to the baselines.
  • Figure 2: Qualitative image samples for PRC Watermark. Regen-VAE causes the image to appear blurrier in detail and DiffPure causes the image to appear more sharp and distorted. FLUX is able to preserve better quality during denoising.
  • Figure 3: The bottom edge of three W-Bench samples with and without VINE. VINE's watermarking creates visible perturbations on the edges of an image.
  • Figure 4: Qualitative samples for INSIGHT. FLUX provides the best style fit for Van Gogh, greatly improving performance compared to INSIGHT.
  • Figure 5: Images in top row are source images. Images in bottom row are generated images from Textual Inversion. Note the high-quality sample produced when using GPT-4o.
  • ...and 12 more figures