• About Us
  • Disclaimer
  • Contact Us
  • Privacy Policy
Wednesday, August 19, 2026
mGrowTech
No Result
View All Result
  • Technology And Software
    • Account Based Marketing
    • Channel Marketing
    • Marketing Automation
      • Al, Analytics and Automation
      • Ad Management
  • Digital Marketing
    • Social Media Management
    • Google Marketing
  • Direct Marketing
    • Brand Management
    • Marketing Attribution and Consulting
  • Mobile Marketing
  • Event Management
  • PR Solutions
  • Technology And Software
    • Account Based Marketing
    • Channel Marketing
    • Marketing Automation
      • Al, Analytics and Automation
      • Ad Management
  • Digital Marketing
    • Social Media Management
    • Google Marketing
  • Direct Marketing
    • Brand Management
    • Marketing Attribution and Consulting
  • Mobile Marketing
  • Event Management
  • PR Solutions
No Result
View All Result
mGrowTech
No Result
View All Result
Home Al, Analytics and Automation

When AI art has no author: Study finds generated images often can’t be traced to training data | MIT News

Josh by Josh
August 19, 2026
in Al, Analytics and Automation
0
When AI art has no author: Study finds generated images often can’t be traced to training data | MIT News



When an artificial intelligence image generator produces a portrait, whose work went into it? The question sits at the center of lawsuits, licensing deals, and proposed regulations worldwide. Artists want credit. Companies want clarity. Policymakers want a way to assign responsibility.

New work from a team of researchers at MIT’s Computer Science and Artificial Intelligence Laboratory (CSAIL) suggests that for models trained on large datasets, the question may often have no answer. It’s not that the tools for finding it are inadequate. The connection itself has disappeared.

The scientists identified a phenomenon they call attribution decay, where the more data a generative model is trained on, the less any individual training example matters to any particular output. It feels counterintuitive, but at sufficiently large scales, they find, you can often remove any single image from the training data, or every image by a given artist, or every photograph of a given person, and the generated sample doesn’t change.

And if removing something changes nothing, the researchers argue, it can’t be said to be responsible for anything. 

“If you take away a piece of data and the output of the model doesn’t change, then that piece of data didn’t affect the output,” says Zheng Dai SM ’21, PhD ’24, former MIT CSAIL researcher and lead author on the work. “So it doesn’t make much sense to attribute the output to that piece of data. And if you then do this one at a time for every other piece of data and find that the output doesn’t change for any of them either, then it doesn’t make much sense to attribute the output to any one of them.”

“All previous methods were approximate,” says MIT Professor David Gifford, who is an MIT CSAIL principal investigator. “They really could not absolutely show that deleting individual things did not change the output. This paper introduces the first method that is absolute. You’re actually deleting the inputs and deleting all influences of the inputs. This is the first exact method for doing large-scale deletion efficiently and showing that the results don’t change.”

Dai and Gifford’s project is described in an open-access paper published today in Nature Communications.

The retraining problem

Testing this idea directly meant answering a what-if question. What would this model have produced if it had never seen this particular image? Answering it honestly means retraining the model from scratch without that image, then doing it again for the next image, and the next. With millions of training examples, the math quickly becomes prohibitive, which is why prior work in the attribution field has relied on approximations that estimate a training example’s influence, rather than actually removing it.

Their workaround is an architecture they built themselves, called a “diffusion ensemble.” Instead of one monolithic model, it’s made up of many smaller components, each trained on a different slice of the data. Want to know what the model would do without a particular image? Just switch off the parts that saw it. No retraining, no approximation. What’s left is a true counterfactual model, not an estimate of one.

Of course, a clever architecture only matters if it still works as a generator. So the team put the ensembles head to head with 24 conventional diffusion models trained on the exact same data. The images came out looking about as good by standard measures. 

One nice surprise in the numbers: The more training data, the better the ensembles held up against their single-model counterparts, a hint that they may actually be more data-efficient.

“When you have low amounts of data, they do very poorly,” says Dai. “But if you have more data, it actually scales better compared to the vanilla diffusion model.” 

Exploring a counterfactual universe

With ablation working, the researchers could finally ask their question at scale. Take one generated image, then imagine every alternate version of it, each produced by removing a different piece of the training data. The team calls this the image’s counterfactual universe. The distance between the original and its most different alternate, the counterfactual radius, captures the most that any single piece of training data could have mattered.

They trained 24 ensembles on datasets from 256 images to more than 160,000, pulled from seven public collections including CIFAR-10, CelebA, MetFaces, and ArtBench. The pattern was consistent: The bigger the training set, the smaller the radius, shrinking along an inverse power law. It held whether differences were measured pixel by pixel or by semantic meaning, with statistical significance both ways.

The team also stress-tested their own result. Maybe ablation itself was the culprit? They redid it the brute-force way at small scale, training 1,282 separate models, and the decay showed up anyway. Maybe bigger datasets just make each removal proportionally smaller? They pinned the removed fraction in place, and it persisted. Fixed epochs, text-prompted models, class-conditioned models, four similarity metrics — the finding survived everything.

The privacy paradox

The implications run in a direction that surprised the researchers themselves.

Gifford sees the finding as bearing directly on the legal question of whether model outputs are derivative works. 

“One way to think about this is that these models are creative. They are not simply copying what they are fed, but creating brand new outputs. If those outputs have nothing to do with any individual piece of training data, that raises questions about fair use, about whether the outputs are themselves copyrightable as novel works, and about how authors get compensated when what comes out of a model isn’t attributable to anything on the internet.” 

Gifford also notes that the work shows how to produce outputs that are guaranteed to be unattributable, a capability he frames as an obligation for the industry, rather than a loophole. 

“In order for these companies to claim their outputs aren’t derivative of the internet in a copyright-infringing way, they need to revise their models to take advantage of the advances in this work, so they can show they’re not creating derivatives of individual people or items.”

The work looks at diffusion models, now dominant in generating audiovisual media and prevalent in scientific applications including protein structure modeling and therapeutic discovery. Whether the same decay holds for the large language models at the center of the highest-profile copyright litigation is still an open question.

“If attribution worked, it would reliably tell us whether similarities between a model’s output and a copyright-protected work are due to copying or coincidence,” says James Grimmelmann, a law professor at Cornell Law School and Cornell Tech. “But this paper provides reason to think that attribution will fail for interesting models. Instead, technologists and courts will need to resort to other methods for assessing copying.”

Dai and Gifford’s work was supported by Schmidt Futures. 



Source_link

READ ALSO

NVIDIA Releases TensorRT Model Connect in Public Preview: Hugging Face Checkpoint to Native C++ Inference in Two Commands

LG Hosts NVIDIA at Seoul Robot Data Factory as 100,000-Hour Training Push Takes Shape – Unite.AI

Related Posts

NVIDIA Releases TensorRT Model Connect in Public Preview: Hugging Face Checkpoint to Native C++ Inference in Two Commands
Al, Analytics and Automation

NVIDIA Releases TensorRT Model Connect in Public Preview: Hugging Face Checkpoint to Native C++ Inference in Two Commands

August 18, 2026
LG Hosts NVIDIA at Seoul Robot Data Factory as 100,000-Hour Training Push Takes Shape – Unite.AI
Al, Analytics and Automation

LG Hosts NVIDIA at Seoul Robot Data Factory as 100,000-Hour Training Push Takes Shape – Unite.AI

August 18, 2026
Q&A: Rethinking how innovation happens | MIT News
Al, Analytics and Automation

Q&A: Rethinking how innovation happens | MIT News

August 18, 2026
ByteDance Seed and Tsinghua AIR Introduces CUDA Agent: A Large-Scale Agentic RL System for CUDA Kernel Generation
Al, Analytics and Automation

ByteDance Seed and Tsinghua AIR Introduces CUDA Agent: A Large-Scale Agentic RL System for CUDA Kernel Generation

August 18, 2026
Indoor Layout & Room Segmentation Datasets: 2026 Guide
Al, Analytics and Automation

Indoor Layout & Room Segmentation Datasets: 2026 Guide

August 17, 2026
NVIDIA Guarantees up to $105B for 8-GW Ohio AI Campus Leased by OpenAI – Unite.AI
Al, Analytics and Automation

NVIDIA Guarantees up to $105B for 8-GW Ohio AI Campus Leased by OpenAI – Unite.AI

August 17, 2026
Next Post
Squeeze More Juice Out of Your Dead Batteries—Using Physics

Squeeze More Juice Out of Your Dead Batteries—Using Physics

POPULAR NEWS

Trump ends trade talks with Canada over a digital services tax

Trump ends trade talks with Canada over a digital services tax

June 28, 2025
15 Trending Songs on TikTok in 2025 (+ How to Use Them)

15 Trending Songs on TikTok in 2025 (+ How to Use Them)

June 18, 2025
Communication Effectiveness Skills For Business Leaders

Communication Effectiveness Skills For Business Leaders

June 10, 2025
Comparing the Top 7 Large Language Models LLMs/Systems for Coding in 2025

Comparing the Top 7 Large Language Models LLMs/Systems for Coding in 2025

November 4, 2025
App Development Cost in Singapore: Pricing Breakdown & Insights

App Development Cost in Singapore: Pricing Breakdown & Insights

June 22, 2025

EDITOR'S PICK

Gemini’s task automation is here and it’s wild

Gemini’s task automation is here and it’s wild

March 14, 2026
Kentucky Ranks Sixth Nationwide for Immigrant Workforce Readiness

Kentucky Ranks Sixth Nationwide for Immigrant Workforce Readiness

August 1, 2026
AI wasn’t just slop at this year’s Tribeca Film Festival

AI wasn’t just slop at this year’s Tribeca Film Festival

June 13, 2026

Comparing Memory Systems for LLM Agents: Vector, Graph, and Event Logs

November 10, 2025

About

We bring you the best Premium WordPress Themes that perfect for news, magazine, personal blog, etc. Check our landing page for details.

Follow us

Categories

  • Account Based Marketing
  • Ad Management
  • Al, Analytics and Automation
  • Brand Management
  • Channel Marketing
  • Digital Marketing
  • Direct Marketing
  • Event Management
  • Google Marketing
  • Marketing Attribution and Consulting
  • Marketing Automation
  • Mobile Marketing
  • PR Solutions
  • Social Media Management
  • Technology And Software
  • Uncategorized

Recent Posts

  • How to Set Up Auto Reply in WhatsApp Business to Answer Your Customers’ Questions
  • Squeeze More Juice Out of Your Dead Batteries—Using Physics
  • When AI art has no author: Study finds generated images often can’t be traced to training data | MIT News
  • Why Brand Promise Still Matters: Lessons From General Motors
  • About Us
  • Disclaimer
  • Contact Us
  • Privacy Policy
No Result
View All Result
  • Technology And Software
    • Account Based Marketing
    • Channel Marketing
    • Marketing Automation
      • Al, Analytics and Automation
      • Ad Management
  • Digital Marketing
    • Social Media Management
    • Google Marketing
  • Direct Marketing
    • Brand Management
    • Marketing Attribution and Consulting
  • Mobile Marketing
  • Event Management
  • PR Solutions