paper-with-me

홈 › Papers

A Mamba Foundation Model for Time Series Forecasting

2024-11-05 · Haoyu Ma, Yushu Chen, Wenlai Zhao, Jinzhe Yang, Yingsheng Ji, Xinghua Xu, Xiaozhu Liu, Hao Jing, Shengzhuo Liu, Guangwen Yang

Time series foundation models have demonstrated strong performance in zero-shot learning, making them well-suited for predicting rapidly evolving patterns in real-world applications where relevant training data are scarce. However, most of these models rely on the Transformer architecture, which incurs quadratic complexity as input length increases. To address this, we introduce TSMamba, a linear-complexity foundation model for time series forecasting built on the Mamba architecture. The model captures temporal dependencies through both forward and backward Mamba encoders, achieving high prediction accuracy. To reduce reliance on large datasets and lower training costs, TSMamba employs a two-stage transfer learning process that leverages pretrained Mamba LLMs, allowing effective time series modeling with a moderate training set. In the first stage, the forward and backward backbones are optimized via patch-wise autoregressive prediction; in the second stage, the model trains a prediction head and refines other components for long-term forecasting. While the backbone assumes channel independence to manage varying channel numbers across datasets, a channel-wise compressed attention module is introduced to capture cross-channel dependencies during fine-tuning on specific multivariate datasets. Experiments show that TSMamba's zero-shot performance is comparable to state-of-the-art time series foundation models, despite using significantly less training data. It also achieves competitive or superior full-shot performance compared to task-specific prediction models. The code will be made publicly available.

📄 PDF Abstract BibTeX arXiv:2411.02941

Code (0)

등록된 구현이 없습니다.

Tasks

MambamodelPredictionTime SeriesTime Series ForecastingTransfer LearningZero-Shot Learning

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Attention 설명 없음
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Mamba4Cast: Efficient Zero-Shot Time Series Forecasting with State Space Models

2024-10-12 · Sathya Kamesh Bhethanabhotla, Omar Swelam, Julien Siems, David Salinas 외

This paper introduces Mamba4Cast, a zero-shot foundation model for time series forecasting. Based on the Mamba architecture and inspired by Prior-data Fitted Networks (PFNs), Mamba4Cast generalizes robustly across divers…

AutoMLMambaState Space ModelsTime Series+1

DTMamba : Dual Twin Mamba for Time Series Forecasting

2024-05-11 · Zexue Wu, Yifeng Gong, Aoqian Zhang

We utilized the Mamba model for time series data prediction tasks, and the experimental results indicate that our model performs well.

MambaPredictionTime SeriesTime Series Forecasting

ms-Mamba: Multi-scale Mamba for Time-Series Forecasting

2025-04-10 · Yusuf Meric Karadag, Sinan Kalkan, Ipek Gursel Dino

The problem of Time-series Forecasting is generally addressed by recurrent, Transformer-based and the recently proposed Mamba-based architectures. However, existing architectures generally process their input at a single…

MambaTime SeriesTime Series Forecasting

QuantFlow: A Federated Mamba-Based Post-Transformer Foundation Model for Time-Series Forecasting

2026-07-02 · Shah Nawaz Haider, Steve Austin, Arnab Barua, Sarowar Morshed Shawon 외 arxiv

Time-series forecasting supports decisions in finance, en-ergy, transportation, public health, and industrial monitoring. Recent foundation models improve transfer across forecast-ing tasks, but many depend on centralize…

Federated Learning

UmambaTSF: A U-shaped Multi-Scale Long-Term Time Series Forecasting Method Using Mamba

2024-10-15 · Li Wu, Wenbin Pei, Jiulong Jiao, Qiang Zhang

Multivariate Time series forecasting is crucial in domains such as transportation, meteorology, and finance, especially for predicting extreme weather events. State-of-the-art methods predominantly rely on Transformer ar…

DecoderMambaMultivariate Time Series ForecastingState Space Models+2