Spanning Training Progress: Temporal Dual-Depth Scoring (TDDS) for Enhanced Dataset Pruning
Xin Zhang, Jiawei Du, Yunsong Li, Weiying Xie, Joey Tianyi Zhou
TL;DR
TDDS addresses the generalization gaps of snapshot-based dataset pruning by introducing a Temporal Dual-Depth Scoring framework that jointly models training dynamics over time and emphasizes well-generalized samples. The outer level maximizes time-variant gradient contributions across a moving window, while the inner level estimates per-sample contributions via projection onto the accumulated gradient, using KL-based loss differences and EMA efficiency. Empirical results on CIFAR-10/100 and ImageNet-1K show state-of-the-art pruning performance across multiple architectures and strategies, supported by thorough ablations on gradient metrics, loss форм, and coreset training. This approach offers a practical, robust method for constructing coresets that generalize across pruning rates and architectures, with strong resilience to corruption and label noise.
Abstract
Dataset pruning aims to construct a coreset capable of achieving performance comparable to the original, full dataset. Most existing dataset pruning methods rely on snapshot-based criteria to identify representative samples, often resulting in poor generalization across various pruning and cross-architecture scenarios. Recent studies have addressed this issue by expanding the scope of training dynamics considered, including factors such as forgetting event and probability change, typically using an averaging approach. However, these works struggle to integrate a broader range of training dynamics without overlooking well-generalized samples, which may not be sufficiently highlighted in an averaging manner. In this study, we propose a novel dataset pruning method termed as Temporal Dual-Depth Scoring (TDDS), to tackle this problem. TDDS utilizes a dual-depth strategy to achieve a balance between incorporating extensive training dynamics and identifying representative samples for dataset pruning. In the first depth, we estimate the series of each sample's individual contributions spanning the training progress, ensuring comprehensive integration of training dynamics. In the second depth, we focus on the variability of the sample-wise contributions identified in the first depth to highlight well-generalized samples. Extensive experiments conducted on CIFAR and ImageNet datasets verify the superiority of TDDS over previous SOTA methods. Specifically on CIFAR-100, our method achieves 54.51% accuracy with only 10% training data, surpassing random selection by 7.83% and other comparison methods by at least 12.69%.
