Home 9 AI 9 MIT Study Finds AI-Generated Images Can Lose Their Link to Training Data

MIT Study Finds AI-Generated Images Can Lose Their Link to Training Data

by | Aug 20, 2026

Researchers identify attribution decay, showing that individual training images may become increasingly irrelevant to what large generative models produce.
MIT CSAIL researchers found that at large scales, you can often remove any single image from AI training data, every image by a given artist, or every photograph of a given person, and the generated output won’t change appreciably. At top left is an image generated by a model trained on public domain artwork created by 744 artists. The others are a sampling of images that would have been generated had any one of the 744 artists been omitted from the training set. (Source: Collage courtesy of the researchers, showing images generated by AI).

 

Researchers at MIT’s Computer Science and Artificial Intelligence Laboratory have discovered that identifying which training images contributed to an AI-generated picture may become impossible as training datasets grow. The phenomenon, called attribution decay, could complicate debates over copyright, artist compensation, and responsibility for generative AI outputs, tells MIT News.

The researchers found that removing a single image from a sufficiently large training dataset often has virtually no effect on what an AI model generates. The same can happen when researchers remove every image by a particular artist or every photograph of a specific person. If eliminating the data does not change the output, the researchers argue that the output cannot meaningfully be attributed to that data.

Testing this relationship has traditionally been difficult because determining an image’s influence would require repeatedly retraining a model without specific training examples. Instead, the MIT team developed a diffusion ensemble composed of smaller models trained on different portions of the dataset. Researchers can disable components exposed to a particular image and observe the resulting output without retraining the entire system.

The team compared its approach with 24 conventional diffusion models and found comparable image quality. Researchers then trained 24 ensembles using datasets ranging from 256 to more than 160,000 images drawn from seven public collections. As datasets increased in size, individual examples had progressively less influence on generated images. Additional tests involving 1,282 separately trained models supported the finding.

The research has significant implications for copyright. If generated content cannot be traced to individual training examples, determining whether an output is derivative becomes more complicated. The researchers suggest AI companies could eventually use similar techniques to demonstrate that generated images are not derivatives of specific copyrighted works.

However, the findings currently apply to diffusion models, widely used for image and audiovisual generation. Whether attribution decay also occurs in large language models remains unresolved. That distinction will matter as courts, creators, and technology companies continue debating ownership and compensation for AI-generated content.