paper-with-me

Papers

Deep Adaptive Input Normalization for Time Series Forecasting

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

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 more apparent when DL is used for financial time series forecasting tasks, where the non-stationary and multimodal nature of the data pose significant challenges and severely affect the performance of DL models. In this work, a simple, yet effective, neural layer, that is capable of adaptively normalizing the input time series, while taking into account the distribution of the data, is proposed. The proposed layer is trained in an end-to-end fashion using back-propagation and leads to significant performance improvements compared to other evaluated normalization schemes. The proposed method differs from traditional normalization methods since it learns how to perform normalization for a given task instead of using a fixed normalization scheme. At the same time, it can be directly applied to any new time series without requiring re-training. The effectiveness of the proposed method is demonstrated using a large-scale limit order book dataset, as well as a load forecasting dataset.

📄 PDF Abstract BibTeX arXiv:1902.07892

Code (3)

passalis/dain 공식 구현 pytorch
marcusgh/edain_paper pytorch
vladserkoff/DAIN-pytorch pytorch

Tasks

Load ForecastingTime SeriesTime Series AnalysisTime Series Forecasting

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

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 exis…

TA-SparseMG: Trend-Aware Sparse Forecasting via Multi-Scale Gating for Long-Term Time Series

2026-06-26 · Wenchao Liu, Hongbing Wang, Youji Zhu, Xiaodong Liu 외 arxiv

Long-term time series forecasting finds extensive applications in domains such as power demand, traffic flow, meteorological observation, and renewable energy dispatch. Forecasting dynamically varying long-term time seri…

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

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