← Latest papers
🤖 machine learning

Rethinking Dataset Distillation for Classification: Do Distilled Sets Outperform Coresets?

This paper critically evaluates dataset distillation methods against coreset selection through large-scale, standardized experiments, revealing that state-of-the-art distilled sets often fail to outperform simple data subsets while incurring significantly higher construction costs and offering inferior data coverage.

Original authors: Trisha Mittal, Akshay Mehra, Joshua Kimball

Published 2026-06-17
📖 4 min read☕ Coffee break read

Original authors: Trisha Mittal, Akshay Mehra, Joshua Kimball

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to teach a student how to recognize different animals. You have a massive library of 1.4 million photos (the "full dataset"). But, for practical reasons, you can only give the student a tiny notebook with just 50 photos per animal to study.

The paper asks a simple but crucial question: What is the best way to fill that tiny notebook?

There are two main schools of thought on how to do this:

  1. The "Curator" Approach (Coreset Selection): You look through the million photos and pick the 50 best real photos that represent the animal perfectly. You are just selecting existing images.
  2. The "Artist" Approach (Dataset Distillation): You don't just pick photos; you use a powerful AI artist to draw 50 brand-new, synthetic photos from scratch. The idea is that these AI-drawn photos are "perfect" examples that contain all the necessary information in a compressed form.

For a long time, the "Artist" approach (Dataset Distillation) has been the trendy, high-tech solution. People assumed that because these AI-drawn images are "synthetic" and optimized, they must be better than just picking real photos.

The Paper's Big Discovery:
The researchers at Dolby Laboratory decided to put this to the test. They ran a massive, fair comparison using standardized rules (no cheating with special training tricks) to see who actually wins.

Here is what they found, explained simply:

1. The "Artist" is Overrated

When they tested the AI-drawn photos against the carefully selected real photos, the real photos (the Curators) usually won.

  • The Result: On big, difficult datasets (like ImageNet-1K), the AI-drawn sets often performed worse than just picking random real photos, let alone the best real photos.
  • The Catch: The "Artist" methods only seemed to win when the researchers used special "cheat codes" during training (like using a second AI teacher to give hints). When they removed those cheat codes and just let the student learn from the photos alone, the AI-drawn sets fell behind.

2. The "Artist" is Expensive and Slow

Think of the "Artist" approach like hiring a master painter to create a masterpiece for every single student.

  • Coreset (Curator): You just walk into the library, pick 50 good books, and hand them over. It's fast.
  • Distillation (Artist): You have to train a massive AI model for days, then run it to generate the images. This takes hundreds of times more computing power and time.
  • The Verdict: The paper found that the "Artist" methods cost a fortune in time and energy, yet they often don't even produce better results than the simple "Curator" method.

3. The "Artist" Photos Look Too Similar

The researchers looked at the actual images to see what was happening.

  • The Curator's Notebook: The selected real photos showed eagles from many different angles, in different lights, with different backgrounds. It was a diverse, rich collection.
  • The Artist's Notebook: The AI-drawn photos often looked like clones of each other. They showed the eagle in the exact same pose, with the same background, over and over again.
  • Why this matters: Because the AI-drawn photos lacked variety (diversity), the student didn't learn to recognize the animal in different situations. They just memorized one specific "canonical" view.

The Bottom Line

The paper argues that the field has been over-hyping the "Artist" approach (Dataset Distillation).

  • If you want efficiency: Just pick the best real examples (Coreset Selection). It's cheaper, faster, and often more accurate.
  • If you want to compare new methods: You cannot just compare them to other "Artist" methods. You must compare them to the "Curator" methods. If a new AI drawing technique can't beat a simple list of real photos, it's not actually useful.

In short: The paper suggests we stop trying to "synthesize" perfect data from scratch when we already have a giant library of real data. Sometimes, the best way to learn is just to pick the best real examples, not to try to invent new ones.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →