DiM-TS: Bridge the Gap between Selective State Space Models and Time Series for Generative Modeling
Zihao Yao, Jiankai Zuo, Yaying Zhang
TL;DR
DiM-TS presents a diffusion-based framework that bridges selective State Space Models with time-series generation. By introducing Lag Fusion Mamba for temporal denoising and Permutation Scanning Mamba for channel denoising, it unifies with the original Mamba under a matrix multiplication view, enabling explicit modeling of periodicity and inter-channel dependencies. Through a dual-branch encoder-decoder architecture and multi-feature losses, DiM-TS achieves superior fidelity across multiple public datasets and maintains performance on longer sequences. The approach offers a principled, scalable path for privacy-preserving, high-quality time-series synthesis with strong practical implications for downstream forecasting and analysis.
Abstract
Time series data plays a pivotal role in a wide variety of fields but faces challenges related to privacy concerns. Recently, synthesizing data via diffusion models is viewed as a promising solution. However, existing methods still struggle to capture long-range temporal dependencies and complex channel interrelations. In this research, we aim to utilize the sequence modeling capability of a State Space Model called Mamba to extend its applicability to time series data generation. We firstly analyze the core limitations in State Space Model, namely the lack of consideration for correlated temporal lag and channel permutation. Building upon the insight, we propose Lag Fusion Mamba and Permutation Scanning Mamba, which enhance the model's ability to discern significant patterns during the denoising process. Theoretical analysis reveals that both variants exhibit a unified matrix multiplication framework with the original Mamba, offering a deeper understanding of our method. Finally, we integrate two variants and introduce Diffusion Mamba for Time Series (DiM-TS), a high-quality time series generation model that better preserves the temporal periodicity and inter-channel correlations. Comprehensive experiments on public datasets demonstrate the superiority of DiM-TS in generating realistic time series while preserving diverse properties of data.
