An Experimental Study of the Impact of Pre-training on the Pruning of a Convolutional Neural Network
Nathan Hubens, Matei Mancas, Bernard Gosselin, Marius Preda, Titus, Zaharia

TL;DR
This study investigates how pre-training influences the effectiveness of pruning in convolutional neural networks, showing that pre-trained models can be pruned more aggressively than those trained from scratch.
Contribution
It provides empirical evidence that pre-training significantly enhances pruning efficiency in CNNs across multiple datasets and architectures.
Findings
Pre-trained networks can be pruned up to 80% more effectively.
Pre-training leads to more redundant parameters suitable for pruning.
Fine-tuning pre-trained models yields better compression than training from scratch.
Abstract
In recent years, deep neural networks have known a wide success in various application domains. However, they require important computational and memory resources, which severely hinders their deployment, notably on mobile devices or for real-time applications. Neural networks usually involve a large number of parameters, which correspond to the weights of the network. Such parameters, obtained with the help of a training process, are determinant for the performance of the network. However, they are also highly redundant. The pruning methods notably attempt to reduce the size of the parameter set, by identifying and removing the irrelevant weights. In this paper, we examine the impact of the training strategy on the pruning efficiency. Two training modalities are considered and compared: (1) fine-tuned and (2) from scratch. The experimental results obtained on four datasets (CIFAR10,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications
MethodsPruning
