← Search

Boaz Barak

12 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
2024

Distinguishing the Knowable from the Unknowable with Language Models

ICML 2024poster

We study the feasibility of identifying *epistemic* uncertainty (reflecting a lack of knowledge), as opposed to *aleatoric* uncertainty (reflecting entropy in the underlying distribution), in the outputs of large language models (LLMs) over free-form text. In the absence of ground-truth probabilitie…

2024

Watermarks in the Sand: Impossibility of Strong Watermarking for Language Models

ICML 2024poster

Watermarking generative models consists of planting a statistical signal (watermark) in a model's output so that it can be later verified that the output was generated by the given model. A strong watermarking scheme satisfies the property that a computationally bounded attacker cannot erase the wat…

Cited by 6SourcePDFScholar
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…

2023

Scaling Data-Constrained Language Models

NeurIPS 2023oral

The current trend of scaling language models involves increasing both parameter count and training dataset size. Extrapolating this trend suggests that training dataset size may soon be limited by the amount of text data available on the internet. Motivated by this limit, we investigate scaling lang…

2022

Hidden Progress in Deep Learning: SGD Learns Parities Near the Computational Limit

NeurIPS 2022accept

There is mounting evidence of emergent phenomena in the capabilities of deep learning methods as we scale up datasets, model sizes, and training times. While there are some accounts of how these resources modulate statistical capacity, far less is known about their effect on the computational proble…

Cited by 156SourcePDFScholar
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

(Nearly) Efficient Algorithms for the Graph Matching Problem on Correlated Random Graphs

NeurIPS 2019poster

We consider the graph matching/similarity problem of determining how similar two given graphs $G_0,G_1$ are and recovering the permutation $\pi$ on the vertices of $G_1$ that minimizes the symmetric difference between the edges of $G_0$ and $\pi(G_1)$. Graph matching/similarity has applications for…

Cited by 27SourcePDFScholar
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…