CVAICRMay 5, 2025

Towards Dataset Copyright Evasion Attack against Personalized Text-to-Image Diffusion Models

arXiv:2505.02824v12 citationsh-index: 16Has CodeIEEE Trans Inf Forensics Secur
Originality Incremental advance
AI Analysis

This addresses a security vulnerability in protecting intellectual property for dataset owners in personalized AI models, though it is incremental as it builds on existing DOV methods.

The paper tackles the problem of dataset ownership verification (DOV) mechanisms in text-to-image diffusion models, which use watermarks to detect unauthorized dataset usage, by proposing CEAT2I, the first copyright evasion attack that bypasses these watermarks while preserving model performance, with experiments showing effective evasion.

Text-to-image (T2I) diffusion models have rapidly advanced, enabling high-quality image generation conditioned on textual prompts. However, the growing trend of fine-tuning pre-trained models for personalization raises serious concerns about unauthorized dataset usage. To combat this, dataset ownership verification (DOV) has emerged as a solution, embedding watermarks into the fine-tuning datasets using backdoor techniques. These watermarks remain inactive under benign samples but produce owner-specified outputs when triggered. Despite the promise of DOV for T2I diffusion models, its robustness against copyright evasion attacks (CEA) remains unexplored. In this paper, we explore how attackers can bypass these mechanisms through CEA, allowing models to circumvent watermarks even when trained on watermarked datasets. We propose the first copyright evasion attack (i.e., CEAT2I) specifically designed to undermine DOV in T2I diffusion models. Concretely, our CEAT2I comprises three stages: watermarked sample detection, trigger identification, and efficient watermark mitigation. A key insight driving our approach is that T2I models exhibit faster convergence on watermarked samples during the fine-tuning, evident through intermediate feature deviation. Leveraging this, CEAT2I can reliably detect the watermarked samples. Then, we iteratively ablate tokens from the prompts of detected watermarked samples and monitor shifts in intermediate features to pinpoint the exact trigger tokens. Finally, we adopt a closed-form concept erasure method to remove the injected watermark. Extensive experiments show that our CEAT2I effectively evades DOV mechanisms while preserving model performance.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes