Dataset Condensation Atlas

Selection baseline · Coreset selection

EL2N / GraNd

Deep Learning on a Data Diet: Finding Important Examples Early in Training

Mansheej Paul, Surya Ganguli, Gintare Karolina Dziugaite

NeurIPS 2021 · first public 2021-07-15 · arXiv 2107.07075

paper ↗catalogued✓ abstract read

In one paragraph

Introduces two per-example difficulty scores computable early in training, the Gradient Norm (GraNd) and the Error L2-Norm (EL2N), and shows they identify which training examples can be pruned without hurting generalization. Reports pruning half of CIFAR-10 with EL2N scores from a few epochs of training while slightly improving test accuracy, and that scores computed with one architecture generalize to others.

Where it sits

Abstract (verbatim from arXiv)

Recent success in deep learning has partially been driven by training increasingly overparametrized networks on ever larger datasets. It is therefore natural to ask: how much of the data is superfluous, which examples are important for generalization, and how do we find them? In this work, we make the striking observation that, in standard vision datasets, simple scores averaged over several weight initializations can be used to identify important examples very early in training. We propose two such scores -- the Gradient Normed (GraNd) and the Error L2-Norm (EL2N) scores -- and demonstrate their efficacy on a range of architectures and datasets by pruning significant fractions of training data without sacrificing test accuracy. In fact, using EL2N scores calculated a few epochs into training, we can prune half of the CIFAR10 training set while slightly improving test accuracy. Furthermore, for a given dataset, EL2N scores from one architecture or hyperparameter configuration generalize to other configurations. Compared to recent work that prunes data by discarding examples that are rarely forgotten over the course of training, our scores use only local information early in training. We also use our scores to detect noisy examples and study training dynamics through the lens of important examples -- we investigate how the data distribution shapes the loss surface and identify subspaces of the model's data representation that are relatively stable over training.

BibTeX (generated; prefer the venue's official entry)
@article{paul2021deep,
  title   = {Deep Learning on a Data Diet: Finding Important Examples Early in Training},
  author  = {Mansheej Paul and Surya Ganguli and Gintare Karolina Dziugaite},
  journal = {NeurIPS 2021},
  year    = {2021}
}

Nearby in Coreset selection

2025-07

D2C — Accelerating Diffusion Model Training under Minimal Budgets: A Condensation-Based Perspective

Rui Huang, Shitong Shao, Zikai Zhou et al. · CVPR 2026notablePre-training & transferpaper ↗

2025-06

OD3 — OD3: Optimization-free Dataset Distillation for Object Detection

Salwa K. Al Khatib, Ahmed ElHagry, Shitong Shao et al. · ICLR 2026notableDense predictionpaper ↗code ↗

2024-05

SelMatch — SelMatch: Effectively Scaling Up Dataset Distillation via Selection-Based Initialization and Partial Updates by Trajectory Matching

Yongmin Lee, Hye Won Chung · ICML 2024notablepaper ↗code ↗

2018-12

Forgetting — An Empirical Study of Example Forgetting during Deep Neural Network Learning

Mariya Toneva, Alessandro Sordoni, Remi Tachet des Combes et al. · ICLR 2019notablepaper ↗

2017-08

k-Center coreset — Active Learning for Convolutional Neural Networks: A Core-Set Approach

Ozan Sener, Silvio Savarese · ICLR 2018notablepaper ↗