paper-with-me

Papers

Adaptive Normalization for Non-stationary Time Series Forecasting: A Temporal Slice Perspective

2023-09-21 · NeurIPS 2023 11

Deep learning models have progressively advanced time series forecasting due to their powerful capacity in capturing sequence dependence. Nevertheless, it is still challenging to make accurate predictions due to the existence of non-stationarity in real-world data, denoting the data distribution rapidly changes over time. To mitigate such a dilemma, several efforts have been conducted by reducing the non-stationarity with normalization operation. However, these methods typically overlook the distribution discrepancy between the input series and the horizon series, and assume that all time points within the same instance share the same statistical properties, which is too ideal and may lead to suboptimal relative improvements. To this end, we propose a novel slice-level adaptive normalization, referred to \textbf{SAN}, which is a novel scheme for empowering time series forecasting with more flexible normalization and denormalization. SAN includes two crucial designs. First, SAN tries to eliminate the non-stationarity of time series in units of a local temporal slice (i.e., sub-series) rather than a global instance. Second, SAN employs a slight network module to independently model the evolving trends of statistical properties of raw time series. Consequently, SAN could serve as a general model-agnostic plugin and better alleviate the impact of the non-stationary nature of time series data. We instantiate the proposed SAN on four widely used forecasting models and test their prediction results on benchmark datasets to evaluate its effectiveness. Also, we report some insightful findings to deeply analyze and understand our proposed SAN. We make our codes publicly available.

📄 PDF Abstract BibTeX

Code (1)

icantnamemyself/san 공식 구현 pytorch

Similar 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 p…

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

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

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

Deep Frequency Derivative Learning for Non-stationary Time Series Forecasting

2024-06-29 · Wei Fan, Kun Yi, Hangting Ye, Zhiyuan Ning 외

While most time series are non-stationary, it is inevitable for models to face the distribution shift issue in time series forecasting. Existing solutions manipulate statistical measures (usually mean and std.) to adjust…

Time SeriesTime Series Forecasting