# Memorized Sparse Backpropagation

**Authors:** Zhiyuan Zhang, Pengcheng Yang, Xuancheng Ren, Qi Su, Xu Sun

arXiv: 1905.10194 · 2020-10-28

## TL;DR

This paper introduces a unified sparse backpropagation framework and a novel algorithm called memorized sparse backpropagation (MSBP), which preserves information and accelerates neural network training.

## Contribution

It provides a theoretical analysis of sparse backpropagation and proposes MSBP to mitigate information loss while maintaining efficiency.

## Key findings

- MSBP effectively reduces information loss in sparse backpropagation
- MSBP achieves comparable acceleration to traditional methods
- Theoretical analysis confirms convergence properties

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.10194/full.md

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1905.10194/full.md

## References

49 references — full list in the complete paper: https://tomesphere.com/paper/1905.10194/full.md

---
Source: https://tomesphere.com/paper/1905.10194