Multimodal Conditioned Diffusive Time Series Forecasting
Chen Su, Yuanhe Tian, Yan Song
TL;DR
The paper addresses the challenge of forecasting time series by leveraging multimodal information. It introduces MCD-TSF, a diffusion-based framework that conditions forecasts on historical series $\mathcal{X}$, timestamps $\mathcal{U}$, and textual descriptions $\mathcal{E}$, implemented through a $K$-step denoising process and guided by classifier-free guidance to balance modalities. Key contributions include (i) a multimodal encoder, (ii) Transformer-based fusion layers with Timestamp-Assisted Attention (TAA) and Text-Time Fusion (TTF), and (iii) an adaptive output fusion mechanism that combines timestamp- and text-conditioned predictions, achieving state-of-the-art performance across eight real-world domains. The results demonstrate improved predictive accuracy and robustness to textual noise, offering uncertainty-aware forecasts and scalable multimodal TSF with practical impact across diverse sectors.
Abstract
Diffusion models achieve remarkable success in processing images and text, and have been extended to special domains such as time series forecasting (TSF). Existing diffusion-based approaches for TSF primarily focus on modeling single-modality numerical sequences, overlooking the rich multimodal information in time series data. To effectively leverage such information for prediction, we propose a multimodal conditioned diffusion model for TSF, namely, MCD-TSF, to jointly utilize timestamps and texts as extra guidance for time series modeling, especially for forecasting. Specifically, Timestamps are combined with time series to establish temporal and semantic correlations among different data points when aggregating information along the temporal dimension. Texts serve as supplementary descriptions of time series' history, and adaptively aligned with data points as well as dynamically controlled in a classifier-free manner. Extensive experiments on real-world benchmark datasets across eight domains demonstrate that the proposed MCD-TSF model achieves state-of-the-art performance.
