Search papers, labs, and topics across Lattice.
The paper introduces ReIMTS, a novel approach for irregular multivariate time series (IMTS) forecasting that avoids resampling and preserves original timestamps to capture sampling pattern information. ReIMTS recursively splits each sample into subsamples with progressively shorter time periods, enabling the capture of multi-scale dependencies without altering the original timestamps. The method employs an irregularity-aware representation fusion mechanism to capture global-to-local dependencies, achieving a 27.1% average performance improvement in forecasting across various models and real-world datasets.
Ditch the resampling: ReIMTS forecasts irregular time series 27% better by recursively splitting data and preserving original timestamps, unlocking crucial sampling pattern information.
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 https://github.com/Ladbaby/PyOmniTS.