How Many Images Does It Take? Estimating Imitation Thresholds in Text-to-Image Models
Sahil Verma, Royi Rassin, Arnav Das, Gantavya Bhatt, Preethi Seshadri, Chirag Shah, Jeff Bilmes, Hannaneh Hajishirzi, Yanai Elazar
TL;DR
This work defines the imitation threshold as the minimal training exposure needed for a text-to-image model to imitate a concept. It introduces MIMETIC2, an observational, cost-efficient framework that combines concept-frequency estimation, domain-specific imitation scoring, and change-point detection to estimate thresholds without retraining models. Across two domains—human faces and art styles—and four text-to-image models trained on three datasets, it finds thresholds typically in the 200–700 image range and highly dependent on domain and model. Human-subject validation demonstrates strong alignment with automatic scores, supporting the thresholds' relevance for copyright/privacy considerations and policy guidance. Overall, the approach provides a principled, scalable method to bound imitation risk and inform responsible development of text-to-image systems.
Abstract
Text-to-image models are trained using large datasets of image-text pairs collected from the internet. These datasets often include copyrighted and private images. Training models on such datasets enables them to generate images that might violate copyright laws and individual privacy. This phenomenon is termed imitation -- generation of images with content that has recognizable similarity to its training images. In this work we estimate the point at which a model was trained on enough instances of a concept to be able to imitate it -- the imitation threshold. We posit this question as a new problem and propose an efficient approach that estimates the imitation threshold without incurring the colossal cost of training these models from scratch. We experiment with two domains -- human faces and art styles, and evaluate four text-to-image models that were trained on three pretraining datasets. We estimate the imitation threshold of these models to be in the range of 200-700 images, depending on the domain and the model. The imitation threshold provides an empirical basis for copyright violation claims and acts as a guiding principle for text-to-image model developers that aim to comply with copyright and privacy laws. Website: https://how-many-van-goghs-does-it-take.github.io/. Code: https://github.com/vsahil/MIMETIC-2.
