← Search

Gal Kaplun

7 accepted papers

2024

Beyond Implicit Bias: The Insignificance of SGD Noise in Online Learning

ICML 2024spotlight

The success of SGD in deep learning has been ascribed by prior works to the *implicit bias* induced by finite batch sizes (''SGD noise''). While prior works focused on *offline learning* (i.e., multiple-epoch training), we study the impact of SGD noise on *online* (i.e., single epoch) learning. Thro…

Cited by 3SourcePDFScholar
2023

Deconstructing Distributions: A Pointwise Framework of Learning

ICLR 2023poster

In machine learning, we traditionally evaluate the performance of a single model, averaged over a collection of test inputs. In this work, we propose a new approach: we measure the performance of a collection of models when evaluated at *single input point*. Specifically, we study a point's *profile…

2022

Knowledge Distillation: Bad Models Can Be Good Role Models

NeurIPS 2022accept

Large neural networks trained in the overparameterized regime are able to fit noise to zero train error. Recent work of Nakkiran and Bansal has empirically observed that such networks behave as “conditional samplers” from the noisy distribution. That is, they replicate the noise in the train data to…

Cited by 21SourcePDFScholar
2021

For self-supervised learning, Rationality implies generalization, provably

ICLR 2021poster

We prove a new upper bound on the generalization gap of classifiers that are obtained by first using self-supervision to learn a representation $r$ of the training~data, and then fitting a simple (e.g., linear) classifier $g$ to the labels. Specifically, we show that (under the assumptions described…

Cited by 38SourcePDFScholar
2020

Deep Double Descent: Where Bigger Models and More Data Hurt

ICLR 2020poster

We show that a variety of modern deep learning tasks exhibit a "double-descent" phenomenon where, as we increase model size, performance first gets worse and then gets better. Moreover, we show that double descent occurs not just as a function of model size, but also as a function of the number of…

Cited by 1164SourceScholar
2019

SGD on Neural Networks Learns Functions of Increasing Complexity

NeurIPS 2019spotlight

We perform an experimental study of the dynamics of Stochastic Gradient Descent (SGD) in learning deep neural networks for several real and synthetic classification tasks. We show that in the initial epochs, almost all of the performance improvement of the classifier obtained by SGD can be explained…