用短片段学习时间序列异常,轻量高效还更准。
PaAno: Patch-Based Representation Learning for Time-Series Anomaly Detection
- 将时间序列切为小片段,用1D卷积提取特征向量。
- 在TSB-AD上超越现有方法,多指标表现最优。
- 适合实时或资源受限场景,模型轻量易部署。
尽管近期时间序列异常检测研究越来越多地采用大型神经网络架构(如Transformer和基础模型),但其计算开销和内存占用过高,难以应用于实时或资源受限场景。同时,在严格的评估协议下,这些方法往往未能显著优于简单方法。本文提出一种轻量高效的片段化表征学习方法PaAno,通过从训练数据中提取短时序片段,并使用一维卷积神经网络将其嵌入为向量表示。模型采用三元组损失与预训练损失联合训练,确保嵌入捕捉输入片段中的有效时序模式。推理阶段,通过比较当前时间步周围片段的嵌入与训练集中正常片段的嵌入,计算异常得分。在TSB-AD基准测试中,PaAno在单变量与多变量时间序列异常检测任务上均达到最先进性能,显著优于基于重型架构的现有方法,涵盖多种范围度量与点级度量。
原文摘要 · Abstract (English)
Although recent studies on time-series anomaly detection have increasingly adopted ever-larger neural network architectures such as transformers and foundation models, they incur high computational costs and memory usage, making them impractical for real-time and resource-constrained scenarios. Moreover, they often fail to demonstrate significant performance gains over simpler methods under rigorous evaluation protocols. In this study, we propose Patch-based representation learning for time-series Anomaly detection (PaAno), a lightweight yet effective method for fast and efficient time-series anomaly detection. PaAno extracts short temporal patches from time-series training data and uses a 1D convolutional neural network to embed each patch into a vector representation. The model is trained using a combination of triplet loss and pretext loss to ensure the embeddings capture informative temporal patterns from input patches. During inference, the anomaly score at each time step is computed by comparing the embeddings of its surrounding patches to those of normal patches extracted from the training time-series. Evaluated on the TSB-AD benchmark, PaAno achieved state-of-the-art performance, significantly outperforming existing methods, including those based on heavy architectures, on both univariate and multivariate time-series anomaly detection across various range-wise and point-wise performance measures.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。