LGCVDec 8, 2023

Towards On-device Learning on the Edge: Ways to Select Neurons to Update under a Budget Constraint

arXiv:2312.05282v17 citationsh-index: 182024 IEEE/CVF Winter Conference on Applications of Computer Vision Workshops (WACVW)
AI Analysis

This addresses the challenge of prohibitive backpropagation costs for on-device learning on edge devices, though it appears incremental as it adapts an existing method.

The paper tackles the problem of efficient on-device learning under extreme memory and computation constraints by proposing a dynamic neuron selection strategy for fine-tuning, showing that a NEq-inspired approach outperforms random selection in average cases.

In the realm of efficient on-device learning under extreme memory and computation constraints, a significant gap in successful approaches persists. Although considerable effort has been devoted to efficient inference, the main obstacle to efficient learning is the prohibitive cost of backpropagation. The resources required to compute gradients and update network parameters often exceed the limits of tightly constrained memory budgets. This paper challenges conventional wisdom and proposes a series of experiments that reveal the existence of superior sub-networks. Furthermore, we hint at the potential for substantial gains through a dynamic neuron selection strategy when fine-tuning a target task. Our efforts extend to the adaptation of a recent dynamic neuron selection strategy pioneered by Bragagnolo et al. (NEq), revealing its effectiveness in the most stringent scenarios. Our experiments demonstrate, in the average case, the superiority of a NEq-inspired approach over a random selection. This observation prompts a compelling avenue for further exploration in the area, highlighting the opportunity to design a new class of algorithms designed to facilitate parameter update selection. Our findings usher in a new era of possibilities in the field of on-device learning under extreme constraints and encourage the pursuit of innovative strategies for efficient, resource-friendly model fine-tuning.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes