English

The Efficacy of Transfer-based No-box Attacks on Image Watermarking: A Pragmatic Analysis

Cryptography and Security 2024-12-04 v1

Abstract

Watermarking approaches are widely used to identify if images being circulated are authentic or AI-generated. Determining the robustness of image watermarking methods in the ``no-box'' setting, where the attacker is assumed to have no knowledge about the watermarking model, is an interesting problem. Our main finding is that evading the no-box setting is challenging: the success of optimization-based transfer attacks (involving training surrogate models) proposed in prior work~\cite{hu2024transfer} depends on impractical assumptions, including (i) aligning the architecture and training configurations of both the victim and attacker's surrogate watermarking models, as well as (ii) a large number of surrogate models with potentially large computational requirements. Relaxing these assumptions i.e., moving to a more pragmatic threat model results in a failed attack, with an evasion rate at most 21.1%21.1\%. We show that when the configuration is mostly aligned, a simple non-optimization attack we propose, OFT, with one single surrogate model can already exceed the success of optimization-based efforts. Under the same \ell_\infty norm perturbation budget of 0.250.25, prior work~\citet{hu2024transfer} is comparable to or worse than OFT in 1111 out of 1212 configurations and has a limited advantage on the remaining one. The code used for all our experiments is available at \url{https://github.com/Ardor-Wu/transfer}.

Keywords

Cite

@article{arxiv.2412.02576,
  title  = {The Efficacy of Transfer-based No-box Attacks on Image Watermarking: A Pragmatic Analysis},
  author = {Qilong Wu and Varun Chandrasekaran},
  journal= {arXiv preprint arXiv:2412.02576},
  year   = {2024}
}

Comments

We find that the success of existing transfer-based attacks in evading image watermarking in the no-box setting depends on unrealistic assumptions and find a much more inexpensive optimization-free alternative