Dynamic Sparse Training: Find Efficient Sparse Network from Scratch with Trainable Masked Layers

Abstract

We present a novel network pruning algorithm called Dynamic Sparse Training that can jointly find the optimal network parameters and sparse network structure in a unified optimization process with trainable pruning thresholds. These thresholds can have fine-grained layer-wise adjustments dynamically via backpropagation. We demonstrate that our dynamic sparse training algorithm can easily train very sparse neural network models with little performance loss using the same training epochs as dense models. Dynamic Sparse Training achieves prior art performance compared with other sparse training algorithms on various network architectures. Additionally, we have several surprising observations that provide strong evidence to the effectiveness and efficiency of our algorithm. These observations reveal the underlying problems of traditional three-stage pruning algorithms and present the potential guidance provided by our algorithm to the design of more compact network architectures.

Cite

Text

Liu et al. "Dynamic Sparse Training: Find Efficient Sparse Network from Scratch with Trainable Masked Layers." International Conference on Learning Representations, 2020.

Markdown

[Liu et al. "Dynamic Sparse Training: Find Efficient Sparse Network from Scratch with Trainable Masked Layers." International Conference on Learning Representations, 2020.](https://mlanthology.org/iclr/2020/liu2020iclr-dynamic/)

BibTeX

@inproceedings{liu2020iclr-dynamic,
  title     = {{Dynamic Sparse Training: Find Efficient Sparse Network from Scratch with Trainable Masked Layers}},
  author    = {Liu, Junjie and Xu, Zhe and Shi, Runbin and Cheung, Ray C. C. and So, Hayden K. H.},
  booktitle = {International Conference on Learning Representations},
  year      = {2020},
  url       = {https://mlanthology.org/iclr/2020/liu2020iclr-dynamic/}
}