Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

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

About

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.

Yuze Dong, Jinsong Wu• 2026

Related benchmarks

TaskDatasetResultRank
Long-term forecastingETTh1
MSE0.44
500
Long-term forecastingETTm2
MSE0.282
391
Long-term forecastingETTh2
MSE0.373
376
Long-term forecastingETTm1
MAE0.399
86
Short-term forecastingM4
SMAPE12.813
74
Long-term forecastingWeather
MAE0.275
58
Long-term forecastingECL
MSE0.194
55
Showing 7 of 7 rows

Other info

Follow for update