LGFeb 19, 2024

The effect of Leaky ReLUs on the training and generalization of overparameterized networks

arXiv:2402.11942v38 citationsh-index: 29AISTATS
Originality Incremental advance
AI Analysis

This work provides theoretical insights for researchers and practitioners in deep learning, but it is incremental as it builds on existing knowledge of activation functions and overparameterization.

The paper tackles the problem of understanding how the leaky ReLU parameter α affects training and generalization in overparameterized neural networks, showing that α = -1 (absolute value activation) is optimal for training error bounds and sometimes for generalization bounds, with numerical experiments supporting these findings.

We investigate the training and generalization errors of overparameterized neural networks (NNs) with a wide class of leaky rectified linear unit (ReLU) functions. More specifically, we carefully upper bound both the convergence rate of the training error and the generalization error of such NNs and investigate the dependence of these bounds on the Leaky ReLU parameter, $α$. We show that $α=-1$, which corresponds to the absolute value activation function, is optimal for the training error bound. Furthermore, in special settings, it is also optimal for the generalization error bound. Numerical experiments empirically support the practical choices guided by the theory.

Foundations

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

Your Notes