LGMLNov 29, 2019

Richer priors for infinitely wide multi-layer perceptrons

arXiv:1911.12927v112 citations
Originality Incremental advance
AI Analysis

This work provides incremental theoretical and empirical improvements for understanding and training deep neural networks, primarily benefiting researchers in machine learning theory.

The authors extended the known convergence of multi-layer perceptrons to Gaussian processes by introducing richer priors, including non-zero means and partially exchangeable priors, and empirically showed that these kernels avoid pathologies and improve performance on synthetic regression tasks.

It is well-known that the distribution over functions induced through a zero-mean iid prior distribution over the parameters of a multi-layer perceptron (MLP) converges to a Gaussian process (GP), under mild conditions. We extend this result firstly to independent priors with general zero or non-zero means, and secondly to a family of partially exchangeable priors which generalise iid priors. We discuss how the second prior arises naturally when considering an equivalence class of functions in an MLP and through training processes such as stochastic gradient descent. The model resulting from partially exchangeable priors is a GP, with an additional level of inference in the sense that the prior and posterior predictive distributions require marginalisation over hyperparameters. We derive the kernels of the limiting GP in deep MLPs, and show empirically that these kernels avoid certain pathologies present in previously studied priors. We empirically evaluate our claims of convergence by measuring the maximum mean discrepancy between finite width models and limiting models. We compare the performance of our new limiting model to some previously discussed models on synthetic regression problems. We observe increasing ill-conditioning of the marginal likelihood and hyper-posterior as the depth of the model increases, drawing parallels with finite width networks which require notoriously involved optimisation tricks.

Code Implementations1 repo
Foundations

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

Your Notes