用影响函数生成真实时间序列异常,解决未知异常检测难题
IMPACT: Influence Modeling for Open-Set Time Series Anomaly Detection
- 基于影响函数分析训练样本重要性,生成语义合理异常
- 在污染数据下仍保持高精度,优于现有方法
- 适合处理含未见异常的时间序列场景
开集异常检测(OSAD)旨在利用有限的已知异常标注数据,在测试阶段识别已知和未知异常。现有方法依赖简单增强生成伪异常,但在时间序列中因无法保留序列特性,常产生虚假或不合理异常模式,且在训练数据含未标记异常时表现不佳。本文提出IMPACT框架,通过学习影响函数精准估计每个训练样本对模型的影响,并据此生成语义上与正常数据差异明显但形态真实的未知异常;同时将高影响样本重用于异常去噪。大量实验表明,IMPACT在不同开集设置和污染率下均显著优于现有最先进方法。代码已开源。
原文摘要 · Abstract (English)
Open-set anomaly detection (OSAD) is an emerging paradigm designed to utilize limited labeled data from anomaly classes seen in training to identify both seen and unseen anomalies during testing. Current approaches rely on simple augmentation methods to generate pseudo anomalies that replicate unseen anomalies. Despite being promising in image data, these methods are found to be ineffective in time series data due to the failure to preserve its sequential nature, resulting in trivial or unrealistic anomaly patterns. They are further plagued when the training data is contaminated with unlabeled anomalies. This work introduces $\textbf{IMPACT}$, a novel framework that leverages $\underline{\textbf{i}}$nfluence $\underline{\textbf{m}}$odeling for o$\underline{\textbf{p}}$en-set time series $\underline{\textbf{a}}$nomaly dete$\underline{\textbf{ct}}$ion, to tackle these challenges. The key insight is to $\textbf{i)}$ learn an influence function that can accurately estimate the impact of individual training samples on the modeling, and then $\textbf{ii)}$ leverage these influence scores to generate semantically divergent yet realistic unseen anomalies for time series while repurposing high-influential samples as supervised anomalies for anomaly decontamination. Extensive experiments show that IMPACT significantly outperforms existing state-of-the-art methods, showing superior accuracy under varying OSAD settings and contamination rates. Code is available at https://github.com/mala-lab/IMPACT.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。