paper-with-me

Papers

Rethinking Adam for Time Series Forecasting: A Simple Heuristic to Improve Optimization under Distribution Shifts

2026-03-10 · Yuze Dong, Jinsong Wu arxiv

Time-series forecasting often faces challenges from non-stationarity, particularly distributional drift, where the data distribution evolves over time. This dynamic behavior can undermine the effectiveness of adaptive optimizers, such as Adam, which are typically designed for stationary objectives. In this paper, we revisit Adam in the context of non-stationary forecasting and identify that its second-order bias correction limits responsiveness to shifting loss landscapes. To address this, we propose TS_Adam, a lightweight variant that removes the second-order correction from the learning rate computation. This simple modification improves adaptability to distributional drift while preserving the optimizer core structure and requiring no additional hyperparameters. TS_Adam integrates easily into existing models and consistently improves performance across long- and short-term forecasting tasks. On the ETT datasets with the MICN model, it achieves an average reduction of 12.8% in MSE and 5.7% in MAE compared to Adam. These results underscore the practicality and versatility of TS_Adam as an effective optimization strategy for real-world forecasting scenarios involving non-stationary data. Code is available at: https://github.com/DD-459-1/TS_Adam.

📄 PDF Abstract BibTeX arXiv:2603.10095

Code (0)

등록된 구현이 없습니다.

Tasks

Time Series Forecasting

Similar Papers 제목 키워드 기반

Optimizing Time Series Forecasting: A Comparative Study of Adam and Nesterov Accelerated Gradient on LSTM and GRU networks Using Stock Market data

2024-09-28 · Ahmad Makinde

Several studies have discussed the impact different optimization techniques in the context of time series forecasting across different Neural network architectures. This paper examines the effectiveness of Adam and Neste…

PredictionTime SeriesTime Series ForecastingTime Series Prediction

Rethinking Multimodal Time-Series Forecasting Evaluation

2026-07-08 · Haoxin Liu, Yichen Zhou, Rajat Sen, B. Aditya Prakash 외 arxiv

We introduce a new context-enriched, multimodal time series forecasting benchmark, TimesX. TimesX contains a wide selection of high-quality real-world time series with diverse domains and textual contexts obtained from a…

Time Series Forecasting

AdaMixT: Adaptive Weighted Mixture of Multi-Scale Expert Transformers for Time Series Forecasting

2025-09-09 · Huanyao Zhang, Jiaye Lin, Wentao Zhang, Haitao Yuan 외 arxiv

Multivariate time series forecasting involves predicting future values based on historical observations. However, existing approaches primarily rely on predefined single-scale patches or lack effective mechanisms for mul…

Multivariate Time Series Forecasting

AdaMamba: Adaptive Frequency-Gated Mamba for Long-Term Time Series Forecasting

2026-04-25 · Xudong Jiang, Mingshan Loo, Hanchen Yang, Wengen Li 외 arxiv

Accurate long-term time series forecasting (LTSF) requires the capture of complex long-range dependencies and dynamic periodic patterns. Recent advances in frequency-domain analysis offer a global perspective for uncover…

Computational EfficiencyTime Series Forecasting

Rethinking Irregular Time Series Forecasting: A Simple yet Effective Baseline

2025-05-16 · Xvyuan Liu, Xiangfei Qiu, Xingjian Wu, Zhengyu Li 외

The forecasting of irregular multivariate time series (IMTS) is crucial in key areas such as healthcare, biomechanics, climate science, and astronomy. However, achieving accurate and practical predictions is challenging …

AstronomyIrregular Time SeriesTime SeriesTime Series Forecasting