English

Neural Network Topologies for Sparse Training

Machine Learning 2018-09-17 v1 Machine Learning

Abstract

The sizes of deep neural networks (DNNs) are rapidly outgrowing the capacity of hardware to store and train them. Research over the past few decades has explored the prospect of sparsifying DNNs before, during, and after training by pruning edges from the underlying topology. The resulting neural network is known as a sparse neural network. More recent work has demonstrated the remarkable result that certain sparse DNNs can train to the same precision as dense DNNs at lower runtime and storage cost. An intriguing class of these sparse DNNs is the X-Nets, which are initialized and trained upon a sparse topology with neither reference to a parent dense DNN nor subsequent pruning. We present an algorithm that deterministically generates sparse DNN topologies that, as a whole, are much more diverse than X-Net topologies, while preserving X-Nets' desired characteristics.

Keywords

Cite

@article{arxiv.1809.05242,
  title  = {Neural Network Topologies for Sparse Training},
  author = {Ryan A. Robinett and Jeremy Kepner},
  journal= {arXiv preprint arXiv:1809.05242},
  year   = {2018}
}

Comments

4 Pages, 4 figures; accepted at MIT IEEE Undergraduate Research Technology Conference 2018. Publication pending

R2 v1 2026-06-23T04:06:10.704Z