让时间序列分割记住用户历史反馈,提升标注稀疏下的准确性
Perseus: Interactive Time Series Segmentation with Sparse Supervision via Stateful Memory
- 用可持久记忆库异步存储用户标注,跨空白段保持上下文
- 在多粒度场景下准确率最高提升85%,优于无记忆的局部方法
- 适合需要交互式修正的工业/医疗时间序列分析场景
真实世界系统(如工业制造、可穿戴医疗)生成具有多层次状态的多变量时间序列。与零样本或少样本分割不同,本研究使用密集状态标签进行模型训练,仅通过稀疏专家提示在推理时修正特定片段中的歧义,无需重新训练。实际中,这些提示集中于选定事件或状态转换处,导致大部分时间轴未被标注。现有基于滑动窗口的基线方法对用户交互历史无记忆能力,仅依赖当前窗口内信息。为此,我们提出Perseus(带用户监督的持久化分割)框架,将处理模式从同步转为异步状态管理。Perseus采用写-读分离架构:用户分组提示被异步编码至持久记忆库(写入),推理引擎则主动查询该记忆库以服务未提示窗口。这一机制通过全局交互历史而非局部输入来指导预测,弥合标注间隙。六组数据集上的实验表明,在分组监督下,对比基线性能显著下降,而Perseus保持鲁棒性,多粒度设置下准确率最高提升85%。代码与预处理说明见https://github.com/blacksnail789521/Perseus。
原文摘要 · Abstract (English)
Real-world systems, ranging from industrial manufacturing to wearable healthcare, generate multivariate time series with hierarchical states ranging from coarse regimes to fine-grained events. Unlike zero- or few-shot segmentation, our setting uses dense state labels for model training. Sparse expert prompts provide inference-time corrections that resolve sequence-specific ambiguities without retraining. In practice, this feedback is grouped around selected events or transitions, leaving large portions of the timeline unprompted. The prompt-based sliding-window baselines evaluated here are stateless with respect to user interaction history: they use guidance only within the current window and cannot retain it across these gaps. To address this, we propose Perseus (Persistent Segmentation with User Supervision), a framework that transitions from synchronous processing to asynchronous state management. Perseus decouples supervision from inference via a distinct Write-Read architecture: grouped user cues are asynchronously encoded into a persistent memory bank (Write), which is then actively queried by the inference engine (Read) to service unprompted windows. This mechanism bridges supervision gaps by conditioning predictions on a global history of interactions rather than solely on local inputs. Extensive experiments on six datasets demonstrate that while evaluated stateless prompting baselines degrade significantly under grouped supervision, Perseus maintains robustness and achieves up to 85% accuracy improvement in multi-granularity settings. Code and preprocessing instructions are available at https://github.com/blacksnail789521/Perseus.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。