# Deep Adaptive Input Normalization for Time Series Forecasting

**Authors:** Nikolaos Passalis, Anastasios Tefas, Juho Kanniainen, Moncef Gabbouj,, Alexandros Iosifidis

arXiv: 1902.07892 · 2019-09-24

## TL;DR

This paper introduces a neural layer that adaptively normalizes input time series data, significantly improving deep learning performance in financial and other time series forecasting tasks by learning normalization tailored to each task.

## Contribution

It proposes a novel neural normalization layer that learns to normalize data during training, adaptable to new data without re-training, enhancing time series forecasting accuracy.

## Key findings

- Significant performance improvements over traditional normalization methods.
- Effective on large-scale financial and load forecasting datasets.
- Can be applied directly to new data without re-training.

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.07892/full.md

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1902.07892/full.md

## References

34 references — full list in the complete paper: https://tomesphere.com/paper/1902.07892/full.md

---
Source: https://tomesphere.com/paper/1902.07892