Tackling Copyright Issues in AI Image Generation Through Originality Estimation and Genericization
Hiroaki Chiba-Okabe, Weijie J. Su
TL;DR
This work tackles copyright risks in AI image generation by introducing an originality-based framework and a practical mitigation method called PREGen. The originality metric, $\mathrm{Originality}(c|x)=\mathbb{E}_{y\sim P(\cdot|x)}[d(c,y)]$, is estimated from model samples and used to steer outputs toward generic representations. PREGen combines prompt rewriting with a model-agnostic genericization step that selects outputs with the lowest estimated originality among internally generated samples, reducing the likelihood of reproducing protected characters—often dramatically (e.g., DETECT drops to zero in some settings)—while preserving alignment with user intent. The approach shows strong empirical gains on the COPYCAT benchmark and offers a scalable path to responsible generative AI, though at the cost of extra computation and potential deviations from user prompts. Overall, the paper provides a concrete methodology to quantify originality and reinforce copyright protection in generative systems, with practical implications for policy and deployment.
Abstract
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.
