LGAICVOct 23, 2023

Data Pruning via Moving-one-Sample-out

arXiv:2310.14664v279 citationsh-index: 8
Originality Incremental advance
AI Analysis

This work addresses data pruning for machine learning practitioners by offering an incremental improvement over existing methods with a more efficient approximation technique.

The paper tackles the problem of identifying and removing uninformative training samples to improve data pruning efficiency, proposing the MoSo method which uses gradient alignment to score samples and achieves satisfactory performance with reduced computational cost.

In this paper, we propose a novel data-pruning approach called moving-one-sample-out (MoSo), which aims to identify and remove the least informative samples from the training set. The core insight behind MoSo is to determine the importance of each sample by assessing its impact on the optimal empirical risk. This is achieved by measuring the extent to which the empirical risk changes when a particular sample is excluded from the training set. Instead of using the computationally expensive leaving-one-out-retraining procedure, we propose an efficient first-order approximator that only requires gradient information from different training stages. The key idea behind our approximation is that samples with gradients that are consistently aligned with the average gradient of the training set are more informative and should receive higher scores, which could be intuitively understood as follows: if the gradient from a specific sample is consistent with the average gradient vector, it implies that optimizing the network using the sample will yield a similar effect on all remaining samples. Experimental results demonstrate that MoSo effectively mitigates severe performance degradation at high pruning ratios and achieves satisfactory performance across various settings.

Foundations

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

Your Notes