Selection baseline · Coreset selection
DeepCore
DeepCore: A Comprehensive Library for Coreset Selection in Deep Learning
Chengcheng Guo, Bo Zhao, Yanbing Bai
DEXA 2022 · first public 2022-04-18 · arXiv 2204.08499
In one paragraph
Contributes a code library unifying coreset-selection methods for deep learning and an empirical study of them on CIFAR-10 and ImageNet under matched settings. Reports that although individual methods have advantages in specific settings, random selection remains a strong baseline overall.
Where it sits
- Coreset selection (Selection)
- Setting: Image classification
Abstract (verbatim from arXiv)
Coreset selection, which aims to select a subset of the most informative training samples, is a long-standing learning problem that can benefit many downstream tasks such as data-efficient learning, continual learning, neural architecture search, active learning, etc. However, many existing coreset selection methods are not designed for deep learning, which may have high complexity and poor generalization performance. In addition, the recently proposed methods are evaluated on models, datasets, and settings of different complexities. To advance the research of coreset selection in deep learning, we contribute a comprehensive code library, namely DeepCore, and provide an empirical study on popular coreset selection methods on CIFAR10 and ImageNet datasets. Extensive experiments on CIFAR10 and ImageNet datasets verify that, although various methods have advantages in certain experiment settings, random selection is still a strong baseline.
BibTeX (generated; prefer the venue's official entry)
@article{guo2022deepcore,
title = {DeepCore: A Comprehensive Library for Coreset Selection in Deep Learning},
author = {Chengcheng Guo and Bo Zhao and Yanbing Bai},
journal = {DEXA 2022},
year = {2022}
}Nearby in Coreset selection
D2C — Accelerating Diffusion Model Training under Minimal Budgets: A Condensation-Based Perspective
Rui Huang, Shitong Shao, Zikai Zhou et al. · CVPR 2026notablePre-training & transferpaper ↗
OD3 — OD3: Optimization-free Dataset Distillation for Object Detection
Salwa K. Al Khatib, Ahmed ElHagry, Shitong Shao et al. · ICLR 2026notableDense predictionpaper ↗code ↗
Forgetting — An Empirical Study of Example Forgetting during Deep Neural Network Learning
Mariya Toneva, Alessandro Sordoni, Remi Tachet des Combes et al. · ICLR 2019notablepaper ↗
k-Center coreset — Active Learning for Convolutional Neural Networks: A Core-Set Approach
Ozan Sener, Silvio Savarese · ICLR 2018notablepaper ↗