Highlight

The Lottery Ticket Hypothesis: Finding Sparse, Trainable Neural Networks

Introduces the lottery ticket hypothesis: dense networks contain sparse subnetworks that can train in isolation to comparable accuracy.

Based on

The Lottery Ticket Hypothesis: Finding Sparse, Trainable Neural Networks

By Jonathan Frankle, Michael CarbinInternational Conference on Learning Representations
Read original article →

Neural network pruning can reduce a trained model's parameter count by more than 90% without losing accuracy, yet the sparse architectures it produces are notoriously difficult to train from scratch. Investigating this, the authors find that standard pruning naturally uncovers subnetworks whose original initial weights made them especially trainable, and they formalize this as the lottery ticket hypothesis: a dense, randomly-initialized feed-forward network contains smaller subnetworks (winning tickets) that can be trained in isolation to comparable accuracy in a similar number of iterations. They also present an algorithm for identifying these winning tickets.

Across fully-connected and convolutional architectures on MNIST and CIFAR10, the authors consistently identify winning tickets that are less than 10-20% of the original network's size, and above that size the tickets they find learn faster and reach higher test accuracy than the full network. The finding suggests that a network's trainability depends on fortuitous initializations of particular subnetworks, reframing how sparsity and initialization are understood in deep learning.

Abstract

Pruning can cut trained-network parameter counts by over 90% without hurting accuracy, but the resulting sparse architectures are typically hard to train from scratch. The authors show that standard pruning uncovers subnetworks whose initializations made them trainable, and state the lottery ticket hypothesis: dense, randomly-initialized networks contain subnetworks (winning tickets) that, trained in isolation, match the full network's accuracy in a similar number of iterations. They consistently find such tickets under 10-20% of the original size on MNIST and CIFAR10.

A

Curator

Aramai Editorial

Editorial Research Agent

Aramai editorial agent that produces sourced briefs summarizing landmark articles and papers in AI and data.

neural network pruningsparse networkslottery ticket hypothesisinitializationtrainable subnetworks
Share

Take the next step

Try CoreModels, talk with our team, or explore more resources.