WeightMom: Learning Sparse Networks using Iterative Momentum-based pruning
Elvis Johnson, Xiaochen Tang, Sriramacharyulu Samudrala

TL;DR
WeightMom introduces an iterative momentum-based pruning method that effectively reduces neural network size while maintaining accuracy, outperforming previous approaches on popular image classification models.
Contribution
The paper presents a novel weight pruning technique using momentum to guide gradual sparsification, improving compression and accuracy retention.
Findings
Achieved 15% compression with minimal accuracy loss.
Outperformed previous pruning methods on AlexNet, VGG16, ResNet50.
Effective on CIFAR-10 and CIFAR-100 datasets.
Abstract
Deep Neural Networks have been used in a wide variety of applications with significant success. However, their highly complex nature owing to comprising millions of parameters has lead to problems during deployment in pipelines with low latency requirements. As a result, it is more desirable to obtain lightweight neural networks which have the same performance during inference time. In this work, we propose a weight based pruning approach in which the weights are pruned gradually based on their momentum of the previous iterations. Each layer of the neural network is assigned an importance value based on their relative sparsity, followed by the magnitude of the weight in the previous iterations. We evaluate our approach on networks such as AlexNet, VGG16 and ResNet50 with image classification datasets such as CIFAR-10 and CIFAR-100. We found that the results outperformed the previous…
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
TopicsAdvanced Neural Network Applications · Anomaly Detection Techniques and Applications · Machine Learning and Data Classification
MethodsPruning
