LGAIJan 20, 2024

TreeMIL: A Multi-instance Learning Framework for Time Series Anomaly Detection with Inexact Supervision

arXiv:2401.11235v110 citationsHas CodeICASSP
Originality Incremental advance
AI Analysis

It addresses the problem of detecting anomalies in time series for domains like healthcare and industry, where labels are scarce, by improving detection of collective anomalies, though it is incremental as it builds on existing multi-instance learning approaches.

The paper tackles time series anomaly detection with inexact supervision by proposing TreeMIL, a tree-based multi-instance learning framework that handles both point and collective anomalies, achieving an average 32.3% improvement in F1-score over state-of-the-art methods.

Time series anomaly detection (TSAD) plays a vital role in various domains such as healthcare, networks, and industry. Considering labels are crucial for detection but difficult to obtain, we turn to TSAD with inexact supervision: only series-level labels are provided during the training phase, while point-level anomalies are predicted during the testing phase. Previous works follow a traditional multi-instance learning (MIL) approach, which focuses on encouraging high anomaly scores at individual time steps. However, time series anomalies are not only limited to individual point anomalies, they can also be collective anomalies, typically exhibiting abnormal patterns over subsequences. To address the challenge of collective anomalies, in this paper, we propose a tree-based MIL framework (TreeMIL). We first adopt an N-ary tree structure to divide the entire series into multiple nodes, where nodes at different levels represent subsequences with different lengths. Then, the subsequence features are extracted to determine the presence of collective anomalies. Finally, we calculate point-level anomaly scores by aggregating features from nodes at different levels. Experiments conducted on seven public datasets and eight baselines demonstrate that TreeMIL achieves an average 32.3% improvement in F1- score compared to previous state-of-the-art methods. The code is available at https://github.com/fly-orange/TreeMIL.

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