paper-with-me

홈 › Papers

Dynamic parameter reallocation improves trainability of deep convolutional networks

2018-10-20 · NIPS Workshop CDNNRIA 2018 · Hesham Mostafa, Xin Wang

Network pruning has emerged as a powerful technique for reducing the size of deep neural networks. Pruning uncovers high-performance subnetworks by taking a trained dense network and gradually removing unimportant connections. Recently, alternative techniques have emerged for training sparse networks directly without having to train a large dense model beforehand, thereby achieving small memory footprints during both training and inference.These techniques are based on dynamic reallocation of non-zero parameters during training. Thus, they are in effect executing a training-time search for the optimal subnetwork. We investigate a most recent one of these techniques and conduct additional experiments to elucidate its behavior in training sparse deep convolutional networks. Dynamic parameter reallocation converges early during training to a highly trainable subnetwork. We show that neither the structure, nor the initialization of the discovered high-performance subnetwork is sufficient to explain its good performance. Rather, it is the dynamics of parameter reallocation that are responsible for successful learning. Dynamic parameter reallocation thus improves the trainability of deep convolutional networks, playing a similar role as overparameterization, without incurring the memory and computational cost of the latter.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Network Pruning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Parameter Efficient Training of Deep Convolutional Neural Networks by Dynamic Sparse Reparameterization

2019-02-15 · Hesham Mostafa, Xin Wang

Modern deep neural networks are typically highly overparameterized. Pruning techniques are able to remove a significant fraction of network parameters with little loss in accuracy. Recently, techniques based on dynamic r…

Trainability Preserving Neural Pruning

2022-07-25 · Huan Wang, Yun Fu

Many recent works have shown trainability plays a central role in neural network pruning -- unattended broken trainability can lead to severe under-performance and unintentionally amplify the effect of retraining learnin…

Network Pruning

Neural Tangent Kernel Analysis of Deep Narrow Neural Networks

2022-02-07 · Jongmin Lee, Joo Young Choi, Ernest K. Ryu, Albert No

The tremendous recent progress in analyzing the training dynamics of overparameterized neural networks has primarily focused on wide networks and therefore does not sufficiently address the role of depth in deep learning…

Far from equilibrium: Wealth reallocation in the United States

2016-05-18

Studies of wealth inequality often assume that an observed wealth distribution reflects a system in equilibrium. This constraint is rarely tested empirically. We introduce a simple model that allows equilibrium but does …

Disentangling Trainability and Generalization in Deep Learning

2019-09-25 · Lechao Xiao, Jeffrey Pennington, Sam Schoenholz

A fundamental goal in deep learning is the characterization of trainability and generalization of neural networks as a function of their architecture and hyperparameters. In this paper, we discuss these challenging issue…

Deep LearningGaussian Processes