TinyProp -- Adaptive Sparse Backpropagation for Efficient TinyML On-device Learning
Marcus R\"ub, Daniel Maier, Daniel Mueller-Gritschneder, Axel Sikora

TL;DR
TinyProp introduces a dynamic sparse backpropagation method that adapts the training ratio during on-device learning, significantly improving efficiency and accuracy retention on embedded microcontrollers.
Contribution
It is the first method to dynamically adjust the backpropagation ratio during training on tiny devices, enhancing efficiency and accuracy over static approaches.
Findings
Achieves 5x speedup on MNIST, DCASE2020, CIFAR10 datasets.
Reduces accuracy loss by 6% compared to static sparse methods.
Works effectively for fine-tuning networks on microcontrollers.
Abstract
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 micro-controller units (MCUs). Sparse backpropagation algorithms try to reduce the computational load of on-device learning by training only a subset of the weights and biases. Existing approaches use a static number of weights to train. A poor choice of this so-called backpropagation ratio limits either the computational gain or can lead to severe accuracy losses. In this paper we present TinyProp, the first sparse backpropagation method that dynamically adapts the back-propagation ratio during on-device training for each training step. TinyProp induces a small calculation overhead to sort the elements of the gradient, which does not significantly impact the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Machine Learning and ELM · Machine Learning and Data Classification
