← Search

Gal Vardi

28 accepted papers

2026

Positive Distribution Shift as a Framework for Understanding Tractable Learning

ICML 2026poster

We study a setting where the goal is to learn a target function f(x) with respect to a target distribution D(x), but training is done on i.i.d. samples from a different training distribution D’(x), labeled by the true target f(x). Such a distribution shift (here in the form of covariate shift) is us…

Cited by 0SourceScholar
2025

Flavors of Margin: Implicit Bias of Steepest Descent in Homogeneous Neural Networks

ICLR 2025poster

We study the implicit bias of the family of steepest descent algorithms with infinitesimal learning rate, including gradient descent, sign gradient descent and coordinate descent, in deep homogeneous neural networks. We prove that an algorithm-dependent geometric margin increases during training and…

Cited by 2SourcePDFScholar
2025

Temperature is All You Need for Generalization in Langevin Dynamics and other Markov Processes

NeurIPS 2025spotlight

We analyze the generalization gap (gap between the training and test errors) when training a potentially over-parametrized model using a Markovian stochastic training algorithm, initialized from some distribution $\theta_0 \sim p_0$. We focus on Langevin dynamics with a positive temperature $\beta^{…

Cited by 0SourceScholar
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

An Agnostic View on the Cost of Overfitting in (Kernel) Ridge Regression

ICLR 2024poster

We study the cost of overfitting in noisy kernel ridge regression (KRR), which we define as the ratio between the test error of the interpolating ridgeless model and the test error of the optimally-tuned model. We take an ``agnostic'' view in the following sense: we consider the cost as a function o…

Cited by 8SourcePDFScholar
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
2024

Overfitting Behaviour of Gaussian Kernel Ridgeless Regression: Varying Bandwidth or Dimensionality

NeurIPS 2024poster

We consider the overfitting behavior of minimum norm interpolating solutions of Gaussian kernel ridge regression (i.e. kernel ridgeless regression), when the bandwidth or input dimension varies with the sample size. For fixed dimensions, we show that even with varying or tuned bandwidth, the ridgele…

Cited by 2SourcePDFScholar
2024

Provable Tempered Overfitting of Minimal Nets and Typical Nets

NeurIPS 2024poster

We study the overfitting behavior of fully connected deep Neural Networks (NNs) with binary weights fitted to perfectly classify a noisy training set. We consider interpolation using both the smallest NN (having the minimal number of weights) and a random interpolating NN. For both learning rules, w…

Cited by 2SourcePDFScholar
2023

Adversarial Examples Exist in Two-Layer ReLU Networks for Low Dimensional Linear Subspaces

NeurIPS 2023poster

Despite a great deal of research, it is still not well-understood why trained neural networks are highly vulnerable to adversarial examples. In this work we focus on two-layer neural networks trained using data which lie on a low dimensional linear subspace. We show that standard gradient methods le…

Cited by 2SourcePDFScholar
2023

Computational Complexity of Learning Neural Networks: Smoothness and Degeneracy

NeurIPS 2023poster

Understanding when neural networks can be learned efficiently is a fundamental question in learning theory. Existing hardness results suggest that assumptions on both the input distribution and the network's weights are necessary for obtaining efficient algorithms. Moreover, it was previously shown…

Cited by 5SourcePDFScholar
2023

Deconstructing Data Reconstruction: Multiclass, Weight Decay and General Losses

NeurIPS 2023poster

Memorization of training data is an active research area, yet our understanding of the inner workings of neural networks is still in its infancy. Recently, Haim et al. 2022 proposed a scheme to reconstruct training samples from multilayer perceptron binary classifiers, effectively demonstrating that…

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

On the Effective Number of Linear Regions in Shallow Univariate ReLU Networks: Convergence Guarantees and Implicit Bias

NeurIPS 2022accept

We study the dynamics and implicit bias of gradient flow (GF) on univariate ReLU neural networks with a single hidden layer in a binary classification setting. We show that when the labels are determined by the sign of a target network with $r$ neurons, with high probability over the initialization…

Cited by 37SourcePDFScholar
2022

Reconstructing Training Data From Trained Neural Networks

NeurIPS 2022accept

Understanding to what extent neural networks memorize training data is an intriguing question with practical and theoretical implications. In this paper we show that in some cases a significant fraction of the training data can in fact be reconstructed from the parameters of a trained neural networ…