paper-with-me

Papers

Image Copy Detection for Diffusion Models

2024-09-30 · Wenhao Wang, Yifan Sun, Zhentao Tan, Yi Yang

Images produced by diffusion models are increasingly popular in digital artwork and visual marketing. However, such generated images might replicate content from existing ones and pose the challenge of content originality. Existing Image Copy Detection (ICD) models, though accurate in detecting hand-crafted replicas, overlook the challenge from diffusion models. This motivates us to introduce ICDiff, the first ICD specialized for diffusion models. To this end, we construct a Diffusion-Replication (D-Rep) dataset and correspondingly propose a novel deep embedding method. D-Rep uses a state-of-the-art diffusion model (Stable Diffusion V1.5) to generate 40, 000 image-replica pairs, which are manually annotated into 6 replication levels ranging from 0 (no replication) to 5 (total replication). Our method, PDF-Embedding, transforms the replication level of each image-replica pair into a probability density function (PDF) as the supervision signal. The intuition is that the probability of neighboring replication levels should be continuous and smooth. Experimental results show that PDF-Embedding surpasses protocol-driven methods and non-PDF choices on the D-Rep test set. Moreover, by utilizing PDF-Embedding, we find that the replication ratios of well-known diffusion models against an open-source gallery range from 10% to 20%. The project is publicly available at https://icdiff.github.io/.

📄 PDF Abstract BibTeX arXiv:2409.19952

Code (0)

등록된 구현이 없습니다.

Tasks

Copy DetectionMarketing

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Diffusion-Based Synthetic Brightfield Microscopy Images for Enhanced Single Cell Detection

2025-11-25 · Mario de Jesus da Graca, Jörg Dahlkemper, Peer Stelldinger arxiv

Accurate single cell detection in brightfield microscopy is crucial for biological research, yet data scarcity and annotation bottlenecks limit the progress of deep learning methods. We investigate the use of uncondition…

Synthetic Data GenerationObject DetectionCell Detection

Attention to Neural Plagiarism: Diffusion Models Can Plagiarize Your Copyrighted Images!

2026-02-25 · Zihang Zou, Boqing Gong, Liqiang Wang arxiv

In this paper, we highlight a critical threat posed by emerging neural models: data plagiarism. We demonstrate how modern neural models (e.g., diffusion models) can replicate copyrighted images, even when protected by ad…

Copyright Infringement Detection in Text-to-Image Diffusion Models via Differential Privacy

2025-09-27 · Xiafeng Man, Zhipeng Wei, Jingjing Chen arxiv

The widespread deployment of large vision models such as Stable Diffusion raises significant legal and ethical concerns, as these models can memorize and reproduce copyrighted content without authorization. Existing dete…

Mitigating Memorization in Text-to-Image Diffusion via Region-Aware Prompt Augmentation and Multimodal Copy Detection

2026-03-13 · Yunzhuo Chen, Jordan Vice, Naveed Akhtar, Nur Al Hasan Haldar 외 arxiv

State-of-the-art text-to-image diffusion models can produce impressive visuals but may memorize and reproduce training images, creating copyright and privacy risks. Existing prompt perturbations applied at inference time…

DiffusionShield: A Watermark for Copyright Protection against Generative Diffusion Models

2023-05-25 · Yingqian Cui, Jie Ren, Han Xu, Pengfei He 외

Recently, Generative Diffusion Models (GDMs) have showcased their remarkable capabilities in learning and generating images. A large community of GDMs has naturally emerged, further promoting the diversified applications…