arXiv:2510.16161cs.LGstat.ML2025-10被引 1

简单高效的RNN模型在不规则时间序列预测中仍具竞争力

Still Competitive: Revisiting Recurrent Models for Irregular Time Series Prediction

  • 用指数基函数构建门控递归单元,支持连续时间预测
  • 在多个真实数据集上表现优于或媲美最新SOTA方法
  • 实现简单、调参少、部署计算开销低,适合实际应用

不规则采样多变量时间序列建模在医疗和传感器网络等领域长期面临挑战。尽管近期研究提出了多种复杂学习架构来解决此类问题,但这些架构的真实优势尚不明确,且更简单高效的基于RNN的算法是否仍具竞争力仍不清楚。本文提出GRUwE:一种基于门控循环单元与指数基函数的模型,适用于不规则时间点观测。GRUwE支持连续时间下的回归与事件预测,通过维护马尔可夫状态表示,随新观测到达而更新。其状态更新依赖两类重置机制:(i)由观测触发的重置以反映新信息;(ii)由可学习指数衰减驱动的时间触发重置,支持连续时间预测。在多个真实世界基准上的实验表明,GRUwE在下一次观测与下一次事件预测任务中均能达到或超越当前最先进方法的性能。得益于其简洁性,GRUwE易于实现,超参数调优少,显著降低在线部署计算开销。

原文摘要 · Abstract (English)

Modeling irregularly sampled multivariate time series is a persistent challenge in domains like healthcare and sensor networks. While recent works have explored a variety of complex learning architectures to solve the prediction problems for irregularly sampled time series, it remains unclear what the true benefits of some of these architectures are, and whether clever modifications of simpler and more efficient RNN-based algorithms are still competitive, i.e. they are on par with or even superior to these methods. In this work, we propose and study GRUwE: Gated Recurrent Unit with Exponential basis functions, that builds upon RNN-based architectures for observations made at irregular times. GRUwE supports both regression-based and event-based predictions in continuous time. GRUwE works by maintaining a Markov state representation of the time series that updates with the arrival of irregular observations. The Markov state update relies on two reset mechanisms: (i) observation-triggered reset to account for the new observation, and (ii) time-triggered reset that relies on learnable exponential decays, to support the predictions in continuous time. Our empirical evaluations across several real-world benchmarks on next-observation and next-event prediction tasks demonstrate that GRUwE can indeed achieve competitive or superior performance compared to the recent state-of-the-art (SOTA) methods. Thanks to its simplicity, GRUwE offers compelling advantages: it is easy to implement, requires minimal hyper-parameter tuning efforts, and significantly reduces the computational overhead in the online deployment.

时间序列RNN不规则采样连续时间

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。