论文精选

论文提出用LLM生成时序异常检测特征池,在公开数据集上超越神经网络和统计模型

LLM-Generated Feature Pools for Time Series Anomaly Detection

精选理由

这篇论文分享了一个很巧妙的思路,用LLM来生成时序异常检测的特征池,效果比传统方法好,还公开了代码。

研究统计管道在单变量时间序列异常检测中的表现,在TSB-AD-U数据集上达到0.529的VUS-PR分数,超过最佳神经网络(0.45)和统计模型(0.44)。通过提示多模态LLM为不同领域生成特征池,最终将分数提升至0.588,匹配了排行榜最佳成绩。

原文 · arXiv cs.AI

LLM-Generated Feature Pools for Time Series Anomaly Detection

We study how far a simple statistical pipeline can go on univariate time series anomaly detection under a strict selection protocol. The method extracts a small pool of statistics over sliding windows, scores each window with a transductive robust (MAD) model, and selects a feature subset per domain on a held-out tuning split. On TSB-AD-U it reaches $0.529$ per-series VUS-PR, above the best neural ($0.45$) and statistical ($0.44$) entries on the public leaderboard and within $0.06$ of the strongest pretrained foundation model, several of which use more supervision than ours. Ablations locate the cause: across three selection strategies and a hindsight oracle the score moves by $0.031$, and across the aggregation grid by $0.096$, while changing the candidate pool moves it by $0.226$. The candidate pool sets the ceiling; the search over it is second-order. We therefore generate a pool per domain by prompting a multimodal LLM with in-context example windows from that domain. The generated pools match the hand-crafted one under matched selection, and the two cover different domains: selecting over their union improves on the generated pool in all twelve generator-seed pairs and lifts the pipeline to $0.588$, matching the performance of the best entry on the leaderboard.