MLLGDec 5, 2019

Warped Input Gaussian Processes for Time Series Forecasting

arXiv:1912.02527v14 citations
Originality Incremental advance
AI Analysis

This provides an efficient solution for forecasting in domains with non-stationary time series, such as finance or climate, though it is incremental as it builds on existing Gaussian process methods.

The paper tackles non-stationary time series forecasting by introducing a Gaussian process model with non-parametric warping, achieving state-of-the-art performance with lower computational and implementation costs.

We introduce a Gaussian process-based model for handling of non-stationarity. The warping is achieved non-parametrically, through imposing a prior on the relative change of distance between subsequent observation inputs. The model allows the use of general gradient optimization algorithms for training and incurs only a small computational overhead on training and prediction. The model finds its applications in forecasting in non-stationary time series with either gradually varying volatility, presence of change points, or a combination thereof. We evaluate the model on synthetic and real-world time series data comparing against both baseline and known state-of-the-art approaches and show that the model exhibits state-of-the-art forecasting performance at a lower implementation and computation cost.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes