English

ESPN: Extremely Sparse Pruned Networks

Machine Learning 2020-06-30 v1 Machine Learning

Abstract

Deep neural networks are often highly overparameterized, prohibiting their use in compute-limited systems. However, a line of recent works has shown that the size of deep networks can be considerably reduced by identifying a subset of neuron indicators (or mask) that correspond to significant weights prior to training. We demonstrate that an simple iterative mask discovery method can achieve state-of-the-art compression of very deep networks. Our algorithm represents a hybrid approach between single shot network pruning methods (such as SNIP) with Lottery-Ticket type approaches. We validate our approach on several datasets and outperform several existing pruning approaches in both test accuracy and compression ratio.

Keywords

Cite

@article{arxiv.2006.15741,
  title  = {ESPN: Extremely Sparse Pruned Networks},
  author = {Minsu Cho and Ameya Joshi and Chinmay Hegde},
  journal= {arXiv preprint arXiv:2006.15741},
  year   = {2020}
}
R2 v1 2026-06-23T16:41:08.830Z