paper-with-me

홈 › Papers

Neural Inference of Gaussian Processes for Time Series Data of Quasars

2022-11-17 · Egor Danilov, Aleksandra Ćiprijanović, Brian Nord

The study of quasar light curves poses two problems: inference of the power spectrum and interpolation of an irregularly sampled time series. A baseline approach to these tasks is to interpolate a time series with a Damped Random Walk (DRW) model, in which the spectrum is inferred using Maximum Likelihood Estimation (MLE). However, the DRW model does not describe the smoothness of the time series, and MLE faces many problems in terms of optimization and numerical precision. In this work, we introduce a new stochastic model that we call $\textit{Convolved Damped Random Walk}$ (CDRW). This model introduces a concept of smoothness to a DRW, which enables it to describe quasar spectra completely. We also introduce a new method of inference of Gaussian process parameters, which we call $\textit{Neural Inference}$. This method uses the powers of state-of-the-art neural networks to improve the conventional MLE inference technique. In our experiments, the Neural Inference method results in significant improvement over the baseline MLE (RMSE: $0.318 \rightarrow 0.205$, $0.464 \rightarrow 0.444$). Moreover, the combination of both the CDRW model and Neural Inference significantly outperforms the baseline DRW and MLE in interpolating a typical quasar light curve ($\chi^2$: $0.333 \rightarrow 0.998$, $2.695 \rightarrow 0.981$). The code is published on GitHub.

📄 PDF Abstract BibTeX arXiv:2211.10305

Code (1)

deepskies/neural_gp 공식 구현 jax

Tasks

Gaussian ProcessesTime SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

Inference on Causal Effects of Interventions in Time using Gaussian Processes

2022-10-06 · Gianluca Giudice, Sara Geneletti, Konstantinos Kalogeropoulos

This paper focuses on drawing inference on the causal impact of an intervention at a specific time point, as manifested in an outcome variable over time. We operate on the interrupted time series framework and expand on …

Gaussian ProcessesTime SeriesTime Series Analysis

Sparse Algorithms for Markovian Gaussian Processes

2021-03-19 · William J. Wilkinson, Arno Solin, Vincent Adam

Approximate Bayesian inference methods that scale to very large datasets are crucial in leveraging probabilistic models for real-world time series. Sparse Markovian Gaussian processes combine the use of inducing variable…

Bayesian InferenceGaussian ProcessesTime SeriesTime Series Analysis+1

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

Time Series Counterfactual Inference with Hidden Confounders

2021-01-01 · Guangyu Li, Jiahao Chen, Samuel A Assefa, Yan Liu

We present augmented counterfactual ordinary differential equations (ACODEs), a new approach to counterfactual inference on time series data with a focus on healthcare applications. ACODEs model interventions in continuo…

counterfactualCounterfactual InferenceGaussian ProcessesTime Series+1

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 …

Gaussian ProcessesTime SeriesTime Series AnalysisTime Series Forecasting