LGSYMLApr 10, 2020

Reinforcement Learning via Gaussian Processes with Neural Network Dual Kernels

arXiv:2004.05198v14 citations
Originality Incremental advance
AI Analysis

This is an incremental improvement for reinforcement learning practitioners seeking more efficient and expressive probabilistic models.

The paper tackled the problem of combining the uncertainty quantification of Gaussian Processes with the expressivity of deep neural networks in reinforcement learning by applying neural network dual kernels to GPs for the first time, demonstrating on the mountain-car problem that they perform at least as well as conventional radial basis function kernels.

While deep neural networks (DNNs) and Gaussian Processes (GPs) are both popularly utilized to solve problems in reinforcement learning, both approaches feature undesirable drawbacks for challenging problems. DNNs learn complex nonlinear embeddings, but do not naturally quantify uncertainty and are often data-inefficient to train. GPs infer posterior distributions over functions, but popular kernels exhibit limited expressivity on complex and high-dimensional data. Fortunately, recently discovered conjugate and neural tangent kernel functions encode the behavior of overparameterized neural networks in the kernel domain. We demonstrate that these kernels can be efficiently applied to regression and reinforcement learning problems by analyzing a baseline case study. We apply GPs with neural network dual kernels to solve reinforcement learning tasks for the first time. We demonstrate, using the well-understood mountain-car problem, that GPs empowered with dual kernels perform at least as well as those using the conventional radial basis function kernel. We conjecture that by inheriting the probabilistic rigor of GPs and the powerful embedding properties of DNNs, GPs using NN dual kernels will empower future reinforcement learning models on difficult domains.

Foundations

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

Your Notes