this post was submitted on 20 Aug 2026
59 points (88.3% liked)

Technology

87417 readers
3841 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] brucethemoose@lemmy.world 1 points 1 day ago* (last edited 1 day ago) (1 children)

…Perhaps. But I’m not sure what any of this has to do with the paper. It doesn’t claim anything like that, and the term “Artificial Intelligence” does not appear in anywhere in the work.

It does illustrate that a toy diffusion model can approximate an image outside its dataset. In fact, the target image being present in the dataset has a remarkably small effect as training scale goes up.

[–] FatCrab@slrpnk.net 1 points 1 day ago

I don't think this is really all that surprising if you understand how diffusers actually work. They don't just draw contours and shit. They apply sequential transformations across a matrix of pixels in an iterative fashion, the transformation varies each iteration based on prompt embeddings and the surrounding pixels of each respective transformation, typically starting from a seed of arbitrary static. A lot of images share overwhelmingly identical techniques, with a tiny sliver being responsible for the truly creative deltas. Diffusers effectively learn techniques so it tracks that dropping singular training data here and there doesn't change much.