paper-with-me

홈 › Papers

Time series forecasting with Gaussian Processes needs priors

2020-09-17 · Giorgio Corani, Alessio Benavoli, Marco Zaffalon

Automatic forecasting is the task of receiving a time series and returning a forecast for the next time steps without any human intervention. Gaussian Processes (GPs) are a powerful tool for modeling time series, but so far there are no competitive approaches for automatic forecasting based on GPs. We propose practical solutions to two problems: automatic selection of the optimal kernel and reliable estimation of the hyperparameters. We propose a fixed composition of kernels, which contains the components needed to model most time series: linear trend, periodic patterns, and other flexible kernel for modeling the non-linear trend. Not all components are necessary to model each time series; during training the unnecessary components are automatically made irrelevant via automatic relevance determination (ARD). We moreover assign priors to the hyperparameters, in order to keep the inference within a plausible range; we design such priors through an empirical Bayes approach. We present results on many time series of different types; our GP model is more accurate than state-of-the-art time series models. Thanks to the priors, a single restart is enough the estimate the hyperparameters; hence the model is also fast to train.

📄 PDF Abstract BibTeX arXiv:2009.08102

Code (1)

IDSIA/gpforecasting

Tasks

Gaussian ProcessesTime SeriesTime Series AnalysisTime Series Forecasting

Similar Papers 제목 키워드 기반

A Statistical Machine Learning Approach to Yield Curve Forecasting

2017-03-04 · Rajiv Sambasivan, Sourish Das

Yield curve forecasting is an important problem in finance. In this work we explore the use of Gaussian Processes in conjunction with a dynamic modeling strategy, much like the Kalman Filter, to model the yield curve. Ga…

BIG-bench Machine LearningGaussian ProcessesTime SeriesTime Series Analysis

Learning to Forget: Bayesian Time Series Forecasting using Recurrent Sparse Spectrum Signature Gaussian Processes

2024-12-27 · Csaba Tóth, Masaki Adachi, Michael A. Osborne, Harald Oberhauser

The signature kernel is a kernel between time series of arbitrary length and comes with strong theoretical guarantees from stochastic analysis. It has found applications in machine learning such as covariance functions f…

Gaussian ProcessesGPUProbabilistic Time Series ForecastingTime Series+2

Forecasting intermittent time series with Gaussian Processes and Tweedie likelihood

2025-02-26 · Stefano Damato, Dario Azzimonti, Giorgio Corani

We adopt Gaussian Processes (GPs) as latent functions for probabilistic forecasting of intermittent time series. The model is trained in a Bayesian framework that accounts for the uncertainty about the latent function an…

Gaussian ProcessesTime Series

Flow Matching with Gaussian Process Priors for Probabilistic Time Series Forecasting

2024-10-03 · Marcel Kollovieh, Marten Lienen, David Lüdke, Leo Schwinn 외

Recent advancements in generative modeling, particularly diffusion models, have opened new directions for time series modeling, achieving state-of-the-art performance in forecasting and synthesis. However, the reliance o…

Gaussian ProcessesProbabilistic Time Series ForecastingTime SeriesTime Series Forecasting

Transformers Beyond Order: A Chaos-Markov-Gaussian Framework for Short-Term Sentiment Forecasting of Any Financial OHLC timeseries Data

2025-06-06 · Arif Pathan

Short-term sentiment forecasting in financial markets (e.g., stocks, indices) is challenging due to volatility, non-linearity, and noise in OHLC (Open, High, Low, Close) data. This paper introduces a novel CMG (Chaos-Mar…

Feature EngineeringGaussian Processes