UniDiff: A Unified Diffusion Framework for Multimodal Time Series Forecasting
Da Zhang, Bingyu Li, Zhuyuan Zhao, Junyu Gao, Feiping Nie, Xuelong Li
TL;DR
UniDiff tackles multimodal time series forecasting by introducing a unified diffusion framework that fuses numeric sequences, textual context, and timestamps through a parallel cross-attention fusion module. It tokenizes time series into patches, employs a three-branch encoders + fusion head, and adds a decoupled classifier-free guidance mechanism for independent control over text and timestamp conditioning. Empirical results across eight real-world datasets report state-of-the-art performance with strong robustness and favorable efficiency, significantly outperforming prior unimodal and multimodal baselines. The work highlights the value of flexible cross-modal integration and controllable conditioning for context-aware, probabilistic forecasting in diverse domains.
Abstract
As multimodal data proliferates across diverse real-world applications, leveraging heterogeneous information such as texts and timestamps for accurate time series forecasting (TSF) has become a critical challenge. While diffusion models demonstrate exceptional performance in generation tasks, their application to TSF remains largely confined to modeling single-modality numerical sequences, overlooking the abundant cross-modal signals inherent in complex heterogeneous data. To address this gap, we propose UniDiff, a unified diffusion framework for multimodal time series forecasting. To process the numerical sequence, our framework first tokenizes the time series into patches, preserving local temporal dynamics by mapping each patch to an embedding space via a lightweight MLP. At its core lies a unified and parallel fusion module, where a single cross-attention mechanism adaptively weighs and integrates structural information from timestamps and semantic context from texts in one step, enabling a flexible and efficient interplay between modalities. Furthermore, we introduce a novel classifier-free guidance mechanism designed for multi-source conditioning, allowing for decoupled control over the guidance strength of textual and temporal information during inference, which significantly enhances model robustness. Extensive experiments on real-world benchmark datasets across eight domains demonstrate that the proposed UniDiff model achieves state-of-the-art performance.
