← Search

Spencer Frei

13 accepted papers

2025

Trained Transformer Classifiers Generalize and Exhibit Benign Overfitting In-Context

ICLR 2025poster

Transformers have the capacity to act as supervised learning algorithms: by properly encoding a set of labeled training (''in-context'') examples and an unlabeled test example into an input sequence of vectors of the same dimension, the forward pass of the transformer can produce predictions for tha…

2024

Benign Overfitting and Grokking in ReLU Networks for XOR Cluster Data

ICLR 2024poster

Neural networks trained by gradient descent (GD) have exhibited a number of surprising generalization behaviors. First, they can achieve a perfect fit to noisy training data and still generalize near-optimally, showing that overfitting can sometimes be benign. Second, they can undergo a period of cl…

Cited by 33SourcePDFScholar
2023

Implicit Bias in Leaky ReLU Networks Trained on High-Dimensional Data

ICLR 2023top-25%

The implicit biases of gradient-based optimization algorithms are conjectured to be a major factor in the success of modern deep learning. In this work, we investigate the implicit bias of gradient flow and gradient descent in two-layer fully-connected neural networks with leaky ReLU activations wh…

Cited by 61SourcePDFScholar
2023

The Double-Edged Sword of Implicit Bias: Generalization vs. Robustness in ReLU Networks

NeurIPS 2023poster

In this work, we study the implications of the implicit bias of gradient flow on generalization and adversarial robustness in ReLU networks. We focus on a setting where the data consists of clusters and the correlations between cluster means are small, and show that in two-layer ReLU networks gradi…

Cited by 30SourcePDFScholar
2022

Self-training Converts Weak Learners to Strong Learners in Mixture Models

AISTATS 2022poster

We consider a binary classification problem when the data comes from a mixture of two rotationally symmetric distributions satisfying concentration and anti-concentration properties enjoyed by log-concave distributions among others. We show that there exists a universal constant $C_{\mathrm{err}}>0$…

Cited by 25SourcePDFScholar
2021

Provable Generalization of SGD-trained Neural Networks of Any Width in the Presence of Adversarial Label Noise

ICML 2021spotlight

We consider a one-hidden-layer leaky ReLU network of arbitrary width trained by stochastic gradient descent (SGD) following an arbitrary initialization. We prove that SGD produces neural networks that have classification accuracy competitive with that of the best halfspace over the distribution for…

2021

Provable Robustness of Adversarial Training for Learning Halfspaces with Noise

ICML 2021spotlight

We analyze the properties of adversarial training for learning adversarially robust halfspaces in the presence of agnostic label noise. Denoting $\mathsf{OPT}_{p,r}$ as the best classification error achieved by a halfspace that is robust to perturbations of $\ell^{p}$ balls of radius $r$, we show th…

Cited by 18SourcePDFScholar
2021

Proxy Convexity: A Unified Framework for the Analysis of Neural Networks Trained by Gradient Descent

NeurIPS 2021poster

Although the optimization objectives for learning neural networks are highly non-convex, gradient-based methods have been wildly successful at learning neural networks in practice. This juxtaposition has led to a number of recent studies on provable guarantees for neural networks trained by gradient…

Cited by 34SourcePDFScholar
2019

Algorithm-Dependent Generalization Bounds for Overparameterized Deep Residual Networks

NeurIPS 2019poster

The skip-connections used in residual networks have become a standard architecture choice in deep learning due to the increased generalization and stability of networks with this architecture, although there have been limited theoretical guarantees for this improved performance. In this work, we a…

Cited by 40SourcePDFScholar