LGAIOct 12, 2021

Implicit Bias of Linear Equivariant Networks

arXiv:2110.06084v320 citations
Originality Incremental advance
AI Analysis

This work provides theoretical insights into generalization for overparameterized neural networks, specifically for G-CNNs, which are important in applications involving symmetries like rotations and permutations, but it is incremental as it extends existing analysis from CNNs to G-CNNs.

The paper tackles the problem of understanding the implicit bias of training algorithms in group equivariant convolutional neural networks (G-CNNs) by showing that linear G-CNNs trained via gradient descent converge to solutions with low-rank Fourier matrix coefficients, regularized by the 2/L-Schatten matrix norm, generalizing previous results to all finite groups and some infinite ones.

Group equivariant convolutional neural networks (G-CNNs) are generalizations of convolutional neural networks (CNNs) which excel in a wide range of technical applications by explicitly encoding symmetries, such as rotations and permutations, in their architectures. Although the success of G-CNNs is driven by their \emph{explicit} symmetry bias, a recent line of work has proposed that the \emph{implicit} bias of training algorithms on particular architectures is key to understanding generalization for overparameterized neural nets. In this context, we show that $L$-layer full-width linear G-CNNs trained via gradient descent for binary classification converge to solutions with low-rank Fourier matrix coefficients, regularized by the $2/L$-Schatten matrix norm. Our work strictly generalizes previous analysis on the implicit bias of linear CNNs to linear G-CNNs over all finite groups, including the challenging setting of non-commutative groups (such as permutations), as well as band-limited G-CNNs over infinite groups. We validate our theorems via experiments on a variety of groups, and empirically explore more realistic nonlinear networks, which locally capture similar regularization patterns. Finally, we provide intuitive interpretations of our Fourier space implicit regularization results in real space via uncertainty principles.

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