Active Learning for Deep Neural Networks on Edge Devices
Yuya Senzaki, Christian Hamelain

TL;DR
This paper introduces a lightweight, task-agnostic active learning framework for deep neural networks on edge devices, enabling efficient data selection for model updates with theoretical guarantees and practical effectiveness.
Contribution
It formalizes a practical active learning problem for DNNs on edge devices and proposes a general, resource-efficient framework based on stream submodular maximization.
Findings
Outperforms existing methods in classification and object detection tasks
Operates efficiently with low computational resources on real devices
Provides theoretical guarantees for data selection quality
Abstract
When dealing with deep neural network (DNN) applications on edge devices, continuously updating the model is important. Although updating a model with real incoming data is ideal, using all of them is not always feasible due to limits, such as labeling and communication costs. Thus, it is necessary to filter and select the data to use for training (i.e., active learning) on the device. In this paper, we formalize a practical active learning problem for DNNs on edge devices and propose a general task-agnostic framework to tackle this problem, which reduces it to a stream submodular maximization. This framework is light enough to be run with low computational resources, yet provides solutions whose quality is theoretically guaranteed thanks to the submodular property. Through this framework, we can configure data selection criteria flexibly, including using methods proposed in previous…
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
TopicsMachine Learning and Algorithms · Domain Adaptation and Few-Shot Learning · Machine Learning and Data Classification
