paper-with-me

Papers

Coverage-centric Coreset Selection for High Pruning Rates

2022-10-28 · Haizhong Zheng, Rui Liu, Fan Lai, Atul Prakash

One-shot coreset selection aims to select a representative subset of the training data, given a pruning rate, that can later be used to train future models while retaining high accuracy. State-of-the-art coreset selection methods pick the highest importance examples based on an importance metric and are found to perform well at low pruning rates. However, at high pruning rates, they suffer from a catastrophic accuracy drop, performing worse than even random sampling. This paper explores the reasons behind this accuracy drop both theoretically and empirically. We first propose a novel metric to measure the coverage of a dataset on a specific distribution by extending the classical geometric set cover problem to a distribution cover problem. This metric helps explain why coresets selected by SOTA methods at high pruning rates perform poorly compared to random sampling because of worse data coverage. We then propose a novel one-shot coreset selection method, Coverage-centric Coreset Selection (CCS), that jointly considers overall data coverage upon a distribution as well as the importance of each example. We evaluate CCS on five datasets and show that, at high pruning rates (e.g., 90%), it achieves significantly better accuracy than previous SOTA methods (e.g., at least 19.56% higher on CIFAR10) as well as random selection (e.g., 7.04% higher on CIFAR10) and comparable accuracy at low pruning rates. We make our code publicly available at https://github.com/haizhongzheng/Coverage-centric-coreset-selection.

📄 PDF Abstract BibTeX arXiv:2210.15809

Code (1)

haizhongzheng/coverage-centric-coreset-selection 공식 구현 pytorch

Tasks

Vocal Bursts Intensity Prediction

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Coresets 설명 없음

Similar Papers 제목 키워드 기반

Speculative Coreset Selection for Task-Specific Fine-tuning

2024-10-02 · XiaoYu Zhang, Juan Zhai, Shiqing Ma, Chao Shen 외

Task-specific fine-tuning is essential for the deployment of large language models (LLMs), but it requires significant computational resources and time. Existing solutions have proposed coreset selection methods to impro…

Class-Proportional Coreset Selection for Difficulty-Separable Data

2025-07-15 · Elisa Tsai, Haizhong Zheng, Atul Prakash arxiv

High-quality training data is essential for building reliable and efficient machine learning systems. One-shot coreset selection addresses this by pruning the dataset while maintaining or even improving model performance…

Network Intrusion Detection

SubZeroCore: A Submodular Approach with Zero Training for Coreset Selection

2025-09-26 · Brian B. Moser, Tobias C. Nauen, Arundhati S. Shanbhag, Federico Raue 외 arxiv

The goal of coreset selection is to identify representative subsets of datasets for efficient model training. Yet, existing approaches paradoxically require expensive training-based signals, e.g., gradients, decision bou…

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

2026-06-16 · Trisha Mittal, Akshay Mehra, Joshua Kimball arxiv

Dataset distillation (DD) has emerged as a prominent approach in data centric machine learning, aiming to synthesize compact training sets for efficient training by compressing the information in large datasets into a sm…

D2 Pruning: Message Passing for Balancing Diversity and Difficulty in Data Pruning

2023-10-11 · Adyasha Maharana, Prateek Yadav, Mohit Bansal

Analytical theories suggest that higher-quality data can lead to lower test errors in models trained on a fixed data budget. Moreover, a model can be trained on a lower compute budget without compromising performance if …

Diversity