paper-with-me

홈 › Papers

Training Sparse Neural Networks

2016-11-21 · Suraj Srinivas, Akshayvarun Subramanya, R. Venkatesh Babu

Deep neural networks with lots of parameters are typically used for large-scale computer vision tasks such as image classification. This is a result of using dense matrix multiplications and convolutions. However, sparse computations are known to be much more efficient. In this work, we train and build neural networks which implicitly use sparse computations. We introduce additional gate variables to perform parameter selection and show that this is equivalent to using a spike-and-slab prior. We experimentally validate our method on both small and large networks and achieve state-of-the-art compression results for sparse neural network models.

📄 PDF Abstract BibTeX arXiv:1611.06694

Code (0)

등록된 구현이 없습니다.

Tasks

General Classificationimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Selfish Sparse RNN Training

2021-01-22 · Shiwei Liu, Decebal Constantin Mocanu, Yulong Pei, Mykola Pechenizkiy

Sparse neural networks have been widely applied to reduce the computational demands of training and deploying over-parameterized deep neural networks. For inference acceleration, methods that discover a sparse network fr…

Superposing Many Tickets into One: A Performance Booster for Sparse Neural Network Training

2022-05-30 · Lu Yin, Vlado Menkovski, Meng Fang, Tianjin Huang 외

Recent works on sparse neural network training (sparse training) have shown that a compelling trade-off between performance and efficiency can be achieved by training intrinsically sparse neural networks from scratch. Ex…

SparseMAE: Sparse Training Meets Masked Autoencoders

2023-01-01 · ICCV 2023 1 · Aojun Zhou, Yang Li, Zipeng Qin, Jianbo Liu 외

Masked Autoencoders (MAE) and its variants have proven to be effective for pretraining large-scale Vision Transformers (ViTs). However, small-scale models do not benefit from the pretraining mechanisms due to limited…

Sparse-ProxSkip: Accelerated Sparse-to-Sparse Training in Federated Learning

2024-05-31 · Georg Meinhardt, Kai Yi, Laurent Condat, Peter Richtárik

In Federated Learning (FL), both client resource constraints and communication costs pose major problems for training large models. In the centralized setting, sparse training addresses resource constraints, while in the…

Federated Learning

AUTOSPARSE: Towards Automated Sparse Training of Deep Neural Networks

2023-04-14 · Abhisek Kundu, Naveen K. Mellempudi, Dharma Teja Vooturi, Bharat Kaul 외

Sparse training is emerging as a promising avenue for reducing the computational cost of training neural networks. Several recent studies have proposed pruning methods using learnable thresholds to efficiently explore th…