paper-with-me

홈 › Papers

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

2025-05-05 · Kuofeng Gao, Yufei Zhu, Yiming Li, Jiawang Bai, Yong Yang, Zhifeng Li, Shu-Tao Xia

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.

📄 PDF Abstract BibTeX arXiv:2505.02824

Code (1)

csyufei/ceat2i 공식 구현 pytorch

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Evading Data Provenance in Deep Neural Networks

2025-08-01 · Hongyu Zhu, Sichu Liang, Wenwen Wang, Zhuomeng Zhang 외 arxiv

Modern over-parameterized deep models are highly data-dependent, with large scale general-purpose and domain-specific datasets serving as the bedrock for rapid advancements. However, many datasets are proprietary or cont…

Characterizing Internal Evasion Attacks in Federated Learning

2022-09-17 · Taejin Kim, Shubhranshu Singh, Nikhil Madaan, Carlee Joe-Wong

Federated learning allows for clients in a distributed system to jointly train a machine learning model. However, clients' models are vulnerable to attacks during the training and testing phases. In this paper, we addres…

Adversarial RobustnessFederated LearningPersonalized Federated LearningRecommendation Systems

DATABench: Evaluating Dataset Auditing in Deep Learning from an Adversarial Perspective

2025-07-08 · Shuo Shao, Yiming Li, Mengren Zheng, Zhiyang Hu 외 arxiv

The widespread application of Deep Learning across diverse domains hinges critically on the quality and composition of training datasets. However, the common lack of disclosure regarding their usage raises significant pr…

Bypassing Copyright Protection in Diffusion-based Customization via Two-Stage Latent Feature Optimization

2026-06-06 · Ziang Xu, Wenbo Yu, Hongyao Yu, Hao Fang 외 arxiv

With the growing concerns over copyright infringement in diffusion-based customization, adversarial attacks have emerged as a prominent defense strategy to prevent malicious content forgery in personalized image generati…

Personalized Image Generation

Evasion Attacks Against Bayesian Predictive Models

2025-06-11 · Pablo G. Arce, Roi Naveiro, David Ríos Insua

There is an increasing interest in analyzing the behavior of machine learning systems against adversarial attacks. However, most of the research in adversarial machine learning has focused on studying weaknesses against …