LGMLFeb 20, 2020

Avoiding Kernel Fixed Points: Computing with ELU and GELU Infinite Networks

arXiv:2002.08517v310 citationsHas Code
AI Analysis

This work addresses theoretical gaps in understanding deep kernel dynamics for machine learning researchers, though it is incremental as it builds on existing kernel methods.

The authors derived covariance functions for infinite-width neural networks with ELU and GELU activations and analyzed their fixed-point dynamics, finding non-trivial behaviors that explain implicit regularization in overparameterized deep models, with performance evaluated on benchmarks.

Analysing and computing with Gaussian processes arising from infinitely wide neural networks has recently seen a resurgence in popularity. Despite this, many explicit covariance functions of networks with activation functions used in modern networks remain unknown. Furthermore, while the kernels of deep networks can be computed iteratively, theoretical understanding of deep kernels is lacking, particularly with respect to fixed-point dynamics. Firstly, we derive the covariance functions of multi-layer perceptrons (MLPs) with exponential linear units (ELU) and Gaussian error linear units (GELU) and evaluate the performance of the limiting Gaussian processes on some benchmarks. Secondly, and more generally, we analyse the fixed-point dynamics of iterated kernels corresponding to a broad range of activation functions. We find that unlike some previously studied neural network kernels, these new kernels exhibit non-trivial fixed-point dynamics which are mirrored in finite-width neural networks. The fixed point behaviour present in some networks explains a mechanism for implicit regularisation in overparameterised deep models. Our results relate to both the static iid parameter conjugate kernel and the dynamic neural tangent kernel constructions. Software at github.com/RussellTsuchida/ELU_GELU_kernels.

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