CVAIAug 9, 2022

SBPF: Sensitiveness Based Pruning Framework For Convolutional Neural Network On Image Classification

arXiv:2208.04588v1h-index: 27
Originality Incremental advance
AI Analysis

This work addresses the inconsistency in filter evaluation for pruning methods that rely on pre-trained model parameters, offering a more robust approach for compressing CNNs in image classification tasks, though it appears incremental as it builds on existing pruning techniques.

The paper tackles the problem of pruning convolutional neural networks for image classification by proposing a sensitiveness-based method that evaluates layer importance based on inference accuracy robustness, achieving consistent importance evaluations even with imperfectly trained models, such as obtaining the same layer importance results for VGG-16 on CIFAR-10 with only 50 epochs of training as with fully trained models.

Pruning techniques are used comprehensively to compress convolutional neural networks (CNNs) on image classification. However, the majority of pruning methods require a well pre-trained model to provide useful supporting parameters, such as C1-norm, BatchNorm value and gradient information, which may lead to inconsistency of filter evaluation if the parameters of the pre-trained model are not well optimized. Therefore, we propose a sensitiveness based method to evaluate the importance of each layer from the perspective of inference accuracy by adding extra damage for the original model. Because the performance of the accuracy is determined by the distribution of parameters across all layers rather than individual parameter, the sensitiveness based method will be robust to update of parameters. Namely, we can obtain similar importance evaluation of each convolutional layer between the imperfect-trained and fully trained models. For VGG-16 on CIFAR-10, even when the original model is only trained with 50 epochs, we can get same evaluation of layer importance as the results when the model is trained fully. Then we will remove filters proportional from each layer by the quantified sensitiveness. Our sensitiveness based pruning framework is verified efficiently on VGG-16, a customized Conv-4 and ResNet-18 with CIFAR-10, MNIST and CIFAR-100, respectively.

Foundations

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

Your Notes