paper-with-me

Papers

IMTS is Worth Time $\times$ Channel Patches: Visual Masked Autoencoders for Irregular Multivariate Time Series Prediction

2025-05-28 · Zhangyi Hu, Jiemin Wu, Hua Xu, Mingqian Liao, Ninghui Feng, Bo Gao, Songning Lai, Yutao Yue

Irregular Multivariate Time Series (IMTS) forecasting is challenging due to the unaligned nature of multi-channel signals and the prevalence of extensive missing data. Existing methods struggle to capture reliable temporal patterns from such data due to significant missing values. While pre-trained foundation models show potential for addressing these challenges, they are typically designed for Regularly Sampled Time Series (RTS). Motivated by the visual Mask AutoEncoder's (MAE) powerful capability for modeling sparse multi-channel information and its success in RTS forecasting, we propose VIMTS, a framework adapting Visual MAE for IMTS forecasting. To mitigate the effect of missing values, VIMTS first processes IMTS along the timeline into feature patches at equal intervals. These patches are then complemented using learned cross-channel dependencies. Then it leverages visual MAE's capability in handling sparse multichannel data for patch reconstruction, followed by a coarse-to-fine technique to generate precise predictions from focused contexts. In addition, we integrate self-supervised learning for improved IMTS modeling by adapting the visual MAE to IMTS data. Extensive experiments demonstrate VIMTS's superior performance and few-shot capability, advancing the application of visual foundation models in more general time series tasks. Our code is available at https://github.com/WHU-HZY/VIMTS.

📄 PDF Abstract BibTeX arXiv:2505.22815

Code (1)

whu-hzy/vimts 공식 구현 pytorch

Tasks

Missing ValuesSelf-Supervised LearningTime SeriesTime Series Prediction

Methods 이 논문이 사용한 방법론

MAE 설명 없음

Similar Papers 제목 키워드 기반

MTM: A Multi-Scale Token Mixing Transformer for Irregular Multivariate Time Series Classification

2025-09-22 · Shuhan Zhong, Weipeng Zhuo, Sizhe Song, Guanyao Li 외 arxiv

Irregular multivariate time series (IMTS) is characterized by the lack of synchronized observations across its different channels. In this paper, we point out that this channel-wise asynchrony can lead to poor channel-wi…

Time Series Classification

Learning Recursive Multi-Scale Representations for Irregular Multivariate Time Series Forecasting

2026-02-25 · Boyuan Li, Zhen Liu, Yicheng Luo, Qianli Ma arxiv

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 depende…

Multivariate Time Series Forecasting

Bridging Time and Frequency: A Joint Modeling Framework for Irregular Multivariate Time Series Forecasting

2026-01-31 · Xiangfei Qiu, Kangjia Yan, Xvyuan Liu, Xingjian Wu 외 arxiv

Irregular multivariate time series forecasting (IMTSF) is challenging due to non-uniform sampling and variable asynchronicity. These irregularities violate the equidistant assumptions of standard models, hindering local …

Multivariate Time Series Forecasting

Revitalizing Canonical Pre-Alignment for Irregular Multivariate Time Series Forecasting

2025-08-04 · Ziyu Zhou, Yiming Huang, Yanyun Wang, Yuankai Wu 외 arxiv

Irregular multivariate time series (IMTS), characterized by uneven sampling and inter-variate asynchrony, fuel many forecasting applications yet remain challenging to model efficiently. Canonical Pre-Alignment (CPA) has …

Multivariate Time Series Forecasting

Probabilistic Circuits for Irregular Multivariate Time Series Forecasting

2026-04-30 · Christian Klötergens, Vijaya Krishna Yalavarthi, Lars Schmidt-Thieme arxiv

Joint probabilistic modeling is essential for forecasting irregular multivariate time series (IMTS) to accurately quantify uncertainty. Existing approaches often struggle to balance model expressivity with consistent mar…

Multivariate Time Series ForecastingDensity Estimation