Switch language한국어
Back to the list

Dataset Distillation by Influence Matching

TL;DR AI

Key summary

2 min read
  1. Influence Matching is a new dataset distillation method that learns synthetic data by matching the final effect of the full dataset on model parameters.

  2. Instead of aligning intermediate optimization steps, it directly matches training outcomes, which improves performance over prior process-matching methods.

  3. The approach reports stronger results on image classification benchmarks such as Tiny-ImageNet and on Flickr30K image-text retrieval.

  4. It uses a linear-time influence estimator to make the distillation process more efficient with fewer synthetic samples.

Read the original