Back to news
security Priority 4/5 8/13/2026, 11:05:16 AM

MarkNull Framework Demonstrates Model-Agnostic Watermark Removal in AI-Generated Images

MarkNull Framework Demonstrates Model-Agnostic Watermark Removal in AI-Generated Images

Digital watermarking is widely used for copyright attribution and tracking AI-generated imagery, but its resilience to generalized removal attempts has been a significant vulnerability. Existing watermark removal methods often rely on specific generative architectures or degrade the visual quality of the target image to the point of rendering it unusable. The newly proposed MarkNull framework addresses these limitations by introducing a model-agnostic attack mechanism that maintains high image fidelity. The core of MarkNull relies on the observation of a strong statistical dependency between the generated latent representation of an image and its embedded watermark noise. By introducing the Noise-Latent Alignment Score (NLAS), the system optimizes the latent space to selectively decorrelate these elements. This process effectively strips out the watermarking signal without altering the underlying semantic features of the image. Testing across multiple watermarking paradigms, including post-hoc, fine-tuning, and initial-noise methods, shows that MarkNull successfully lowers bit verification accuracy to approximately 53.14 percent, which is close to random guessing. Furthermore, the researchers developed MarkNull-A, an amortized version that eliminates the optimization bottleneck to perform the attack in a single forward pass lasting just half a second per image. Notably, the attack proved effective against commercial-grade systems such as Google SynthID-Image, highlighting the need for more robust defense mechanisms in generative media.

Related tools

Recommended tools for this topic

These picks prioritize high-intent tools relevant to this topic. Some links may include partner or affiliate tracking.

#arxiv#research#security#data

Comparison

AspectBefore / AlternativeAfter / This
CompatibilityModel-specific (only targets specific generator architectures)Model-agnostic (applies across diverse generative pipelines)
Visual quality protectionSevere visual degradation or noticeable blurrinessHigh semantic fidelity preserved without perceptible artifacts
Attack processing speedSlow iterative optimization required for each imageSingle forward pass (0.50 seconds per image) using amortized variant
SynthID-Image susceptibilityHighly robust against post-hoc manipulationCompromised under latent decorrelation optimization

Source: arXiv

This page summarizes the original source. Check the source for full details.

Related