CVDec 24, 2022

COLT: Cyclic Overlapping Lottery Tickets for Faster Pruning of Convolutional Neural Networks

arXiv:2212.12770v24 citationsh-index: 21
Originality Highly original
AI Analysis

This addresses the need for faster and more effective pruning in convolutional neural networks, offering a novel method that is incremental but shows strong performance gains.

The paper tackles the problem of efficiently generating sparse neural networks (lottery tickets) that match the accuracy of the original dense model, introducing COLT, which achieves similar accuracies with high sparsity and requires fewer iterations than existing methods like IMP.

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. Moreover, COLTs can be generated using fewer iterations than tickets generated by the popular Iterative Magnitude Pruning (IMP) method. In addition, we also notice COLTs generated on large datasets can be transferred to small ones without compromising performance, demonstrating its generalizing capability. We conduct all our experiments on Cifar-10, Cifar-100 & TinyImageNet datasets and report superior performance than the state-of-the-art methods.

Code Implementations1 repo
Foundations

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

Your Notes