← Search

Matus Telgarsky

15 accepted papers

2025

Benefits of Early Stopping in Gradient Descent for Overparameterized Logistic Regression

ICML 2025poster

In overparameterized logistic regression, gradient descent (GD) iterates diverge in norm while converging in direction to the maximum $\ell_2$-margin solution---a phenomenon known as the implicit bias of GD. This work investigates additional regularization effects induced by early stopping in well-s…

Cited by 0SourcePDFScholar
2024

Spectrum Extraction and Clipping for Implicitly Linear Layers

AISTATS 2024poster

We show the effectiveness of automatic differentiation in efficiently and correctly computing and controlling the spectrum of implicitly linear operators, a rich family of layer types including all standard convolutional and dense layers. We provide the first clipping method which is correct for gen…

2024

Transformers, parallel computation, and logarithmic depth

ICML 2024spotlight

We show that a constant number of self-attention layers can efficiently simulate—and be simulated by—a constant number of communication rounds of *Massively Parallel Computation*. As a consequence, we show that logarithmic-depth is sufficient for transformers to solve basic computational tasks that…

2022

Actor-critic is implicitly biased towards high entropy optimal policies

ICLR 2022poster

We show that the simplest actor-critic method — a linear softmax policy updated with TD through interaction with a linear MDP, but featuring no explicit regularization or exploration — does not merely find an optimal policy, but moreover prefers high entropy optimal policies. To demonstrate the stre…

Cited by 18SourcePDFScholar
2020

Polylogarithmic width suffices for gradient descent to achieve arbitrarily small test error with shallow ReLU networks

ICLR 2020poster

Recent theoretical work has guaranteed that overparameterized networks trained by gradient descent achieve arbitrarily low training error, and sometimes even low test error. The required width, however, is always polynomial in at least one of the sample size $n$, the (inverse) target error $1/\epsil…

Cited by 223SourceScholar
2019

A Gradual, Semi-Discrete Approach to Generative Network Training via Explicit Wasserstein Minimization

ICML 2019oral

This paper provides a simple procedure to fit generative networks to target distributions, with the goal of a small Wasserstein distance (or other optimal transport costs). The approach is based on two principles: (a) if the source randomness of the network is a continuous distribution (the "semi-di…

Cited by 20SourcePDFScholar