COLT: Cyclic Overlapping Lottery Tickets for Faster Pruning of Convolutional Neural Networks
Md. Ismail Hossain, Mohammed Rakib, M. M. Lutfe Elahi, Nabeel Mohammed, and Shafin Rahman

TL;DR
This paper introduces Cyclic Overlapping Lottery Tickets (COLT), a novel pruning method that efficiently produces sparse neural network sub-models with accuracy comparable to unpruned models, using cyclic retraining and data splitting.
Contribution
The paper proposes COLT, a new cyclic pruning approach that generates lottery tickets faster and with higher sparsity, demonstrating superior transferability and efficiency over existing methods.
Findings
COLT achieves similar accuracy to unpruned models with high sparsity.
COLT requires fewer iterations than IMP for generating lottery tickets.
COLT's tickets transfer effectively across datasets without performance loss.
Abstract
Pruning refers to the elimination of trivial weights from neural networks. The sub-networks within an overparameterized model produced after pruning are often called Lottery tickets. This research aims to generate winning lottery tickets from a set of lottery tickets that can achieve similar accuracy to the original unpruned network. We introduce a novel winning ticket called Cyclic Overlapping Lottery Ticket (COLT) by data splitting and cyclic retraining of the pruned network from scratch. We apply a cyclic pruning algorithm that keeps only the overlapping weights of different pruned models trained on different data segments. Our results demonstrate that COLT can achieve similar accuracies (obtained by the unpruned model) while maintaining high sparsities. We show that the accuracy of COLT is on par with the winning tickets of Lottery Ticket Hypothesis (LTH) and, at times, is better.…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHuman Pose and Action Recognition · Video Analysis and Summarization · Generative Adversarial Networks and Image Synthesis
MethodsPruning
