# Recurrent Neural Filters: Learning Independent Bayesian Filtering Steps   for Time Series Prediction

**Authors:** Bryan Lim, Stefan Zohren, Stephen Roberts

arXiv: 1901.08096 · 2020-09-29

## TL;DR

This paper introduces Recurrent Neural Filters, a new neural network architecture that learns separate representations for Bayesian filtering steps, improving time series prediction accuracy and uncertainty estimation.

## Contribution

The novel RNF architecture explicitly models individual Bayesian filtering steps with separate encoders and decoders, enhancing interpretability and multistep forecasting.

## Key findings

- Improved one-step-ahead forecast accuracy
- Realistic uncertainty estimates for predictions
- Enhanced multistep prediction capabilities

## Abstract

Despite the recent popularity of deep generative state space models, few comparisons have been made between network architectures and the inference steps of the Bayesian filtering framework -- with most models simultaneously approximating both state transition and update steps with a single recurrent neural network (RNN). In this paper, we introduce the Recurrent Neural Filter (RNF), a novel recurrent autoencoder architecture that learns distinct representations for each Bayesian filtering step, captured by a series of encoders and decoders. Testing this on three real-world time series datasets, we demonstrate that the decoupled representations learnt not only improve the accuracy of one-step-ahead forecasts while providing realistic uncertainty estimates, but also facilitate multistep prediction through the separation of encoder stages.

## Full text

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

## Figures

2 figures with captions in the complete paper: https://tomesphere.com/paper/1901.08096/full.md

## References

52 references — full list in the complete paper: https://tomesphere.com/paper/1901.08096/full.md

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