paper-with-me

Papers

K-Means Based TinyML Anomaly Detection and Distributed Model Reuse via the Distributed Internet of Learning (DIoL)

2026-03-28 · Abdulrahman Albaiz, Fathi Amsaad arxiv

This paper presents a lightweight K-Means anomaly detection model and a distributed model-sharing workflow designed for resource-constrained microcontrollers (MCUs). Using real power measurements from a mini-fridge appliance, the system performs on-device feature extraction, clustering, and threshold estimation to identify abnormal appliance behavior. To avoid retraining models on every device, we introduce the Distributed Internet of Learning (DIoL), which enables a model trained on one MCU to be exported as a portable, text-based representation and reused directly on other devices. A two-device prototype demonstrates the feasibility of the "Train Once, Share Everywhere" (TOSE) approach using a real-world appliance case study, where Device A trains the model and Device B performs inference without retraining. Experimental results show consistent anomaly detection behavior, negligible parsing overhead, and identical inference runtimes between standalone and DIoL-based operation. The proposed framework enables scalable, low-cost TinyML deployment across fleets of embedded devices.

📄 PDF Abstract BibTeX arXiv:2603.27393

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly Detection

Similar Papers 제목 키워드 기반

Multi-Source Anomaly Detection in Distributed IT Systems

2021-01-13 · Jasmin Bogatinovski, Sasho Nedelkoski

The multi-source data generated by distributed systems, provide a holistic description of the system. Harnessing the joint distribution of the different modalities by a learning model can be beneficial for critical appli…

Anomaly Detection

Fully Autonomous Z-Score-Based TinyML Anomaly Detection on Resource-Constrained MCUs Using Power Side-Channel Data

2026-03-28 · Abdulrahman Albaiz, Fathi Amsaad arxiv

This paper presents a fully autonomous Tiny Machine Learning (TinyML) Z-Score-based anomaly detection system deployed on a low-power microcontroller for real-time monitoring of appliance behavior using power side-channel…

Anomaly Detection

Simulating Battery-Powered TinyML Systems Optimised using Reinforcement Learning in Image-Based Anomaly Detection

2024-03-08 · Jared M. Ping, Ken J. Nixon

Advances in Tiny Machine Learning (TinyML) have bolstered the creation of smart industry solutions, including smart agriculture, healthcare and smart cities. Whilst related research contributes to enabling TinyML solutio…

Anomaly DetectionReinforcement Learning (RL)

How to Manage Tiny Machine Learning at Scale: An Industrial Perspective

2022-02-18 · Haoyu Ren, Darko Anicic, Thomas Runkler

Tiny machine learning (TinyML) has gained widespread popularity where machine learning (ML) is democratized on ubiquitous microcontrollers, processing sensor data everywhere in real-time. To manage TinyML in the industry…

BenchmarkingBIG-bench Machine LearningManagement

TiWS-iForest: Isolation Forest in Weakly Supervised and Tiny ML scenarios

2021-11-30 · Tommaso Barbariol, Gian Antonio Susto

Unsupervised anomaly detection tackles the problem of finding anomalies inside datasets without the labels availability; since data tagging is typically hard or expensive to obtain, such approaches have seen huge applica…

Anomaly DetectionUnsupervised Anomaly Detection