paper-with-me

Papers

MemCast: Memory-Driven Time Series Forecasting with Experience-Conditioned Reasoning

2026-02-03 · Xiaoyu Tao, Mingyue Cheng, Ze Guo, Shuo Yu, Yaguo Liu, Qi Liu, Shijin Wang arxiv

Time series forecasting (TSF) plays a critical role in decision-making for many real-world applications. Recently, large language model (LLM)- based forecasters have made promising advancements. Despite their effectiveness, existing methods often lack explicit experience accumulation and continual evolution. In this work, we propose MemCast, a learning-to-memory framework that reformulates TSF as an experience-conditioned reasoning task. Specifically, we learn experience from the training set and organize it into a hierarchical memory. This is achieved by summarizing prediction results into historical patterns, distilling inference trajectories into reasoning wisdom, and inducing extracted temporal features into general laws. Furthermore, during inference, we leverage historical patterns to guide the reasoning process and utilize reasoning wisdom to select better trajectories, while general laws serve as criteria for reflective iteration. Additionally, to enable continual evolution, we design a dynamic confidence adaptation strategy that updates the confidence of individual entries without leaking the test set distribution. Extensive experiments on multiple datasets demonstrate that MemCast consistently outperforms previous methods, validating the effectiveness of our approach. Our code is available at https://github.com/Xiaoyu-Tao/MemCast-TS.

📄 PDF Abstract BibTeX arXiv:2602.03164

Code (0)

등록된 구현이 없습니다.

Tasks

Time Series Forecasting

Similar Papers 제목 키워드 기반

Mitigating Data Redundancy to Revitalize Transformer-based Long-Term Time Series Forecasting System

2022-07-16 · Mingjie Li, Rui Liu, Guangsi Shi, Mingfei Han 외

Long-term time-series forecasting (LTSF) is fundamental to various real-world applications, where Transformer-based models have become the dominant framework due to their ability to capture long-range dependencies. Howev…

Data AugmentationDecoderTime SeriesTime Series Analysis+1

Position: Beyond Model-Centric Prediction -- Agentic Time Series Forecasting

2026-02-02 · Mingyue Cheng, Xiaoyu Tao, Qi Liu, Ze Guo 외 arxiv

Time series forecasting has traditionally been formulated as a model-centric, static, and single-pass prediction problem that maps historical observations to future values. While this paradigm has driven substantial prog…

Time Series ForecastingReinforcement Learning

Dual-Level Models for Physics-Informed Multi-Step Time Series Forecasting

2026-01-12 · Mahdi Nasiri, Johanna Kortelainen, Simo Särkkä arxiv

This paper develops an approach for multi-step forecasting of dynamical systems by integrating probabilistic input forecasting with physics-informed output prediction. Accurate multi-step forecasting of time series syste…

Time Series Forecasting

Data-Driven Forecasting of High-Dimensional Chaotic Systems with Long Short-Term Memory Networks

2018-02-21 · Pantelis R. Vlachas, Wonmin Byeon, Zhong Y. Wan, Themistoklis P. Sapsis 외

We introduce a data-driven forecasting method for high-dimensional chaotic systems using long short-term memory (LSTM) recurrent neural networks. The proposed LSTM neural networks perform inference of high-dimensional dy…

Gaussian ProcessesTime SeriesTime Series Analysis

Online Continual Learning for Time Series: a Natural Score-driven Approach

2026-01-19 · Edoardo Urettini, Daniele Atzeni, Ioanna-Yvonni Tsaknaki, Antonio Carta arxiv

Online continual learning (OCL) methods adapt to changing environments without forgetting past knowledge. Similarly, online time series forecasting (OTSF) is a real-world problem where data evolve in time and success dep…

Time Series ForecastingContinual Learning