paper-with-me

홈 › Papers

Tackling Copyright Issues in AI Image Generation Through Originality Estimation and Genericization

2024-06-05 · Hiroaki Chiba-Okabe, Weijie J. Su

The rapid progress of generative AI technology has sparked significant copyright concerns, leading to numerous lawsuits filed against AI developers. Notably, generative AI's capacity for generating images of copyrighted characters has been well documented in the literature, and while various techniques for mitigating copyright issues have been studied, significant risks remain. Here, we propose a genericization method that modifies the outputs of a generative model to make them more generic and less likely to imitate distinctive features of copyrighted materials. To achieve this, we introduce a metric for quantifying the level of originality of data, estimated by drawing samples from a generative model, and applied in the genericization process. As a practical implementation, we introduce PREGen (Prompt Rewriting-Enhanced Genericization), which combines our genericization method with an existing mitigation technique. Compared to the existing method, PREGen reduces the likelihood of generating copyrighted characters by more than half when the names of copyrighted characters are used as the prompt. Additionally, while generative models can produce copyrighted characters even when their names are not directly mentioned in the prompt, PREGen almost entirely prevents the generation of such characters in these cases. Ultimately, this study advances computational approaches for quantifying and strengthening copyright protection, thereby providing practical methodologies to promote responsible generative AI development.

📄 PDF Abstract BibTeX arXiv:2406.03341

Code (1)

hirochok/pregen 공식 구현 pytorch

Tasks

Image Generation

Similar Papers 제목 키워드 기반

On Copyright Risks of Text-to-Image Diffusion Models

2023-09-15 · Yang Zhang, Teoh Tze Tzun, Lim Wei Hern, Haonan Wang 외

Diffusion models excel in many generative modeling tasks, notably in creating images from text prompts, a task referred to as text-to-image (T2I) generation. Despite the ability to generate high-quality images, these mod…

TWIG: Two-Step Image Generation using Segmentation Masks in Diffusion Models

2025-04-21 · Mazharul Islam Rakib, Showrin Rahman, Joyanta Jyoti Mondal, Xi Xiao 외

In today's age of social media and marketing, copyright issues can be a major roadblock to the free sharing of images. Generative AI models have made it possible to create high-quality images, but concerns about copyrigh…

Image GenerationImage SegmentationMarketingSemantic Segmentation

Training Foundation Models as Data Compression: On Information, Model Weights and Copyright Law

2024-07-18 · Giorgio Franceschelli, Claudia Cevenini, Mirco Musolesi

The training process of foundation models as for other classes of deep learning systems is based on minimizing the reconstruction error over a training set. For this reason, they are susceptible to the memorization and s…

Data CompressionMemorization

Watermark-embedded Adversarial Examples for Copyright Protection against Diffusion Models

2024-04-15 · CVPR 2024 1 · Peifei Zhu, Tsubasa Takahashi, Hirokatsu Kataoka

Diffusion Models (DMs) have shown remarkable capabilities in various image-generation tasks. However, there are growing concerns that DMs could be used to imitate unauthorized creations and thus raise copyright issues. T…

Conditional Image GenerationImage Generation

Can Large Vision-Language Models Detect Images Copyright Infringement from GenAI?

2025-02-23 · Qipan Xu, Zhenting Wang, Xiaoxiao He, Ligong Han 외

Generative AI models, renowned for their ability to synthesize high-quality content, have sparked growing concerns over the improper generation of copyright-protected material. While recent studies have proposed various …

Prompt Engineering