LGJun 10, 2025

Effective Data Pruning through Score Extrapolation

arXiv:2506.09010v23 citationsh-index: 12
Originality Incremental advance
AI Analysis

This work addresses the computational burden of data pruning for machine learning practitioners, offering a more efficient approach that is incremental but scalable.

The paper tackles the inefficiency of data pruning methods that require full training by introducing a score extrapolation framework that predicts sample importance from a small subset, achieving comparable performance with reduced computational cost across multiple datasets and training paradigms.

Training advanced machine learning models demands massive datasets, resulting in prohibitive computational costs. To address this challenge, data pruning techniques identify and remove redundant training samples while preserving model performance. Yet, existing pruning techniques predominantly require a full initial training pass to identify removable samples, negating any efficiency benefits for single training runs. To overcome this limitation, we introduce a novel importance score extrapolation framework that requires training on only a small subset of data. We present two initial approaches in this framework - k-nearest neighbors and graph neural networks - to accurately predict sample importance for the entire dataset using patterns learned from this minimal subset. We demonstrate the effectiveness of our approach for 2 state-of-the-art pruning methods (Dynamic Uncertainty and TDDS), 4 different datasets (CIFAR-10, CIFAR-100, Places-365, and ImageNet), and 3 training paradigms (supervised, unsupervised, and adversarial). Our results indicate that score extrapolation is a promising direction to scale expensive score calculation methods, such as pruning, data attribution, or other tasks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes