LGAPMLSep 19, 2024

Towards Unbiased Evaluation of Time-series Anomaly Detector

arXiv:2409.13053v12 citationsh-index: 6
Originality Incremental advance
AI Analysis

This addresses a methodological issue for researchers and practitioners in time-series anomaly detection, offering a more reliable evaluation framework.

The paper tackles the problem of biased evaluation in time-series anomaly detection by proposing Balanced point adjustment (BA), an alternative to existing heuristic methods that overestimate performance, providing fairness guarantees through axiomatic definitions.

Time series anomaly detection (TSAD) is an evolving area of research motivated by its critical applications, such as detecting seismic activity, sensor failures in industrial plants, predicting crashes in the stock market, and so on. Across domains, anomalies occur significantly less frequently than normal data, making the F1-score the most commonly adopted metric for anomaly detection. However, in the case of time series, it is not straightforward to use standard F1-score because of the dissociation between `time points' and `time events'. To accommodate this, anomaly predictions are adjusted, called as point adjustment (PA), before the $F_1$-score evaluation. However, these adjustments are heuristics-based, and biased towards true positive detection, resulting in over-estimated detector performance. In this work, we propose an alternative adjustment protocol called ``Balanced point adjustment'' (BA). It addresses the limitations of existing point adjustment methods and provides guarantees of fairness backed by axiomatic definitions of TSAD evaluation.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes