HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

The Lottery Ticket Hypothesis: Finding Sparse, Trainable Neural Networks

{Michael Carbin Jonathan Frankle}

The Lottery Ticket Hypothesis: Finding Sparse, Trainable Neural Networks

Abstract

Neural network pruning techniques can reduce the parameter counts of trainednetworks by over 90%, decreasing storage requirements and improvingcomputational performance of inference without compromising accuracy. However,contemporary experience is that the sparse architectures produced by pruningare difficult to train from the start, which would similarly improve trainingperformance. We find that a standard pruning technique naturally uncovers subnetworkswhose initializations made them capable of training effectively. Based on theseresults, we articulate the "lottery ticket hypothesis:" dense,randomly-initialized, feed-forward networks contain subnetworks ("winningtickets") that - when trained in isolation - reach test accuracy comparable tothe original network in a similar number of iterations. The winning tickets wefind have won the initialization lottery: their connections have initialweights that make training particularly effective. We present an algorithm to identify winning tickets and a series ofexperiments that support the lottery ticket hypothesis and the importance ofthese fortuitous initializations. We consistently find winning tickets that areless than 10-20% of the size of several fully-connected and convolutionalfeed-forward architectures for MNIST and CIFAR10. Above this size, the winningtickets that we find learn faster than the original network and reach highertest accuracy.

Code Repositories

hdo0947/Lottery-Ticket-Hypothesis
pytorch
Mentioned in GitHub
SirBubbls/condense
Mentioned in GitHub
reallygooday/60daysofudacity
pytorch
Mentioned in GitHub
emerali/LottoRBM
pytorch
Mentioned in GitHub
JingtongSu/sanity-checking-pruning
pytorch
Mentioned in GitHub
Taoudi/LotteryTicketHypothesis
tf
Mentioned in GitHub
kosnil/signed_supermasks
tf
Mentioned in GitHub
ARMargolis/melanoma-pytorch
pytorch
Mentioned in GitHub
luuyin/lottery-pools
pytorch
Mentioned in GitHub
matthew-mcateer/Keras_pruning
tf
Mentioned in GitHub
gcastex/PruNet
pytorch
Mentioned in GitHub
ismail31416/colt
pytorch
Mentioned in GitHub
facebookresearch/open_lth
pytorch
Mentioned in GitHub
phiandark/SiftingFeatures
tf
Mentioned in GitHub
Mraksu/Lottery-Ticket
tf
Mentioned in GitHub

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
The Lottery Ticket Hypothesis: Finding Sparse, Trainable Neural Networks | Papers | HyperAI