TimeInteract 面向流式时间序列的实时交互模型发布
TimeInteract: Towards Real-Time Interactive Intelligence for Streaming Time Series
一个能在时间序列不断流入时边看边说话的模型,还能边回答边处理新数据,推理速度还快了 2.15 倍,做时序方向的朋友可以看看。
TimeInteract 提出了时间序列交互范式,模型可持续接收流式观测并自主决定何时响应,还能在生成回答的同时继续处理新数据。为实现这一点,论文设计了双视角流式编码器、响应触发控制机制和解耦式流式推理机制。作者构建了包含 34,588 个 episode 和 77,505 条响应的 StreamTSI-34K 数据集。在四个交互能力层级上,TimeInteract 全面超过现有 LLM、VLM 和时间序列语言模型,最高领先 23.92 分,推理速度最高提升 2.15 倍。
TimeInteract: Towards Real-Time Interactive Intelligence for Streaming Time Series
Real-world time series evolve continuously, with meaningful changes potentially emerging at any moment. However, existing time-series language models (TSLMs) remain inherently static. They either receive complete sequences for offline processing or alternate between streaming input and response generation, which prevents processing of new observations during interaction. We introduce a new regime, Time-Series Interaction: a model continuously perceives incoming time-series observations and user intent, autonomously decides when to remain silent or respond, and continues processing new observations during response generation. To realize this, we develop TimeInteract with three key designs: a dual-view streaming TS encoder that captures local variations and historical dynamics, a response control mechanism that learns when to trigger a response, and a decoupled streaming inference mechanism that separates control from response generation to avoid blocking subsequent observations. We further formulate a hierarchy of interaction capabilities, progressing from Understanding to Adaptivity. Based on this hierarchy, we construct StreamTSI-34K, a large-scale streaming TS interaction dataset with 34,588 episodes and 77,505 responses across synthetic and real-world time series in single- and multi-turn settings. Across all four interaction levels, TimeInteract consistently outperforms existing LLMs, VLMs, and TSLMs, with gains of up to 23.92 points on challenging tasks. It also improves response triggering while achieving near-zero stream stall and up to $2.15\times$ inference speedup.