Data Pruning Can Do More: A Comprehensive Data Pruning Approach for Object Re-identification
Zi Yang, Haojin Yang, Soumajit Majumder, Jorge Cardoso, Guillermo Gallego
TL;DR
This work tackles data quality issues in object re-identification (ReID) by introducing a comprehensive data pruning framework that exploits the full logit trajectory during training. By computing a soft-label for each sample as $ ilde{\boldsymbol{y}} = \sigma\left(\frac{1}{T}\sum_{t=1}^{T} \mathbf{z}^{(t)}(\boldsymbol{x})\right)$ and using its entropy $H(\tilde{\boldsymbol{y}})$ as the importance score, the method robustly identifies informative samples while enabling label correction and outlier removal. The approach is plug-and-play and architecture-agnostic, achieving significant training-time reductions (43–60% less data and up to 10x cheaper importance-score estimation) and pruning performance of 35% (VeRi), 30% (MSMT17), and 5% (Market1501) with negligible accuracy loss ($<0.1\%$), and it generalizes to classification datasets as well. Overall, the framework offers practical gains in data efficiency and robustness to noisy labels, with strong potential for extension to unsupervised pruning in the future.
Abstract
Previous studies have demonstrated that not each sample in a dataset is of equal importance during training. Data pruning aims to remove less important or informative samples while still achieving comparable results as training on the original (untruncated) dataset, thereby reducing storage and training costs. However, the majority of data pruning methods are applied to image classification tasks. To our knowledge, this work is the first to explore the feasibility of these pruning methods applied to object re-identification (ReID) tasks, while also presenting a more comprehensive data pruning approach. By fully leveraging the logit history during training, our approach offers a more accurate and comprehensive metric for quantifying sample importance, as well as correcting mislabeled samples and recognizing outliers. Furthermore, our approach is highly efficient, reducing the cost of importance score estimation by 10 times compared to existing methods. Our approach is a plug-and-play, architecture-agnostic framework that can eliminate/reduce 35%, 30%, and 5% of samples/training time on the VeRi, MSMT17 and Market1501 datasets, respectively, with negligible loss in accuracy (< 0.1%). The lists of important, mislabeled, and outlier samples from these ReID datasets are available at https://github.com/Zi-Y/data-pruning-reid.
