MarkNull: Model-Agnostic Watermark Removal in AI-Generated Images via On-Manifold Latent Manipulation

TL;DR

MarkNull removes watermarks from AI-generated images via latent manipulation, reducing accuracy to 53.14% without visual degradation.

cs.CR 🔴 Advanced 2026-08-11 1 views
Jie Cao Qi Li Zelin Zhang Xiaodong Wu Lingshuang Liu Xiangman Li Jianbing Ni
watermark removal latent space AI-generated images model-agnostic digital copyright

Key Findings

Methodology

The paper introduces MarkNull, a method for removing watermarks through latent space manipulation. The core lies in the Noise-Latent Alignment Score (NLAS), which quantifies the dependency between generated latent representation and embedded noise, and formulates an optimization objective that selectively decorrelates latent representation from embedded watermark while preserving semantic fidelity.

Key Results

  • MarkNull reduces average bit accuracy to 53.14% across nine watermarking schemes, approaching random guessing (50%), while maintaining the best visual quality.
  • MarkNull-A achieves efficient watermark removal at 0.5 seconds/image using 6,282 MB VRAM.
  • In Google's SynthID-Image system, MarkNull achieves a 100% attack success rate and performs excellently in video watermarking.

Significance

This research significantly advances watermark removal technology, especially in model-agnostic scenarios. By introducing NLAS and MarkNull-A, the study provides new theoretical foundations and efficient engineering implementations, addressing existing gaps in robustness and efficiency.

Technical Contribution

MarkNull achieves watermark removal through orthogonalization in latent space and VAE filtering, distinct from existing methods. MarkNull-A trains a watermark removal network for rapid end-to-end removal, offering new engineering possibilities.

Novelty

MarkNull is the first to achieve efficient watermark removal in a model-agnostic manner through latent space manipulation. Its innovation lies in not relying on specific embedding mechanisms but leveraging universal properties of LDMs.

Limitations

  • In some high-complexity scenarios, complete watermark removal may not be possible, especially when the watermark is deeply embedded.
  • For certain specific watermarking schemes, removal effectiveness may not meet expectations.

Future Work

Future work could focus on improving MarkNull's performance in more complex watermarking schemes and exploring more efficient removal algorithms. Additionally, developing more robust watermark designs to resist such attacks is an important direction.

AI Executive Summary

With the development of generative AI technology, digital watermarking has become crucial for protecting the copyright of AI-generated images. However, existing watermarking technologies perform poorly against model-agnostic removal attacks. This paper proposes a new method, MarkNull, which effectively removes watermarks through latent space manipulation without damaging image quality.

The core of MarkNull lies in the introduction of the Noise-Latent Alignment Score (NLAS), which quantifies the dependency between generated latent representation and embedded noise. By optimizing the objective, MarkNull selectively decorrelates latent representation from embedded watermark while preserving semantic fidelity. Additionally, MarkNull-A, as an efficient variant, trains a watermark removal network for rapid end-to-end removal.

Experimental results show that MarkNull performs excellently across various watermarking schemes, particularly achieving a 100% attack success rate in Google's SynthID-Image system. Nevertheless, future work is needed to develop more robust watermark designs to resist such attacks.

Deep Analysis

Background

As AI-generated content becomes more prevalent, digital watermarking has become an essential tool for copyright protection and provenance tracking. Traditional watermarking techniques mainly focus on pixel space, but as generative models become more complex, existing methods perform poorly against sophisticated watermark removal attacks.

Core Problem

Existing watermarking technologies often require a trade-off between watermark removal and image quality when facing model-agnostic removal attacks. Additionally, many methods rely on specific embedding mechanisms, making it difficult to generalize across different watermarking schemes.

Innovation

MarkNull achieves watermark removal through orthogonalization in latent space and VAE filtering, distinct from existing methods. Its innovation lies in not relying on specific embedding mechanisms but leveraging universal properties of LDMs.

Methodology

  • �� Introduce the Noise-Latent Alignment Score (NLAS) to quantify the dependency between generated latent representation and embedded noise.
  • �� Formulate an optimization objective that selectively decorrelates latent representation from embedded watermark.
  • �� Train a watermark removal network for rapid end-to-end removal.

Experiments

Experiments were conducted on various watermarking schemes, including post-hoc, fine-tuning, and initial noise schemes. Metrics used include bit accuracy and visual quality, with results showing MarkNull's excellent performance across schemes.

Results

MarkNull reduces average bit accuracy to 53.14% across nine watermarking schemes, approaching random guessing (50%), while maintaining the best visual quality.

Applications

MarkNull can be used in any scenario requiring the removal of watermarks from AI-generated images, especially when high visual quality must be maintained.

Limitations & Outlook

In some high-complexity scenarios, complete watermark removal may not be possible, especially when the watermark is deeply embedded.

Plain Language Accessible to non-experts

Imagine you're baking a perfect cake with a watermark on it. MarkNull is like a magic tool that can remove the watermark without ruining the cake. It adjusts the ingredients' proportions so the watermark becomes invisible, but the cake's taste and appearance remain perfect.

ELI14 Explained like you're 14

Imagine you're playing a game where your task is to remove watermarks from images, like finding hidden treasure in a game. MarkNull is like a super tool that helps you complete the task without damaging the image. It's like a clever detective finding the watermark's weak spot and quietly removing it.

Glossary

MarkNull

A method for removing watermarks from AI-generated images through latent space manipulation.

Used to remove watermarks across various schemes.

Latent Space

A high-dimensional space within generative models used to represent abstract features of data.

MarkNull manipulates latent space to achieve watermark removal.

Noise-Latent Alignment Score (NLAS)

Quantifies the dependency between generated latent representation and embedded noise.

Serves as a core metric in MarkNull for optimization.

VAE

Variational Autoencoder, a generative model used to learn latent representations of data.

Used in MarkNull to filter high-frequency pixel-level artifacts.

Watermark Removal Network (WRN)

A neural network used for rapid watermark removal.

Used in MarkNull-A for fast end-to-end removal.

Open Questions Unanswered questions from this research

  • 1 How to improve MarkNull's performance in more complex watermarking schemes?
  • 2 How to develop more robust watermark designs to resist such attacks?

Applications

Immediate Applications

Image Copyright Protection

Helps image creators and copyright holders remove unauthorized watermarks, protecting copyright.

Long-term Vision

Video Watermark Removal

Apply MarkNull to video watermark removal, enhancing copyright protection and tracking capabilities for video content.

Abstract

Digital watermarking has emerged as a critical technique for provenance and copyright attribution in AI-generated imagery, yet its robustness against realistic, model-agnostic removal attacks remains poorly explored. Existing attacks either succeed only against specific generative models or achieve removal at the cost of severe visual degradation. In this paper, we propose MarkNull, a model-agnostic watermark removal attack via on-manifold latent manipulation. MarkNull is grounded in a key observation: watermarked images exhibit a strong statistical dependency between the generated latent representation and the embedded initial noise. To quantify this dependency, we introduce the Noise-Latent Alignment Score (NLAS) and formulate an optimization objective that selectively decorrelates the latent representation from the embedded watermark while preserving semantic fidelity. Extensive evaluations across different categories of watermarking paradigms, including post-hoc, fine-tuning-based, and initial-noise-based schemes, demonstrate that MarkNull reduces average bit accuracy to 53.14%, approaching random-guessing (50%), without perceptible image degradation. To further improve scalability, we propose MarkNull-A, an amortized, optimization-free variant that distills the attack into a single forward pass, achieving 0.50 s/image with modest computational overhead. Notably, our attacks successfully compromise Google's SynthID-Image system while preserving high visual quality and transfer effectively to video watermarking. Finally, we present an attack detection mechanism as a defensive counterpart to MarkNull and MarkNull-A, highlighting the necessity of developing watermark designs resilient to model-agnostic latent-space attacks.

cs.CR cs.AI