Convolutional neural networks (CNNs) have developed to become powerful models for various computer vision tasks ranging from object detection to semantic segmentation. However, most of the state-of-the-art CNNs cannot be deployed directly on edge devices such as smartphones and drones, which need low latency under limited power and memory bandwidth. One popular, straightforward approach to compressing CNNs is network slimming, which imposes ℓ1 regularization on the channel-associated scaling factors via the batch normalization layers during training. Network slimming thereby identifies insignificant channels that can be pruned for inference. In this paper, we propose replacing the ℓ1 penalty with an alternative nonconvex, sparsity-inducing penalty in order to yield a more compressed and/or accurate CNN architecture. We investigate ℓp (0 < p < 1) , transformed ℓ1 ( Tℓ1 ), minimax concave penalty (MCP), and smoothly clipped absolute deviation (SCAD) due to their recent successes and popularity in solving sparse optimization problems, such as compressed sensing and variable selection. We demonstrate the effectiveness of network slimming with nonconvex penalties on three neural network architectures - VGG-19, DenseNet-40, and ResNet-164 - on standard image classification datasets. Based on the numerical experiments, T ℓ1 preserves model accuracy against channel pruning, ℓ1/2, 3/4 yield better compressed models with similar accuracies after retraining as ℓ1 , and MCP and SCAD provide more accurate models after retraining with similar compression as ℓ1. Network slimming with T ℓ1 regularization also outperforms the latest Bayesian modification of network slimming in compressing a CNN architecture in terms of memory storage while preserving its model accuracy after channel pruning.
CITATION STYLE
Bui, K., Park, F., Zhang, S., Qi, Y., & Xin, J. (2021). Improving Network Slimming with Nonconvex Regularization. IEEE Access, 9, 115292–115314. https://doi.org/10.1109/ACCESS.2021.3105366
Mendeley helps you to discover research relevant for your work.