paper-with-me

홈 › Papers

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, only a small subset of the full gradients are computed to update the model parameters. In this paper we extend this technique into the Convolutional Neural Network(CNN) to reduce calculation in back propagation, and the surprising results verify its validity in CNN: only 5\% of the gradients are passed back but the model still achieves the same effect as the traditional CNN, or even better. We also show that the top-$k$ selection of gradients leads to a sparse calculation in back propagation, which may bring significant computational benefits for high computational complexity of convolution operation in CNN.

📄 PDF Abstract BibTeX arXiv:1709.05804

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Feedback alignment in deep convolutional networks

2018-12-12 · Theodore H. Moskovitz, Ashok Litwin-Kumar, L. F. Abbott

Ongoing studies have identified similarities between neural representations in biological networks and in deep artificial neural networks. This has led to renewed interest in developing analogies between the backpropagat…

Efficient Deep Learning with Decorrelated Backpropagation

2024-05-03 · Sander Dalm, Joshua Offergeld, Nasir Ahmad, Marcel van Gerven

The backpropagation algorithm remains the dominant and most successful method for training deep neural networks (DNNs). At the same time, training DNNs at scale comes at a significant computational cost and therefore a h…

Deep Learning

Advancing On-Device Neural Network Training with TinyPropv2: Dynamic, Sparse, and Efficient Backpropagation

2024-09-11 · Marcus Rüb, Axel Sikora, Daniel Mueller-Gritschneder

This study introduces TinyPropv2, an innovative algorithm optimized for on-device learning in deep neural networks, specifically designed for low-power microcontroller units. TinyPropv2 refines sparse backpropagation by …

Backprop with Approximate Activations for Memory-efficient Network Training

2019-01-23 · ICLR 2019 5 · Ayan Chakrabarti, Benjamin Moseley

Training convolutional neural network models is memory intensive since back-propagation requires storing activations of all intermediate layers. This presents a practical concern when seeking to deploy very deep architec…

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…