← Latest papers
💻 computer science

Dataset Distillation by Influence Matching

This paper introduces Influence Matching (Inf-Match), a dataset distillation method that learns compact synthetic datasets by aligning their final training outcomes with the full dataset via a novel, efficient, fully differentiable sample-level influence estimator, achieving state-of-the-art performance on both image classification and vision-language retrieval benchmarks.

Original authors: Haoru Tan, Wang Wang, Sitong Wu, Xiuzhe Wu, Yangtian Sun, Chirui Chang, Shaofeng Zhang, Xiaojuan Qi

Published 2026-07-21
📖 4 min read☕ Coffee break read

Original authors: Haoru Tan, Wang Wang, Sitong Wu, Xiuzhe Wu, Yangtian Sun, Chirui Chang, Shaofeng Zhang, Xiaojuan Qi

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 super-smart robot how to recognize animals, but you have a library containing millions of books (images) to use as your textbook. While this massive library helps the robot learn perfectly, it's a nightmare to carry around, store, or send to other robots. This is the world of dataset distillation, a field of computer science dedicated to shrinking these giant libraries down into tiny, pocket-sized summaries that still teach the robot everything it needs to know.

For a long time, scientists tried to solve this by looking at the process of learning. They thought, "If we can make our tiny summary copy the exact steps, the mistakes, and the daily homework the robot did while studying the big library, then the robot will learn the same way." It was like trying to teach someone to play piano by forcing them to mimic every finger movement of a master, hoping the music would sound right. But sometimes, even if the finger movements match perfectly, the song sounds terrible. The big question researchers have been asking is: Can we skip the mimicry of the steps and instead focus on the result? Can we create a tiny summary that guarantees the robot ends up with the exact same "brain" (final knowledge) as if it had studied the whole library, regardless of how it got there?

This is exactly what the paper "Dataset Distillation by Influence Matching" (Inf-Match) tackles. The authors, a team from HKU, CUHK, and Stanford, argue that we should stop trying to copy the robot's daily training routine and start matching the final outcome. They introduce a clever new method called Influence Matching.

Think of the old methods as trying to copy a recipe by writing down every single chop, stir, and heat setting the chef used. If you miss one tiny stir, the cake might fail. The new method, Inf-Match, is more like asking: "If I remove this specific ingredient from the cake, how much does the taste change?" and "If I add this new ingredient, how does the flavor shift?" By measuring exactly how much each piece of data "pushes" the robot's brain in a specific direction, the team creates a tiny synthetic dataset that exerts the exact same total "push" as the massive original library.

To do this, they invented a special mathematical tool—a "influence estimator"—that acts like a super-fast calculator. Instead of needing to re-train the robot thousands of times to see what happens when you remove a picture (which would take forever), this tool uses a shortcut to predict the change instantly. It's like having a crystal ball that tells you, "If you swap this photo of a cat for a photo of a dog, the robot's brain will shift by exactly this much."

The results are impressive. When they tested this on standard image datasets like CIFAR-10, CIFAR-100, and the challenging Tiny-ImageNet, their method consistently beat the best previous techniques. For example, on the Tiny-ImageNet dataset with only 10 synthetic images per class, Inf-Match achieved an accuracy of 31.5%, which is a 4.7% improvement over the previous top method (NCFM). They also tested it on a vision-language task using the Flickr30K dataset (matching images to text), where their method outperformed strong baselines by 2.5% on average.

The paper suggests that by focusing on the final "influence" rather than the intermediate steps, we can create much more effective mini-datasets. The authors show that their approach works well across different types of neural networks and even scales up to complex tasks involving both images and text. While they don't claim to have solved every problem in AI, their experiments strongly suggest that matching the final outcome is a more reliable path to efficient data compression than trying to copy the training journey step-by-step. In short, they found a way to shrink the library without losing the story.

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 →