菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-25
📄 Abstract - Learning Recursive Multi-Scale Representations for Irregular Multivariate Time Series Forecasting

Irregular Multivariate Time Series (IMTS) are characterized by uneven intervals between consecutive timestamps, which carry sampling pattern information valuable and informative for learning temporal and variable dependencies. In addition, IMTS often exhibit diverse dependencies across multiple time scales. However, many existing multi-scale IMTS methods use resampling to obtain the coarse series, which can alter the original timestamps and disrupt the sampling pattern information. To address the challenge, we propose ReIMTS, a Recursive multi-scale modeling approach for Irregular Multivariate Time Series forecasting. Instead of resampling, ReIMTS keeps timestamps unchanged and recursively splits each sample into subsamples with progressively shorter time periods. Based on the original sampling timestamps in these long-to-short subsamples, an irregularity-aware representation fusion mechanism is proposed to capture global-to-local dependencies for accurate forecasting. Extensive experiments demonstrate an average performance improvement of 27.1\% in the forecasting task across different models and real-world datasets. Our code is available at this https URL.

顶级标签: machine learning model training data
详细标签: time series forecasting irregular multivariate data multi-scale representations representation fusion recursive modeling 或 搜索:

学习用于不规则多元时间序列预测的递归多尺度表示 / Learning Recursive Multi-Scale Representations for Irregular Multivariate Time Series Forecasting


1️⃣ 一句话总结

本文提出了一种名为ReIMTS的新方法,它通过递归分割时间序列并保留原始时间戳来捕捉多尺度依赖关系,从而在不规则多元时间序列预测任务中显著提升了模型的准确性。

源自 arXiv: 2602.21498