paper-with-me

Papers

GAS-Norm: Score-Driven Adaptive Normalization for Non-Stationary Time Series Forecasting in Deep Learning

2024-10-04 · Edoardo Urettini, Daniele Atzeni, Reshawn J. Ramjattan, Antonio Carta

Despite their popularity, deep neural networks (DNNs) applied to time series forecasting often fail to beat simpler statistical models. One of the main causes of this suboptimal performance is the data non-stationarity present in many processes. In particular, changes in the mean and variance of the input data can disrupt the predictive capability of a DNN. In this paper, we first show how DNN forecasting models fail in simple non-stationary settings. We then introduce GAS-Norm, a novel methodology for adaptive time series normalization and forecasting based on the combination of a Generalized Autoregressive Score (GAS) model and a Deep Neural Network. The GAS approach encompasses a score-driven family of models that estimate the mean and variance at each new observation, providing updated statistics to normalize the input data of the deep model. The output of the DNN is eventually denormalized using the statistics forecasted by the GAS model, resulting in a hybrid approach that leverages the strengths of both statistical modeling and deep learning. The adaptive normalization improves the performance of the model in non-stationary settings. The proposed approach is model-agnostic and can be applied to any DNN forecasting model. To empirically validate our proposal, we first compare GAS-Norm with other state-of-the-art normalization methods. We then combine it with state-of-the-art DNN forecasting models and test them on real-world datasets from the Monash open-access forecasting repository. Results show that deep forecasting models improve their performance in 21 out of 25 settings when combined with GAS-Norm compared to other normalization methods.

📄 PDF Abstract BibTeX arXiv:2410.03935

Code (1)

edo-urettini/GAS_Norm 공식 구현 pytorch

Tasks

Time SeriesTime Series Forecasting

Similar Papers 제목 키워드 기반

AutoNorm: Understanding Adaptive Normalization in Transformers through Differentiable Gating

2026-07-12 · Piyush Kaushik Bhattacharyya, Divyanshu Rai, Swastik Singh, Kumar Aakash 외 arxiv

Normalization is a critical component for stabilizing Transformer training, yet the choice between static strategies such as Layer Normalization (LN) and adaptive alternatives remains largely task-dependent. In this pape…

Frequency Adaptive Normalization For Non-stationary Time Series Forecasting

2024-09-30 · Weiwei Ye, Songgaojun Deng, Qiaosha Zou, Ning Gui

Time series forecasting typically needs to address non-stationary data with evolving trend and seasonal patterns. To address the non-stationarity, reversible instance normalization has been recently proposed to alleviate…

Time SeriesTime Series Forecasting

TimeAPN: Adaptive Amplitude-Phase Non-Stationarity Normalization for Time Series Forecasting

2026-03-18 · Yue Hu, Jialiang Tang, Siwei Yu, Baosheng Yu 외 arxiv

Non-stationarity is a fundamental challenge in multivariate long-term time series forecasting, often manifested as rapid changes in amplitude and phase. These variations lead to severe distribution shifts and consequentl…

Time Series Forecasting

FredNormer: Frequency Domain Normalization for Non-stationary Time Series Forecasting

2024-10-02 · Xihao Piao, Zheng Chen, Yushun Dong, Yasuko Matsubara 외

Recent normalization-based methods have shown great success in tackling the distribution shift issue, facilitating non-stationary time series forecasting. Since these methods operate in the time domain, they may fail to …

Time SeriesTime Series Forecasting

Deep Adaptive Input Normalization for Time Series Forecasting

2019-02-21 · Nikolaos Passalis, Anastasios Tefas, Juho Kanniainen, Moncef Gabbouj 외

Deep Learning (DL) models can be used to tackle time series analysis tasks with great success. However, the performance of DL models can degenerate rapidly if the data are not appropriately normalized. This issue is even…

Load ForecastingTime SeriesTime Series AnalysisTime Series Forecasting