CVJun 30, 2025

Partial Forward Blocking: A Novel Data Pruning Paradigm for Lossless Training Acceleration

arXiv:2506.23674v11 citationsh-index: 14
Originality Highly original
AI Analysis

This addresses the problem of expensive training for machine learning practitioners by offering a lossless acceleration method, though it appears incremental as it builds on existing data pruning approaches.

The paper tackles the high computational cost of training on large datasets by proposing Partial Forward Blocking (PFB), a data pruning method that accelerates training without accuracy loss, achieving a 0.5% accuracy improvement and 33% training time reduction on ImageNet with 40% data pruned.

The ever-growing size of training datasets enhances the generalization capability of modern machine learning models but also incurs exorbitant computational costs. Existing data pruning approaches aim to accelerate training by removing those less important samples. However, they often rely on gradients or proxy models, leading to prohibitive additional costs of gradient back-propagation and proxy model training. In this paper, we propose Partial Forward Blocking (PFB), a novel framework for lossless training acceleration. The efficiency of PFB stems from its unique adaptive pruning pipeline: sample importance is assessed based on features extracted from the shallow layers of the target model. Less important samples are then pruned, allowing only the retained ones to proceed with the subsequent forward pass and loss back-propagation. This mechanism significantly reduces the computational overhead of deep-layer forward passes and back-propagation for pruned samples, while also eliminating the need for auxiliary backward computations and proxy model training. Moreover, PFB introduces probability density as an indicator of sample importance. Combined with an adaptive distribution estimation module, our method dynamically prioritizes relatively rare samples, aligning with the constantly evolving training state. Extensive experiments demonstrate the significant superiority of PFB in performance and speed. On ImageNet, PFB achieves a 0.5% accuracy improvement and 33% training time reduction with 40% data pruned.

Foundations

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

Your Notes