ICLR 2026poster0 citations

Batch Pruning by Activation Stability

Md Mustakin Alam, Shaker Islam, Aminul Islam

Abstract

Training deep neural networks remains costly in terms of data, time, and energy, limiting their deployment in large-scale and resource-constrained settings. To address this, we propose Batch Pruning by Activation Stability (B-PAS), a dynamic plug-in strategy that accelerates training by adaptively removing data as batches that contribute less to learning. B-PAS monitors the stability of activation feature maps across epochs and prunes batches whose activation variance shows minimal change, indicating diminishing learning utility. Applied to ResNet-18, ResNet-50, and the Convolutional vision Transformer (CvT) on CIFAR-10, CIFAR-100, SVHN, and ImageNet-1K, B-PAS reduces training batch usage by up to 57\% with no loss in accuracy, and by 47\% while slightly improving accuracy. Moreover, it achieves as far as 61\% savings in GPU node-hours, outperforming prior state-of-the-art pruning methods with up to 29\% higher data savings and 21\% greater GPU node-hours savings. These results highlight activation stability as a powerful internal signal for efficient training by removing batches, offering a practical and sustainable path toward data and energy-efficient deep learning.

Batch PruningActivation StabilityConvolutional Neural NetworkCNNActivationDeep Learning
BibTeX
@inproceedings{
alam2026batch,
title={Batch Pruning by Activation Stability},
author={Md Mustakin Alam and Shaker Islam and Aminul Islam},
booktitle={The Fourteenth International Conference on Learning Representations},
year={2026},
url={https://openreview.net/forum?id=TUADW7db5n}
}
Batch Pruning by Activation Stability · ICLR 2026