paper-with-me

홈 › Papers

Dynamics of stochastic gradient descent for two-layer neural networks in the teacher-student setup

2019-06-18 · NeurIPS 2019 12 · Sebastian Goldt, Madhu S. Advani, Andrew M. Saxe, Florent Krzakala, Lenka Zdeborová

Deep neural networks achieve stellar generalisation even when they have enough parameters to easily fit all their training data. We study this phenomenon by analysing the dynamics and the performance of over-parameterised two-layer neural networks in the teacher-student setup, where one network, the student, is trained on data generated by another network, called the teacher. We show how the dynamics of stochastic gradient descent (SGD) is captured by a set of differential equations and prove that this description is asymptotically exact in the limit of large inputs. Using this framework, we calculate the final generalisation error of student networks that have more parameters than their teachers. We find that the final generalisation error of the student increases with network size when training only the first layer, but stays constant or even decreases with size when training both layers. We show that these different behaviours have their root in the different solutions SGD finds for different activation functions. Our results indicate that achieving good generalisation in neural networks goes beyond the properties of SGD alone and depends on the interplay of at least the algorithm, the model architecture, and the data set.

📄 PDF Abstract BibTeX arXiv:1906.08632

Code (3)

sgoldt/nn2pp 공식 구현
sgoldt/pyscm 공식 구현
cristianoBY/nn2pp-torch pytorch

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Toward Understanding Generalization of Over-parameterized Deep ReLU network trained with SGD in Student-teacher Setting

2019-09-25 · Yuandong Tian

To analyze deep ReLU network, we adopt a student-teacher setting in which an over-parameterized student network learns from the output of a fixed teacher network of the same depth, with Stochastic Gradient Descent (SGD).…

Soft Mode in the Dynamics of Over-realizable On-line Learning for Soft Committee Machines

2021-04-29 · Frederieke Richert, Roman Worschech, Bernd Rosenow

Over-parametrized deep neural networks trained by stochastic gradient descent are successful in performing many tasks of practical relevance. One aspect of over-parametrization is the possibility that the student network…

Generalisation dynamics of online learning in over-parameterised neural networks

2019-01-25 · Sebastian Goldt, Madhu S. Advani, Andrew M. Saxe, Florent Krzakala 외

Deep neural networks achieve stellar generalisation on a variety of problems, despite often being large enough to easily fit all their training data. Here we study the generalisation dynamics of two-layer neural networks…

Optimization and Generalization of Shallow Neural Networks with Quadratic Activation Functions

2020-06-27 · NeurIPS 2020 12 · Stefano Sarao Mannelli, Eric Vanden-Eijnden, Lenka Zdeborová

We study the dynamics of optimization and the generalization properties of one-hidden layer neural networks with quadratic activation function in the over-parametrized regime where the layer width $m$ is larger than the …

Is Stochastic Gradient Descent Near Optimal?

2022-09-18 · Yifan Zhu, Hong Jun Jeon, Benjamin Van Roy

The success of neural networks over the past decade has established them as effective models for many relevant data generating processes. Statistical theory on neural networks indicates graceful scaling of sample complex…