菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-07-02
📄 Abstract - Fast and Accurate Anomaly Detection in Time Series

Anomaly detection is a critical and evolving field in Machine Learning, with applications targeting different domains such as cybersecurity, finance, healthcare, manufacturing and IoT (Internet of Things) systems. Traditionally, anomaly detection algorithms have been designed using both supervised and unsupervised learning paradigms. The fundamental challenge in real-world anomaly detection scenarios is related to the inherent class imbalance (anomalies are typically rare) and, for supervised methods, to the scarcity of labelled anomalous data. Indeed, labelling is both expensive and time-consuming. Conversely unsupervised methods do not require labelling, but may suffer from high false positive rates when deployed in safety-critical applications. In this work we introduce a novel unsupervised algorithm for anomaly detection in time series based on the Haar discrete wavelet and a suitably designed $t$-test. We establish the theoretical foundation of the proposed $t$-test and, through extensive experimentation across 343 datasets, demonstrate that our algorithm outperforms state-of-the-art unsupervised and self-supervised benchmarks.

顶级标签: machine learning time series
详细标签: anomaly detection unsupervised learning haar wavelet t-test benchmark 或 搜索:

时间序列中快速且准确的异常检测 / Fast and Accurate Anomaly Detection in Time Series


1️⃣ 一句话总结

本文提出了一种基于哈尔离散小波变换和专门设计的t检验的无监督时间序列异常检测算法,理论扎实且经过343个数据集验证,在性能上超越了现有无监督与自监督方法。

源自 arXiv: 2607.02046