MLLGNov 22, 2021

Depth Without the Magic: Inductive Bias of Natural Gradient Descent

arXiv:2111.11542v14 citations
Originality Incremental advance
AI Analysis

This reveals limitations of NGD for generalization in deep learning, which is important for researchers developing optimization methods.

The paper investigates how natural gradient descent (NGD) behaves when parameterization invariance eliminates implicit regularization effects, showing that NGD fails to generalize on certain learning problems where standard gradient descent with appropriate architecture succeeds.

In gradient descent, changing how we parametrize the model can lead to drastically different optimization trajectories, giving rise to a surprising range of meaningful inductive biases: identifying sparse classifiers or reconstructing low-rank matrices without explicit regularization. This implicit regularization has been hypothesised to be a contributing factor to good generalization in deep learning. However, natural gradient descent is approximately invariant to reparameterization, it always follows the same trajectory and finds the same optimum. The question naturally arises: What happens if we eliminate the role of parameterization, which solution will be found, what new properties occur? We characterize the behaviour of natural gradient flow in deep linear networks for separable classification under logistic loss and deep matrix factorization. Some of our findings extend to nonlinear neural networks with sufficient but finite over-parametrization. We demonstrate that there exist learning problems where natural gradient descent fails to generalize, while gradient descent with the right architecture performs well.

Foundations

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

Your Notes