paper-with-me

Papers

Training Behavior of Sparse Neural Network Topologies

2018-09-30 · Simon Alford, Ryan Robinett, Lauren Milechin, Jeremy Kepner

Improvements in the performance of deep neural networks have often come through the design of larger and more complex networks. As a result, fast memory is a significant limiting factor in our ability to improve network performance. One approach to overcoming this limit is the design of sparse neural networks, which can be both very large and efficiently trained. In this paper we experiment training on sparse neural network topologies. We test pruning-based topologies, which are derived from an initially dense network whose connections are pruned, as well as RadiX-Nets, a class of network topologies with proven connectivity and sparsity properties. Results show that sparse networks obtain accuracies comparable to dense networks, but extreme levels of sparsity cause instability in training, which merits further study.

📄 PDF Abstract BibTeX arXiv:1810.00299

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Neural Network Topologies for Sparse Training

2018-09-14 · Ryan A. Robinett, Jeremy Kepner

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…

Sparse Neural Networks Topologies

2017-06-18 · Alfred Bourely, John Patrick Boueri, Krzysztof Choromonski

We propose Sparse Neural Network architectures that are based on random or structured bipartite graph topologies. Sparse architectures provide compression of the models learned and speed-ups of computations, they can als…

Topological Insights into Sparse Neural Networks

2020-06-24 · Shiwei Liu, Tim Van der Lee, Anil Yaman, Zahra Atashgahi 외

Sparse neural networks are effective approaches to reduce the resource requirements for the deployment of deep neural networks. Recently, the concept of adaptive sparse connectivity, has emerged to allow training sparse …

NeuroFabric: Identifying Ideal Topologies for Training A Priori Sparse Networks

2020-02-19 · ICLR 2020 1 · Mihailo Isakov, Michel A. Kinsy

Long training times of deep neural networks are a bottleneck in machine learning research. The major impediment to fast training is the quadratic growth of both memory and compute requirements of dense and convolutional …

RadiX-Net: Structured Sparse Matrices for Deep Neural Networks

2019-04-30 · Ryan A. Robinett, Jeremy Kepner

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…