paper-with-me

홈 › Papers

Gradient Descent on Two-layer Nets: Margin Maximization and Simplicity Bias

2021-10-26 · NeurIPS 2021 12 · Kaifeng Lyu, Zhiyuan Li, Runzhe Wang, Sanjeev Arora

The generalization mystery of overparametrized deep nets has motivated efforts to understand how gradient descent (GD) converges to low-loss solutions that generalize well. Real-life neural networks are initialized from small random values and trained with cross-entropy loss for classification (unlike the "lazy" or "NTK" regime of training where analysis was more successful), and a recent sequence of results (Lyu and Li, 2020; Chizat and Bach, 2020; Ji and Telgarsky, 2020) provide theoretical evidence that GD may converge to the "max-margin" solution with zero loss, which presumably generalizes well. However, the global optimality of margin is proved only in some settings where neural nets are infinitely or exponentially wide. The current paper is able to establish this global optimality for two-layer Leaky ReLU nets trained with gradient flow on linearly separable and symmetric data, regardless of the width. The analysis also gives some theoretical justification for recent empirical findings (Kalimeris et al., 2019) on the so-called simplicity bias of GD towards linear or other "simple" classes of solutions, especially early in training. On the pessimistic side, the paper suggests that such results are fragile. A simple data manipulation can make gradient flow converge to a linear classifier with suboptimal margin.

📄 PDF Abstract BibTeX arXiv:2110.13905

Code (0)

등록된 구현이 없습니다.

Tasks

Vocal Bursts Valence Prediction

Methods 이 논문이 사용한 방법론

HuMan(Expedia)||How do I get a human at Expedia? How do I get a human at Expedia? How Do I Get a Human at Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Real-Time Help & Exclusive…

Similar Papers 제목 키워드 기반

Achieving Margin Maximization Exponentially Fast via Progressive Norm Rescaling

2023-11-24 · Mingze Wang, Zeping Min, Lei Wu

In this work, we investigate the margin-maximization bias exhibited by gradient-based algorithms in classifying linearly separable data. We present an in-depth analysis of the specific properties of the velocity field as…

Gradient Descent Maximizes the Margin of Homogeneous Neural Networks

2019-06-13 · ICLR 2020 1 · Kaifeng Lyu, Jian Li

In this paper, we study the implicit regularization of the gradient descent algorithm in homogeneous neural networks, including fully-connected and convolutional neural networks with ReLU or LeakyReLU activations. In par…

Regularization Matters: Generalization and Optimization of Neural Nets v.s. their Induced Kernel

2018-10-12 · NeurIPS 2019 12 · Colin Wei, Jason D. Lee, Qiang Liu, Tengyu Ma

Recent works have shown that on sufficiently over-parametrized neural nets, gradient descent with relatively large initialization optimizes a prediction function in the RKHS of the Neural Tangent Kernel (NTK). This analy…

Neural ODEs as the Deep Limit of ResNets with constant weights

2019-06-28 · arXiv 2019 6 · Benny Avelin, Kaj Nyström

In this paper we prove that, in the deep limit, the stochastic gradient descent on a ResNet type deep neural network, where each layer shares the same weight matrix, converges to the stochastic gradient descent for a Neu…

Understanding the training of infinitely deep and wide ResNets with Conditional Optimal Transport

2024-03-19 · Raphaël Barboni, Gabriel Peyré, François-Xavier Vialard

We study the convergence of gradient flow for the training of deep neural networks. If Residual Neural Networks are a popular example of very deep architectures, their training constitutes a challenging optimization prob…