Treating Brain-inspired Memories as Priors for Diffusion Model to Forecast Multivariate Time Series
Muyao Wang, Wenchao Chen, Zhibin Duan, Bo Chen
TL;DR
This work tackles multivariate time series forecasting under limited past context by introducing a brain-inspired memory-augmented diffusion model (Bim-Diff). It pairwise merges semantic memory for general, recurring patterns with episodic memory for rare, event-like patterns, both shared across channels, as priors to a conditional diffusion framework guiding future predictions. Through memory recall/update mechanisms and a memory-conditioned denoising objective, the approach achieves state-of-the-art performance across eight real-world datasets and demonstrates improved efficiency via a simple MLP backbone and DDIM-based sampling. The memory modules also provide interpretable cross-channel correlations, enabling more robust and scalable forecasting in heterogeneous MTS settings.
Abstract
Forecasting Multivariate Time Series (MTS) involves significant challenges in various application domains. One immediate challenge is modeling temporal patterns with the finite length of the input. These temporal patterns usually involve periodic and sudden events that recur across different channels. To better capture temporal patterns, we get inspiration from humans' memory mechanisms and propose a channel-shared, brain-inspired memory module for MTS. Specifically, brain-inspired memory comprises semantic and episodic memory, where the former is used to capture general patterns, such as periodic events, and the latter is employed to capture special patterns, such as sudden events, respectively. Meanwhile, we design corresponding recall and update mechanisms to better utilize these patterns. Furthermore, acknowledging the capacity of diffusion models to leverage memory as a prior, we present a brain-inspired memory-augmented diffusion model. This innovative model retrieves relevant memories for different channels, utilizing them as distinct priors for MTS predictions. This incorporation significantly enhances the accuracy and robustness of predictions. Experimental results on eight datasets consistently validate the superiority of our approach in capturing and leveraging diverse recurrent temporal patterns across different channels.
