MIT Finds AI Image Outputs Can Become Untraceable to Individual Training Sources
The finding could limit one way of assessing whether a generated image resembles protected work because of copying or coincidence, while leaving its applicability to language models unresolved.

Story brief
3 key pointsMIT researchers developed an exact deletion test for diffusion models and found that individual training images become increasingly difficult to link causally to specific outputs as datasets grow. Across 24 diffusion ensembles and seven image collections, the measured effect of removing one example shrank from datasets of 256 images to more than 160,000. The result does not prove a model never used a work or resolve...
- 01
The researchers call the pattern “attribution decay”: a deleted image’s measurable effect falls as the training dataset expands.
- 02
They trained 24 diffusion ensembles and compared them with 24 conventional diffusion models using the same data and standard image-quality measures.
- 03
Tests covered CIFAR-10, CelebA, MetFaces, and ArtBench, spanning 256 to more than 160,000 images.
A new exact deletion method points to a difficult reality for AI-image copyright disputes: as diffusion models absorb more data, individual training examples can lose detectable influence over a generated image. MIT researchers call the pattern attribution decay. [claim-1][claim-2][claim-7]
The result does not establish that a model never used a work, nor does it settle whether output similarity is infringement. It says something narrower and consequential: for the diffusion models tested, a single training item may no longer be causally responsible for a particular output in a way this method can identify. That could make it harder to distinguish copying from coincidence through attribution alone. [claim-3][claim-4]
Deleting data instead of estimating influence
The research, published in Nature Communications as “Outputs of Generative Diffusion Models are Often Unattributable,” addresses a difficult counterfactual: what would a model have made if it had never been trained on one image? Answering that by conventional means would require repeated retraining, so earlier attribution techniques relied on estimates of a training example’s influence. [claim-5][claim-6]
Zheng Dai and David K. Gifford instead built a diffusion ensemble: many smaller components trained on different slices of the same data. To remove an example, the researchers switched off the components that had seen it, producing what they describe as an exact counterfactual model without retraining the whole system. The team compared the ensembles with 24 conventional diffusion models trained on the same data and found comparable image quality by standard measures. [claim-7][claim-8]
The design is important because it lets the team test a deleted-data version of a generator rather than estimate how much a training item mattered. In the researchers’ comparison, the ensemble architecture held up better against its conventional single-model counterparts as training data increased, though the finding remains tied to the architectures and image datasets they tested. [claim-7][claim-15]
The team trained 24 diffusion ensembles on seven public image collections. [claim-9]
The datasets ranged from 256 images to more than 160,000 images. [claim-9]
The measurement gets smaller at scale
The collections included CIFAR-10, CelebA, MetFaces, and ArtBench. For each output, the researchers measured the largest difference produced by removing one piece of training data, a quantity called the counterfactual radius. That radius fell as datasets grew, following an inverse power law under both pixel-level and semantic similarity measures. [claim-10][claim-16]
That finding can produce counterintuitive cases. The Register described the study’s large-model result this way: removing the Mona Lisa, or all of Leonardo da Vinci’s work, did not prevent a model from reproducing the image or style. The point is not that no earlier work shaped the model’s capabilities, but that the deletion test could not assign that particular output to one removed item or artist. [claim-17][claim-2]
The researchers tested whether the pattern survived simpler explanations
- They retrained 1,282 separate models at small scale rather than relying on the ensemble method; attribution decay still appeared. [claim-11]
- They held the removed fraction of data constant, rather than letting each deletion become proportionally smaller as datasets expanded; the pattern persisted. [claim-12]
- They tested fixed training epochs, text-prompted and class-conditioned models, and four similarity metrics. [claim-12]
A copyright test reaches its limit
The stakes are clearest when an image resembles a copyrighted work. James Grimmelmann, a Cornell law professor, said reliable attribution could in principle separate similarities caused by copying from those caused by coincidence. But he said the paper gives reason to think attribution will fail for interesting models, leaving technologists and courts to use other methods to assess copying. [claim-4]
That is a limitation for more than copyright disputes. The paper’s authors identify attribution as useful for machine unlearning, data-poisoning investigations, interpretability, fairness, and privacy. If a model’s output cannot be linked to individual examples, a method built around that linkage may not provide the answer those tasks seek. [claim-13]
The boundary of the result
The study concerns generative diffusion models, not large language models. Whether attribution decay also holds for LLMs remains open. The finding therefore sharpens a problem for image-generation systems without yet showing that text models face the same causal blind spot. [claim-14]
Sources
- news.mit.eduWhen AI art has no author: Study finds generated images often can’t be traced to training data
- theregister.comAI models get convenient amnesia about source material as they grow, MIT boffins find