Search papers, labs, and topics across Lattice.
The paper introduces AlignPrune, a dynamic data pruning module robust to noisy labels, which addresses the failure of existing methods that rely on per-sample loss for ranking. AlignPrune uses a Dynamic Alignment Score (DAS) based on loss trajectories to identify noisy samples more accurately, improving pruning effectiveness. Experiments across five benchmarks demonstrate that AlignPrune consistently outperforms state-of-the-art dynamic pruning frameworks, boosting accuracy by up to 6.3% without modifying the model architecture or training pipeline.
Noisy labels tank dynamic pruning performance, but AlignPrune's loss-trajectory alignment recovers up to 6.3% accuracy without architecture or training changes.
Existing dynamic data pruning methods often fail under noisy-label settings, as they typically rely on per-sample loss as the ranking criterion. This could mistakenly lead to preserving noisy samples due to their high loss values, resulting in significant performance drop. To address this, we propose AlignPrune, a noise-robust module designed to enhance the reliability of dynamic pruning under label noise. Specifically, AlignPrune introduces the Dynamic Alignment Score (DAS), which is a loss-trajectory-based criterion that enables more accurate identification of noisy samples, thereby improving pruning effectiveness. As a simple yet effective plug-and-play module, AlignPrune can be seamlessly integrated into state-of-the-art dynamic pruning frameworks, consistently outperforming them without modifying either the model architecture or the training pipeline. Extensive experiments on five widely-used benchmarks across various noise types and pruning ratios demonstrate the effectiveness of AlignPrune, boosting accuracy by up to 6.3\% over state-of-the-art baselines. Our results offer a generalizable solution for pruning under noisy data, encouraging further exploration of learning in real-world scenarios. Code is available at: https://github.com/leonqin430/AlignPrune.