arXiv:2504.01783cs.LGcs.AI2025-04被引 3

用自监督方法提升无标注时间序列的状态检测精度。

CLaP -- State Detection from Time Series

  • 通过交叉验证分类器判断片段是否来自同一状态。
  • 在405条时间序列上比6个先进方法更精准,且速度快。
  • 适合需要高效分析大规模传感器数据的研究者。

机器、智能设备和环境产生的传感器数据日益增多,形成大量高分辨率、未标注的时间序列(TS)。这些数据记录了物理现象的隐含状态及其转换,可建模为抽象过程。无监督地定位和识别这些状态及转换称为时间序列状态检测(TSSD)。现有方法依赖经典无监督学习直接从特征空间推断状态归属,预测能力受限于监督学习。本文提出CLaP,一种高精度、高效的新型无监督TSSD算法。它利用时间序列分类的预测能力,在无监督设置下通过新颖的自监督机制判断数据片段是否源自同一状态。具体而言,CLaP对带标签子序列的分类器进行交叉验证,量化片段间的混淆程度;若合并高混淆片段能提升整体分类质量,则将其归为同一隐含状态。我们在五个基准上的405条时间序列上进行了实验评估,结果表明CLaP在状态检测精度上显著优于六种先进方法,同时实现最佳准确率-运行时间权衡,并具备处理大规模时间序列的可扩展性。我们提供了Python实现,可直接集成到时间序列分析工作流中。

原文摘要 · Abstract (English)

The ever-growing amount of sensor data from machines, smart devices, and the environment leads to an abundance of high-resolution, unannotated time series (TS). These recordings encode recognizable properties of latent states and transitions from physical phenomena that can be modelled as abstract processes. The unsupervised localization and identification of these states and their transitions is the task of time series state detection (TSSD). Current TSSD algorithms employ classical unsupervised learning techniques, to infer state membership directly from feature space. This limits their predictive power, compared to supervised learning methods, which can exploit additional label information. We introduce CLaP, a new, highly accurate and efficient algorithm for TSSD. It leverages the predictive power of time series classification for TSSD in an unsupervised setting by applying novel self-supervision techniques to detect whether data segments emerge from the same state. To this end, CLaP cross-validates a classifier with segment-labelled subsequences to quantify confusion between segments. It merges labels from segments with high confusion, representing the same latent state, if this leads to an increase in overall classification quality. We conducted an experimental evaluation using 405 TS from five benchmarks and found CLaP to be significantly more precise in detecting states than six state-of-the-art competitors. It achieves the best accuracy-runtime tradeoff and is scalable to large TS. We provide a Python implementation of CLaP, which can be deployed in TS analysis workflows.

时间序列状态检测自监督无监督学习

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。