Enabling On-Device Learning via Experience Replay with Efficient Dataset Condensation
Gelei Xu, Ningzhi Tang, Jun Xia, Wei Jin, Yiyu Shi

TL;DR
This paper introduces an on-device learning framework that condenses streaming data into informative, pseudo-labeled samples using contrastive learning, significantly improving model accuracy with minimal buffer capacity.
Contribution
It presents a novel dataset condensation method with pseudo-labeling and contrastive learning tailored for resource-constrained, unlabeled, non-i.i.d. streaming data environments.
Findings
Achieves 58.4% higher accuracy than baselines with one sample per class on CIFAR-10.
Effectively handles unlabeled, non-i.i.d. data with minimal computational resources.
Substantially improves on existing methods under strict buffer size constraints.
Abstract
Upon deployment to edge devices, it is often desirable for a model to further learn from streaming data to improve accuracy. However, extracting representative features from such data is challenging because it is typically unlabeled, non-independent and identically distributed (non-i.i.d), and is seen only once. To mitigate this issue, a common strategy is to maintain a small data buffer on the edge device to hold the most representative data for further learning. As most data is either never stored or quickly discarded, identifying the most representative data to avoid significant information loss becomes critical. In this paper, we propose an on-device framework that addresses this issue by condensing incoming data into more informative samples. Specifically, to effectively handle unlabeled incoming data, we propose a pseudo-labeling technique designed for unlabeled on-device learning…
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
TopicsIoT and Edge/Fog Computing · Data Stream Mining Techniques · Image and Video Quality Assessment
