paper-with-me

Papers

Window Size Selection in Unsupervised Time Series Analytics: A Review and Benchmark

2023-02-04 · Advanced Analytics and Learning on Temporal Data 2023 2 · Arik Ermshaus, Patrick Schäfer, Ulf Leser

Time series (TS) are sequences of values ordered in time. Such TS have in common, that important insights from the data can be drawn by inspecting local substructures, and not the recordings as a whole. ECG recordings, for instance, are characterized by normal or anomalous heartbeats that repeat themselves often within a longer TS. As such, many state-of-the-art time series data mining (TSDM) methods characterize TS by inspecting local substructures. The window size for extracting such subsequences is a crucial hyper-parameter, and setting an inappropriate value results in poor TSDM results. Finding the optimal window size has remained to be one of the most challenging tasks in TSDM domains, where no domain-agnostic method is known for learning the window size. We provide, for the first time, a systematic survey and experimental study of 6 TS window size selection (WSS) algorithms on three diverse TSDM tasks, namely anomaly detection, segmentation and motif discovery, using state-of-the art TSDM algorithms and benchmarks. We found that WSS methods are competitive with or even surpass human annotations, if an interesting or anomalous pattern can be attributed to (changes in) the period. That is because current WSS methods aim at finding the period length of data sets. This assumption is mostly true for segmentation or anomaly detection, by definition. In the case of motif discovery, however, the results were mixed. Motifs can be independent of a period, but repeat themselves unusually often. In this domain, WSS fails and more research is needed.

📄 PDF Abstract BibTeX

Code (2)

ermshaua/window-size-selection 공식 구현
ermshaua/claspy

Tasks

Anomaly DetectionChange Point DetectionHyperparameter OptimizationSemantic SegmentationTime SeriesTime Series AnalysisTime Series Anomaly Detection

Similar Papers 제목 키워드 기반

DEGAN: Time Series Anomaly Detection using Generative Adversarial Network Discriminators and Density Estimation

2022-10-05 · Yueyan Gu, Farrokh Jazizadeh

Developing efficient time series anomaly detection techniques is important to maintain service quality and provide early alarms. Generative neural network methods are one class of the unsupervised approaches that are ach…

Anomaly DetectionDensity EstimationGenerative Adversarial NetworkModel Selection+3

Beyond Empirical Windowing: An Attention-Based Approach for Trust Prediction in Autonomous Vehicles

2023-12-15 · Minxue Niu, Zhaobo Zheng, Kumar Akash, Teruhisa Misu

Humans' internal states play a key role in human-machine interaction, leading to the rise of human state estimation as a prominent field. Compared to swift state changes such as surprise and irritation, modeling gradual …

Autonomous VehiclesState EstimationTime Series

Fast Automatic Feature Selection for Multi-Period Sliding Window Aggregate in Time Series

2020-12-02 · Rui An, Xingtian Shi, Baohan Xu

As one of the most well-known artificial feature sampler, the sliding window is widely used in scenarios where spatial and temporal information exists, such as computer vision, natural language process, data stream, and …

feature selectionTime SeriesTime Series Analysis

CARLA: Self-supervised Contrastive Representation Learning for Time Series Anomaly Detection

2023-08-18 · Zahra Zamanzadeh Darban, Geoffrey I. Webb, Shirui Pan, Charu C. Aggarwal 외

One main challenge in time series anomaly detection (TSAD) is the lack of labelled data in many real-life scenarios. Most of the existing anomaly detection methods focus on learning the normal behaviour of unlabelled tim…

Anomaly DetectionContrastive LearningRepresentation LearningTime Series+1

On the clustering behavior of sliding windows

2025-03-18 · Boris Alexeev, Wenyan Luo, Dustin G. Mixon, Yan X Zhang

Things can go spectacularly wrong when clustering timeseries data that has been preprocessed with a sliding window. We highlight three surprising failures that emerge depending on how the window size compares with the ti…

Clustering