TiWS-iForest: Isolation Forest in Weakly Supervised and Tiny ML scenarios
Tommaso Barbariol, Gian Antonio Susto

TL;DR
TiWS-iForest introduces a weakly supervised adaptation of the Isolation Forest algorithm, improving its efficiency and performance for anomaly detection in resource-constrained TinyML environments.
Contribution
The paper proposes TiWS-iForest, a novel approach that leverages weak supervision to reduce complexity and enhance anomaly detection performance in TinyML scenarios.
Findings
TiWS-iForest outperforms standard Isolation Forest in low-resource settings.
The approach reduces memory and latency requirements.
Effective on real-world datasets.
Abstract
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 applicability in recent years. In this context, Isolation Forest is a popular algorithm able to define an anomaly score by means of an ensemble of peculiar trees called isolation trees. These are built using a random partitioning procedure that is extremely fast and cheap to train. However, we find that the standard algorithm might be improved in terms of memory requirements, latency and performances; this is of particular importance in low resources scenarios and in TinyML implementations on ultra-constrained microprocessors. Moreover, Anomaly Detection approaches currently do not take advantage of weak supervisions: being typically consumed in Decision Support Systems,…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Network Security and Intrusion Detection · Advanced Malware Detection Techniques
