paper-with-me

홈 › Papers

Mamba time series forecasting with uncertainty quantification

2025-03-13 · Pedro Pessoa, Paul Campitelli, Douglas P. Shepherd, S. Banu Ozkan, Steve Pressé

State space models, such as Mamba, have recently garnered attention in time series forecasting due to their ability to capture sequence patterns. However, in electricity consumption benchmarks, Mamba forecasts exhibit a mean error of approximately 8\%. Similarly, in traffic occupancy benchmarks, the mean error reaches 18\%. This discrepancy leaves us to wonder whether the prediction is simply inaccurate or falls within error given spread in historical data. To address this limitation, we propose a method to quantify the predictive uncertainty of Mamba forecasts. Here, we propose a dual-network framework based on the Mamba architecture for probabilistic forecasting, where one network generates point forecasts while the other estimates predictive uncertainty by modeling variance. We abbreviate our tool, Mamba with probabilistic time series forecasting, as Mamba-ProbTSF and the code for its implementation is available on GitHub (https://github.com/PessoaP/Mamba-ProbTSF). Evaluating this approach on synthetic and real-world benchmark datasets, we find Kullback-Leibler divergence between the learned distributions and the data--which, in the limit of infinite data, should converge to zero if the model correctly captures the underlying probability distribution--reduced to the order of $10^{-3}$ for synthetic data and $10^{-1}$ for real-world benchmark, demonstrating its effectiveness. We find that in both the electricity consumption and traffic occupancy benchmark, the true trajectory stays within the predicted uncertainty interval at the two-sigma level about 95\% of the time. We end with a consideration of potential limitations, adjustments to improve performance, and considerations for applying this framework to processes for purely or largely stochastic dynamics where the stochastic changes accumulate, as observed for example in pure Brownian motion or molecular dynamics trajectories.

📄 PDF Abstract BibTeX arXiv:2503.10873

Code (1)

pessoap/mamba-probtsf 공식 구현 pytorch

Tasks

MambaProbabilistic Time Series ForecastingState Space ModelsTime SeriesTime Series ForecastingUncertainty Quantification

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Mamba Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module.…

Similar Papers 제목 키워드 기반

HealthMamba: An Uncertainty-aware Spatiotemporal Graph State Space Model for Effective and Reliable Healthcare Facility Visit Prediction

2026-02-05 · Dahai Yu, Lin Jiang, Rongchao Xu, Guang Wang arxiv

Healthcare facility visit prediction is essential for optimizing healthcare resource allocation and informing public health policy. Despite advanced machine learning methods being employed for better prediction performan…

Better Batch for Deep Probabilistic Time Series Forecasting

2023-05-26 · Vincent Zhihao Zheng, Seongjin Choi, Lijun Sun

Deep probabilistic time series forecasting has gained attention for its ability to provide nonlinear approximation and valuable uncertainty quantification for decision-making. However, existing models often oversimplify …

Decision MakingProbabilistic Time Series ForecastingTime SeriesTime Series Forecasting+1

Probabilistic load forecasting with Reservoir Computing

2023-08-24 · Michele Guerra, Simone Scardapane, Filippo Maria Bianchi

Some applications of deep learning require not only to provide accurate results but also to quantify the amount of confidence in their prediction. The management of an electric power grid is one of these cases: to avoid …

Computational EfficiencyLoad ForecastingManagementTime Series+2

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

Uncertainty Quantification for Traffic Forecasting: A Unified Approach

2022-08-11 · Weizhu Qian, Dalin Zhang, Yan Zhao, Kai Zheng 외

Uncertainty is an essential consideration for time series forecasting tasks. In this work, we specifically focus on quantifying the uncertainty of traffic forecasting. To achieve this, we develop Deep Spatio-Temporal Unc…

Time SeriesTime Series AnalysisTime Series ForecastingUncertainty Quantification+1