paper-with-me

Papers

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

2024-01-20 · Chen Liu, Shibo He, Haoyu Liu, Shizhong Li

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.

📄 PDF Abstract BibTeX arXiv:2401.11235

Code (1)

fly-orange/treemil 공식 구현 pytorch

Tasks

Anomaly DetectionTime SeriesTime Series Anomaly Detection

Similar Papers 제목 키워드 기반

Instance-wise Graph-based Framework for Multivariate Time Series Forecasting

2021-09-14 · Wentao Xu, Weiqing Liu, Jiang Bian, Jian Yin 외

The multivariate time series forecasting has attracted more and more attention because of its vital role in different fields in the real world, such as finance, traffic, and weather. In recent years, many research effort…

Multivariate Time Series ForecastingTime SeriesTime Series AnalysisTime Series Forecasting

Relational Multi-Instance Learning for Concept Annotation from Medical Time Series

2018-01-01 · ICLR 2018 1 · Sanjay Purushotham, Zhengping Che, Bo Jiang, Tanachat Nilanon 외

Recent advances in computing technology and sensor design have made it easier to collect longitudinal or time series data from patients, resulting in a gigantic amount of available medical data. Most of the medical time …

Time SeriesTime Series Analysis

UniCast: A Unified Framework for Instance-Conditioned Multimodal Time-Series Forecasting

2025-08-16 · Sehyuk Park, Soyeon Caren Han, Eduard Hovy arxiv

Time series forecasting underpins applications in finance, healthcare, and environmental monitoring. Despite the success of Time Series Foundation Models (TSFMs), existing approaches operate in a unimodal setting and rel…

Time Series Forecasting

An Active Learning Framework with a Class Balancing Strategy for Time Series Classification

2024-05-20 · Shemonto Das

Training machine learning models for classification tasks often requires labeling numerous samples, which is costly and time-consuming, especially in time series analysis. This research investigates Active Learning (AL) …

Active LearningClassificationFault DetectionTexture Classification+3

Time-Series Contrastive Learning against False Negatives and Class Imbalance

2023-12-19 · Xiyuan Jin, Jing Wang, Lei Liu, Youfang Lin

As an exemplary self-supervised approach for representation learning, time-series contrastive learning has exhibited remarkable advancements in contemporary research. While recent contrastive learning strategies have foc…

Contrastive LearningRepresentation LearningTime Series