Coarsening the Granularity: Towards Structurally Sparse Lottery Tickets
Tianlong Chen, Xuxi Chen, Xiaolong Ma, Yanzhi Wang, Zhangyang Wang

TL;DR
This paper introduces a novel method to find structurally sparse winning tickets in neural networks, enabling hardware-efficient training without sacrificing accuracy, by applying post-processing techniques to unstructured pruning.
Contribution
It demonstrates the first successful approach to identify structurally sparse winning tickets using post-processing after iterative magnitude pruning, improving hardware acceleration potential.
Findings
Achieved up to 65% time savings with maintained accuracy.
Validated across multiple datasets and network architectures.
Enabled hardware-friendly sparse subnetworks for practical deployment.
Abstract
The lottery ticket hypothesis (LTH) has shown that dense models contain highly sparse subnetworks (i.e., winning tickets) that can be trained in isolation to match full accuracy. Despite many exciting efforts being made, there is one "commonsense" rarely challenged: a winning ticket is found by iterative magnitude pruning (IMP) and hence the resultant pruned subnetworks have only unstructured sparsity. That gap limits the appeal of winning tickets in practice, since the highly irregular sparse patterns are challenging to accelerate on hardware. Meanwhile, directly substituting structured pruning for unstructured pruning in IMP damages performance more severely and is usually unable to locate winning tickets. In this paper, we demonstrate the first positive result that a structurally sparse winning ticket can be effectively found in general. The core idea is to append "post-processing…
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
TopicsGenerative Adversarial Networks and Image Synthesis · Video Analysis and Summarization · Data Visualization and Analytics
MethodsPruning
