Pith. sign in

REVIEW 2 cited by

TinyOL: TinyML with Online-Learning on Microcontrollers

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2103.08295 v3 pith:HLWJZX7J submitted 2021-03-15 cs.LG cs.DCcs.SYeess.SY

TinyOL: TinyML with Online-Learning on Microcontrollers

classification cs.LG cs.DCcs.SYeess.SY
keywords tinymltinyoldatalearningmcusnetworkneuralmachine
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Tiny machine learning (TinyML) is a fast-growing research area committed to democratizing deep learning for all-pervasive microcontrollers (MCUs). Challenged by the constraints on power, memory, and computation, TinyML has achieved significant advancement in the last few years. However, the current TinyML solutions are based on batch/offline settings and support only the neural network's inference on MCUs. The neural network is first trained using a large amount of pre-collected data on a powerful machine and then flashed to MCUs. This results in a static model, hard to adapt to new data, and impossible to adjust for different scenarios, which impedes the flexibility of the Internet of Things (IoT). To address these problems, we propose a novel system called TinyOL (TinyML with Online-Learning), which enables incremental on-device training on streaming data. TinyOL is based on the concept of online learning and is suitable for constrained IoT devices. We experiment TinyOL under supervised and unsupervised setups using an autoencoder neural network. Finally, we report the performance of the proposed solution and show its effectiveness and feasibility.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. On-Device Vision Training, Deployment, and Inference on a Thumb-Sized Microcontroller

    cs.LG 2026-04 accept novelty 7.0

    A full on-device vision system trains a two-layer CNN with Adam optimization and runs inference at 6.3 FPS on a $15-40 ESP32 microcontroller using 1750 lines of self-contained C++.

  2. What changes after deployment? A survey on On-device Learning in TinyML

    cs.LG 2026-05 unverdicted novelty 6.0

    A survey of on-device learning in TinyML organized by distribution change regimes, highlighting influences on applications, hardware, and solutions plus a gap between benchmarks and deployments.