paper-with-me

홈 › Papers

DMamba: Decomposition-enhanced Mamba for Time Series Forecasting

2026-02-09 · Ruxuan Chen, Fang Sun arxiv

State Space Models (SSMs), particularly Mamba, have shown potential in long-term time series forecasting. However, existing Mamba-based architectures often struggle with datasets characterized by non-stationary patterns. A key observation from time series theory is that the statistical nature of inter-variable relationships differs fundamentally between the trend and seasonal components of a decomposed series. Trend relationships are often driven by a few common stochastic factors or long-run equilibria, suggesting that they reside on a lower-dimensional manifold. In contrast, seasonal relationships involve dynamic, high-dimensional interactions like phase shifts and amplitude co-movements, requiring more expressive modeling. In this paper, we propose DMamba, a novel forecasting model that explicitly aligns architectural complexity with this component-specific characteristic. DMamba employs seasonal-trend decomposition and processes the components with specialized, differentially complex modules: a variable-direction Mamba encoder captures the rich, cross-variable dynamics within the seasonal component, while a simple Multi-Layer Perceptron (MLP) suffices to learn from the lower-dimensional inter-variable relationships in the trend component. Extensive experiments on diverse datasets demonstrate that DMamba sets a new state-of-the-art (SOTA), consistently outperforming both recent Mamba-based architectures and leading decomposition-based models.

📄 PDF Abstract BibTeX arXiv:2602.09081

Code (0)

등록된 구현이 없습니다.

Tasks

Time Series Forecasting

Similar Papers 제목 키워드 기반

FLDmamba: Integrating Fourier and Laplace Transform Decomposition with Mamba for Enhanced Time Series Prediction

2025-07-17 · Qianru Zhang, Chenglei Yu, Haixin Wang, Yudong Yan 외 arxiv

Time series prediction, a crucial task across various domains, faces significant challenges due to the inherent complexities of time series data, including non-stationarity, multi-scale periodicity, and transient dynamic…

Time Series Prediction

MedMamba: Recasting Mamba for Medical Time Series Classification

2026-04-17 · ZhengXiao He, Huayu Li, Xiwen Chen, Janet M Roveda 외 arxiv

Medical time series, such as electrocardiograms (ECG) and electroencephalograms (EEG), exhibit complex temporal dynamics and structured cross-channel dependencies, posing fundamental challenges for automated analysis. Co…

Time Series ClassificationTime Series Analysis

MedMamba: Multi-View State Space Models with Adaptive Graph Learning for Medical Time Series Classification

2026-05-24 · Da Zhang, Bingyu Li, Zhiyuan Zhao, Hongyuan Zhang 외 arxiv

Medical time series are central to healthcare, enabling continuous monitoring and supporting timely clinical decisions. Despite recent progress, existing methods struggle to jointly model local-global dynamics and handle…

Time Series ClassificationGraph Learning

Knowledge-Aware Mamba for Joint Change Detection and Classification from MODIS Times Series

2025-10-08 · Zhengsen Xu, Yimin Zhu, Zack Dewis, Mabel Heffring 외 arxiv

Although change detection using MODIS time series is critical for environmental monitoring, it is a highly challenging task due to key MODIS difficulties, e.g., mixed pixels, spatial-spectral-temporal information couplin…

Multi-Task LearningChange Detection

CDMamba: Incorporating Local Clues into Mamba for Remote Sensing Image Binary Change Detection

2024-06-06 · Haotian Zhang, Keyan Chen, Chenyang Liu, Hao Chen 외

Recently, the Mamba architecture based on state space models has demonstrated remarkable performance in a series of natural language processing tasks and has been rapidly applied to remote sensing change detection (CD) t…

Change DetectionMambaState Space Models