Finding Trainable Sparse Networks Through Neural Tangent Transfer

Abstract

Deep neural networks have dramatically transformed machine learning, but their memory and energy demands are substantial. The requirements of real biological neural networks are rather modest in comparison, and one feature that might underlie this austerity is their sparse connectivity. In deep learning, trainable sparse networks that perform well on a specific task are usually constructed using label-dependent pruning criteria. In this article, we introduce Neural Tangent Transfer, a method that instead finds trainable sparse networks in a label-free manner. Specifically, we find sparse networks whose training dynamics, as characterized by the neural tangent kernel, mimic those of dense networks in function space. Finally, we evaluate our label-agnostic approach on several standard classification tasks and show that the resulting sparse networks achieve higher classification performance while converging faster.

Cite

Text

Liu and Zenke. "Finding Trainable Sparse Networks Through Neural Tangent Transfer." International Conference on Machine Learning, 2020.

Markdown

[Liu and Zenke. "Finding Trainable Sparse Networks Through Neural Tangent Transfer." International Conference on Machine Learning, 2020.](https://mlanthology.org/icml/2020/liu2020icml-finding/)

BibTeX

@inproceedings{liu2020icml-finding,
  title     = {{Finding Trainable Sparse Networks Through Neural Tangent Transfer}},
  author    = {Liu, Tianlin and Zenke, Friedemann},
  booktitle = {International Conference on Machine Learning},
  year      = {2020},
  pages     = {6336-6347},
  volume    = {119},
  url       = {https://mlanthology.org/icml/2020/liu2020icml-finding/}
}