paper-with-me

Papers

Recursive Sparse Pseudo-input Gaussian Process SARSA

2018-11-17 · John Martin, Brendan Englot

The class of Gaussian Process (GP) methods for Temporal Difference learning has shown promise for data-efficient model-free Reinforcement Learning. In this paper, we consider a recent variant of the GP-SARSA algorithm, called Sparse Pseudo-input Gaussian Process SARSA (SPGP-SARSA), and derive recursive formulas for its predictive moments. This extension promotes greater memory efficiency, since previous computations can be reused and, interestingly, it provides a technique for updating value estimates on a multiple timescales

📄 PDF Abstract BibTeX arXiv:1811.07201

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Sarsa Sarsa is an on-policy TD control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} + \gamma{Q}\left(S\_{t+1},…
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 제목 키워드 기반

Sparse Gaussian processes using pseudo-inputs

2005-06-01 · NeurIPS 2005 6 · Edward Snelson, Zoubin Ghahramani

We present a new Gaussian process (GP) regression model whose covariance is parameterized by the the locations of M pseudo-input points, which we learn by a gradient based optimization. We take M << N, where N is the num…

Gaussian Processesregression

Variable noise and dimensionality reduction for sparse Gaussian processes

2012-06-27 · Edward Snelson, Zoubin Ghahramani

The sparse pseudo-input Gaussian process (SPGP) is a new approximation method for speeding up GP regression in the case of a large number of data points N. The approximation is controlled by the gradient optimization of …

Dimensionality ReductionGaussian Processes

Deep Gaussian Processes with Decoupled Inducing Inputs

2018-01-09 · Marton Havasi, José Miguel Hernández-Lobato, Juan José Murillo-Fuentes

Deep Gaussian Processes (DGP) are hierarchical generalizations of Gaussian Processes (GP) that have proven to work effectively on a multiple supervised regression tasks. They combine the well calibrated uncertainty estim…

Gaussian Processes

Streaming Sparse Gaussian Process Approximations

2017-05-19 · NeurIPS 2017 12 · Thang D. Bui, Cuong V. Nguyen, Richard E. Turner

Sparse pseudo-point approximations for Gaussian process (GP) models provide a suite of methods that support deployment of GPs in the large data regime and enable analytic intractabilities to be sidestepped. However, the …

LoopSparseGS: Loop Based Sparse-View Friendly Gaussian Splatting

2024-08-01 · Zhenyu Bao, Guibiao Liao, Kaichen Zhou, Kanglin Liu 외

Despite the photorealistic novel view synthesis (NVS) performance achieved by the original 3D Gaussian splatting (3DGS), its rendering quality significantly degrades with sparse input views. This performance drop is main…

3DGSNovel View Synthesis