SuperTickets: Drawing Task-Agnostic Lottery Tickets from Supernets via Jointly Architecture Searching and Parameter Pruning
Haoran You, Baopu Li, Zhanyi Sun, Xu Ouyang, Yingyan Celine Lin

TL;DR
This paper introduces SuperTickets, a novel method to directly identify efficient subnetworks and lottery tickets from a supernet through joint architecture search and parameter pruning, reducing computational costs and enabling multi-task transfer.
Contribution
It proposes a unified training scheme for directly discovering lottery tickets from supernets, eliminating the need for separate search and pruning stages.
Findings
SuperTickets outperform traditional NAS and pruning methods in accuracy and efficiency.
The method enables subnetworks to adapt connectivity during training for better performance.
SuperTickets transfer effectively across multiple tasks, demonstrating versatility.
Abstract
Neural architecture search (NAS) has demonstrated amazing success in searching for efficient deep neural networks (DNNs) from a given supernet. In parallel, the lottery ticket hypothesis has shown that DNNs contain small subnetworks that can be trained from scratch to achieve a comparable or higher accuracy than original DNNs. As such, it is currently a common practice to develop efficient DNNs via a pipeline of first search and then prune. Nevertheless, doing so often requires a search-train-prune-retrain process and thus prohibitive computational cost. In this paper, we discover for the first time that both efficient DNNs and their lottery subnetworks (i.e., lottery tickets) can be directly identified from a supernet, which we term as SuperTickets, via a two-in-one training scheme with jointly architecture searching and parameter pruning. Moreover, we develop a progressive and unified…
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
TopicsAnomaly Detection Techniques and Applications · Machine Learning and Data Classification · Advanced Neural Network Applications
MethodsPruning
