ISMRNN: An Implicitly Segmented RNN Method with Mamba for Long-Term Time Series Forecasting
GaoXiang Zhao, Li Zhou, XiaoQiang Wang

TL;DR
ISMRNN introduces an implicit segmentation approach combined with residual encoding and Mamba architecture to improve long-term time series forecasting, outperforming existing models in real-world datasets.
Contribution
The paper proposes a novel implicit segmentation method with residual encoding and Mamba integration to enhance long-term series forecasting accuracy.
Findings
Outperforms state-of-the-art models on multiple datasets
Effectively captures long-term dependencies in time series
Reduces information loss during segmentation
Abstract
Long time series forecasting aims to utilize historical information to forecast future states over extended horizons. Traditional RNN-based series forecasting methods struggle to effectively address long-term dependencies and gradient issues in long time series problems. Recently, SegRNN has emerged as a leading RNN-based model tailored for long-term series forecasting, demonstrating state-of-the-art performance while maintaining a streamlined architecture through innovative segmentation and parallel decoding techniques. Nevertheless, SegRNN has several limitations: its fixed segmentation disrupts data continuity and fails to effectively leverage information across different segments, the segmentation strategy employed by SegRNN does not fundamentally address the issue of information loss within the recurrent structure. To address these issues, we propose the ISMRNN method with three…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Stock Market Forecasting Methods
