Feather: An Elegant Solution to Effective DNN Sparsification
Athanasios Glentis Georgoulakis, George Retsinas, Petros Maragos
TL;DR
Feather addresses the challenge of training-time DNN sparsification by enhancing STE-based pruning with a novel forward thresholding operator and a gradient-scaling mechanism. It introduces a parametric thresholding family with $p$, selects $p=3$ to balance continuity and bias, and employs a gradient scale $\theta$ that adapts to target sparsity, enabling stable, highly sparse models. Across CIFAR-100 and ImageNet, Feather delivers state-of-the-art results at extreme sparsities and improves performance over prior STE-based methods like ST-3 and Spartan, with minimal training overhead. The framework is versatile, compatible with global and layer-wise pruning backbones, and offers a practical path toward FLOPs-efficient sparse networks for resource-constrained deployments.
Abstract
Neural Network pruning is an increasingly popular way for producing compact and efficient models, suitable for resource-limited environments, while preserving high performance. While the pruning can be performed using a multi-cycle training and fine-tuning process, the recent trend is to encompass the sparsification process during the standard course of training. To this end, we introduce Feather, an efficient sparse training module utilizing the powerful Straight-Through Estimator as its core, coupled with a new thresholding operator and a gradient scaling technique, enabling robust, out-of-the-box sparsification performance. Feather's effectiveness and adaptability is demonstrated using various architectures on the CIFAR dataset, while on ImageNet it achieves state-of-the-art Top-1 validation accuracy using the ResNet-50 architecture, surpassing existing methods, including more complex and computationally heavy ones, by a considerable margin. Code is publicly available at https://github.com/athglentis/feather .
