Dual-Forecaster: A Multimodal Time Series Model Integrating Descriptive and Predictive Texts
Wenfa Wu, Guanyu Zhang, Zheng Tan, Yi Wang, Hongsheng Qi
TL;DR
Dual-Forecaster tackles information scarcity in time-series forecasting by fusing descriptive historical text and predictive textual cues with numerical series. It employs a dual-branch architecture (RoBERTa-based textual branch and PaLM-backed temporal branch) and three cross-modality alignment mechanisms to learn robust text–time relationships, with a forecast head that outputs Student's $T$ distribution parameters. The training objective combines ${\mathcal{L}}_{forecast}$ and ${\mathcal{L}}_{contrastive}$, formalized as ${\mathcal{L}}={\mathcal{L}}_{forecast}+{\mathcal{L}}_{contrastive}$, and forecasts are produced via $p(\mathbf{X}_{t:t+h} \mid \hat{\boldsymbol{\phi}})$ using the last token embedding. Across fifteen multimodal datasets, including synthetic, captioned-public, and real multimodal sets, the approach consistently matches or surpasses state-of-the-art baselines, with ablations confirming the complementary value of descriptively historical and predictive texts for forecasting.
Abstract
Most existing single-modal time series models rely solely on numerical series, which suffer from the limitations imposed by insufficient information. Recent studies have revealed that multimodal models can address the core issue by integrating textual information. However, these models focus on either historical or future textual information, overlooking the unique contributions each plays in time series forecasting. Besides, these models fail to grasp the intricate relationships between textual and time series data, constrained by their moderate capacity for multimodal comprehension. To tackle these challenges, we propose Dual-Forecaster, a pioneering multimodal time series model that combines both descriptively historical textual information and predictive textual insights, leveraging advanced multimodal comprehension capability empowered by three well-designed cross-modality alignment techniques. Our comprehensive evaluations on fifteen multimodal time series datasets demonstrate that Dual-Forecaster is a distinctly effective multimodal time series model that outperforms or is comparable to other state-of-the-art models, highlighting the superiority of integrating textual information for time series forecasting. This work opens new avenues in the integration of textual information with numerical time series data for multimodal time series analysis.
