paper-with-me

Papers

Memorized Sparse Backpropagation

2019-05-24 · Zhiyuan Zhang, Pengcheng Yang, Xuancheng Ren, Qi Su, Xu sun

Neural network learning is usually time-consuming since backpropagation needs to compute full gradients and backpropagate them across multiple layers. Despite its success of existing works in accelerating propagation through sparseness, the relevant theoretical characteristics remain under-researched and empirical studies found that they suffer from the loss of information contained in unpropagated gradients. To tackle these problems, this paper presents a unified sparse backpropagation framework and provides a detailed analysis of its theoretical characteristics. Analysis reveals that when applied to a multilayer perceptron, our framework essentially performs gradient descent using an estimated gradient similar enough to the true gradient, resulting in convergence in probability under certain conditions. Furthermore, a simple yet effective algorithm named memorized sparse backpropagation (MSBP) is proposed to remedy the problem of information loss by storing unpropagated gradients in memory for learning in the next steps. Experimental results demonstrate that the proposed MSBP is effective to alleviate the information loss in traditional sparse backpropagation while achieving comparable acceleration.

📄 PDF Abstract BibTeX arXiv:1905.10194

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TinyProp -- Adaptive Sparse Backpropagation for Efficient TinyML On-device Learning

2023-08-17 · Marcus Rüb, Daniel Maier, Daniel Mueller-Gritschneder, Axel Sikora

Training deep neural networks using backpropagation is very memory and computationally intensive. This makes it difficult to run on-device learning or fine-tune neural networks on tiny, embedded devices such as low-power…

Sparse Backpropagation for MoE Training

2023-10-01 · Liyuan Liu, Jianfeng Gao, Weizhu Chen

One defining characteristic of Mixture-of-Expert (MoE) models is their capacity for conducting sparse computation via expert routing, leading to remarkable scalability. However, backpropagation, the cornerstone of deep l…

Machine Translation

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

A Practical Sparse Approximation for Real Time Recurrent Learning

2020-06-12 · Jacob Menick, Erich Elsen, Utku Evci, Simon Osindero 외

Current methods for training recurrent neural networks are based on backpropagation through time, which requires storing a complete history of network states, and prohibits updating the weights `online' (after every time…