A Tiny Supervised ODL Core with Auto Data Pruning for Human Activity Recognition
Hiroki Matsutani, Radu Marculescu
TL;DR
This work tackles the challenge of data drift in human activity recognition on edge devices by introducing a tiny supervised on-device learning core that automatically prunes data to minimize label queries from a nearby teacher. Building on OS-ELM, the approach uses lightweight weight storage and a hardware-friendly design, including two variants (ODLBase and ODLHash) that reduce memory while preserving accuracy. A key innovation is the auto data pruning mechanism, which adaptively tunes the confidence threshold to cut communication by up to 55.7% with only about 0.9% accuracy loss. The proposed ODLHash core demonstrates ultra-low power operation (~3.39 mW) and a compact footprint (~136 kB), enabling practical on-device continual learning for HAR under data drift.
Abstract
In this paper, we introduce a low-cost and low-power tiny supervised on-device learning (ODL) core that can address the distributional shift of input data for human activity recognition. Although ODL for resource-limited edge devices has been studied recently, how exactly to provide the training labels to these devices at runtime remains an open-issue. To address this problem, we propose to combine an automatic data pruning with supervised ODL to reduce the number queries needed to acquire predicted labels from a nearby teacher device and thus save power consumption during model retraining. The data pruning threshold is automatically tuned, eliminating a manual threshold tuning. As a tinyML solution at a few mW for the human activity recognition, we design a supervised ODL core that supports our automatic data pruning using a 45nm CMOS process technology. We show that the required memory size for the core is smaller than the same-shaped multilayer perceptron (MLP) and the power consumption is only 3.39mW. Experiments using a human activity recognition dataset show that the proposed automatic data pruning reduces the communication volume by 55.7% and power consumption accordingly with only 0.9% accuracy loss.
