paper-with-me

홈 › Papers

meProp: Sparsified Back Propagation for Accelerated Deep Learning with Reduced Overfitting

2017-06-19 · ICML 2017 8 · Xu Sun, Xuancheng Ren, Shuming Ma, Houfeng Wang

We propose a simple yet effective technique for neural network learning. The forward propagation is computed as usual. In back propagation, only a small subset of the full gradient is computed to update the model parameters. The gradient vectors are sparsified in such a way that only the top-$k$ elements (in terms of magnitude) are kept. As a result, only $k$ rows or columns (depending on the layout) of the weight matrix are modified, leading to a linear reduction ($k$ divided by the vector dimension) in the computational cost. Surprisingly, experimental results demonstrate that we can update only 1-4% of the weights at each back propagation pass. This does not result in a larger number of training iterations. More interestingly, the accuracy of the resulting models is actually improved rather than degraded, and a detailed analysis is given. The code is available at https://github.com/lancopku/meProp

📄 PDF Abstract BibTeX arXiv:1706.06197

Code (2)

jklj077/meProp 공식 구현 pytorch
lancopku/meProp 공식 구현 pytorch

Tasks

Deep Learning

Similar Papers 제목 키워드 기반

Accelerated Sparsified SGD with Error Feedback

2019-05-29 · Tomoya Murata, Taiji Suzuki

A stochastic gradient method for synchronous distributed optimization is studied. For reducing communication cost, we particularly focus on utilization of compression of communicated gradients. Several work has shown tha…

Distributed Optimization

Minimal Effort Back Propagation for Convolutional Neural Networks

2017-09-18 · Bingzhen Wei, Xu sun, Xuancheng Ren, Jingjing Xu

As traditional neural network consumes a significant amount of computing resources during back propagation, \citet{Sun2017mePropSB} propose a simple yet effective technique to alleviate this problem. In this technique, o…

Training Simplification and Model Simplification for Deep Learning: A Minimal Effort Back Propagation Method

2017-11-17 · Xu Sun, Xuancheng Ren, Shuming Ma, Bingzhen Wei 외

We propose a simple yet effective technique to simplify the training and the resulting model of neural networks. In back propagation, only a small subset of the full gradient is computed to update the model parameters. T…

FastLRNR and Sparse Physics Informed Backpropagation

2024-10-05 · Woojin Cho, Kookjin Lee, Noseong Park, Donsub Rim 외

We introduce Sparse Physics Informed Backpropagation (SPInProp), a new class of methods for accelerating backpropagation for a specialized neural network architecture called Low Rank Neural Representation (LRNR). The app…

SparseProp: Efficient Sparse Backpropagation for Faster Training of Neural Networks

2023-02-09 · Mahdi Nikdan, Tommaso Pegolotti, Eugenia Iofinova, Eldar Kurtic 외

We provide a new efficient version of the backpropagation algorithm, specialized to the case where the weights of the neural network being trained are sparse. Our algorithm is general, as it applies to arbitrary (unstruc…

Transfer Learning