paper-with-me

Papers

E2USD: Efficient-yet-effective Unsupervised State Detection for Multivariate Time Series

2024-02-21 · Zhichen Lai, Huan Li, Dalin Zhang, Yan Zhao, Weizhu Qian, Christian S. Jensen

Cyber-physical system sensors emit multivariate time series (MTS) that monitor physical system processes. Such time series generally capture unknown numbers of states, each with a different duration, that correspond to specific conditions, e.g., "walking" or "running" in human-activity monitoring. Unsupervised identification of such states facilitates storage and processing in subsequent data analyses, as well as enhances result interpretability. Existing state-detection proposals face three challenges. First, they introduce substantial computational overhead, rendering them impractical in resourceconstrained or streaming settings. Second, although state-of-the-art (SOTA) proposals employ contrastive learning for representation, insufficient attention to false negatives hampers model convergence and accuracy. Third, SOTA proposals predominantly only emphasize offline non-streaming deployment, we highlight an urgent need to optimize online streaming scenarios. We propose E2Usd that enables efficient-yet-accurate unsupervised MTS state detection. E2Usd exploits a Fast Fourier Transform-based Time Series Compressor (fftCompress) and a Decomposed Dual-view Embedding Module (ddEM) that together encode input MTSs at low computational overhead. Additionally, we propose a False Negative Cancellation Contrastive Learning method (fnccLearning) to counteract the effects of false negatives and to achieve more cluster-friendly embedding spaces. To reduce computational overhead further in streaming settings, we introduce Adaptive Threshold Detection (adaTD). Comprehensive experiments with six baselines and six datasets offer evidence that E2Usd is capable of SOTA accuracy at significantly reduced computational overhead.

📄 PDF Abstract BibTeX arXiv:2402.14041

Code (1)

ai4cts/e2usd 공식 구현 pytorch

Tasks

Contrastive LearningTime Series

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
MTS 설명 없음

Similar Papers 제목 키워드 기반

Ymir: A Supervised Ensemble Framework for Multivariate Time Series Anomaly Detection

2021-12-09 · Zhanxiang Zhao

We proposed a multivariate time series anomaly detection frame-work Ymir, which leverages ensemble learning and supervisedlearning technology to efficiently learn and adapt to anomaliesin real-world system applications. …

Anomaly DetectionEnsemble LearningTime SeriesTime Series Analysis+2

Physics-Informed Diffusion Models for Unsupervised Anomaly Detection in Multivariate Time Series

2025-08-15 · Juhi Soni, Markus Lange-Hegermann, Stefan Windmann arxiv

We propose an unsupervised anomaly detection approach based on a physics-informed diffusion model for multivariate time series data. Over the past years, diffusion model has demonstrated its effectiveness in forecasting,…

Unsupervised Anomaly Detection

GenAD: General Representations of Multivariate Time Series for Anomaly Detection

2021-01-01 · Xiaolei Hua, Su Wang, Lin Zhu, Dong Zhou 외

Anomaly Detection(AD) for multivariate time series is an active area in machine learning, with critical applications in Information Technology system management, Spacecraft Health monitoring, Multi-Robot Systems detectio…

Anomaly DetectionManagementTime SeriesTime Series Analysis+1

Neural Contextual Anomaly Detection for Time Series

2021-07-16 · Chris U. Carmona, François-Xavier Aubet, Valentin Flunkert, Jan Gasthaus

We introduce Neural Contextual Anomaly Detection (NCAD), a framework for anomaly detection on time series that scales seamlessly from the unsupervised to supervised setting, and is applicable to both univariate and multi…

Anomaly DetectionContextual Anomaly DetectionRepresentation LearningTime Series+1

Calibrated Unsupervised Anomaly Detection in Multivariate Time-series using Reinforcement Learning

2025-02-05 · Saba Sanami, Amir G. Aghdam

This paper investigates unsupervised anomaly detection in multivariate time-series data using reinforcement learning (RL) in the latent space of an autoencoder. A significant challenge is the limited availability of anom…

Anomaly DetectionReinforcement Learning (RL)Time SeriesUnsupervised Anomaly Detection