LGMLJun 13, 2019

Kernel and Rich Regimes in Overparametrized Models

arXiv:1906.05827v3421 citations
Originality Incremental advance
AI Analysis

This work addresses the theoretical understanding of training dynamics in deep learning for researchers, providing insights into regime transitions but is incremental as it builds on prior observations.

The paper investigates how the initialization scale in overparametrized models controls the transition between kernel (lazy) and rich (active) training regimes, affecting generalization, with detailed analysis in a two-layer model and demonstrations in more complex models.

A recent line of work studies overparametrized neural networks in the "kernel regime," i.e. when the network behaves during training as a kernelized linear predictor, and thus training with gradient descent has the effect of finding the minimum RKHS norm solution. This stands in contrast to other studies which demonstrate how gradient descent on overparametrized multilayer networks can induce rich implicit biases that are not RKHS norms. Building on an observation by Chizat and Bach, we show how the scale of the initialization controls the transition between the "kernel" (aka lazy) and "rich" (aka active) regimes and affects generalization properties in multilayer homogeneous models. We provide a complete and detailed analysis for a simple two-layer model that already exhibits an interesting and meaningful transition between the kernel and rich regimes, and we demonstrate the transition for more complex matrix factorization models and multilayer non-linear networks.

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