← Search

Nati Srebro

22 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
2020

Implicit Bias in Deep Linear Classification: Initialization Scale vs Training Accuracy

NeurIPS 2020spotlight

We provide a detailed asymptotic study of gradient flow trajectories and their implicit optimization bias when minimizing the exponential loss over "diagonal linear networks". This is the simplest model displaying a transition between "kernel" and non-kernel ("rich" or "active") regimes. We show ho…

Cited by 99SourcePDFScholar
2020

Minibatch vs Local SGD for Heterogeneous Distributed Learning

NeurIPS 2020poster

We analyze Local SGD (aka parallel or federated SGD) and Minibatch SGD in the heterogeneous distributed setting, where each machine has access to stochastic gradient estimates for a different, machine-specific, convex objective; the goal is to optimize w.r.t.~the average objective; and machines can…

Cited by 228SourcePDFScholar
2018

Graph Oracle Models, Lower Bounds, and Gaps for Parallel Stochastic Optimization

NeurIPS 2018spotlight

We suggest a general oracle-based framework that captures parallel stochastic optimization in different parallelization settings described by a dependency graph, and derive generic lower bounds in terms of this graph. We then use the framework and derive lower bounds to study several speci…

Cited by 138SourcePDFScholar
2018

Implicit Bias of Gradient Descent on Linear Convolutional Networks

NeurIPS 2018poster

We show that gradient descent on full-width linear convolutional networks of depth $L$ converges to a linear predictor related to the $\ell_{2/L}$ bridge penalty in the frequency domain. This is in contrast to linearly fully connected networks, where gradient descent converges to the hard margin lin…

Cited by 493SourcePDFScholar
2018

On preserving non-discrimination when combining expert advice

NeurIPS 2018poster

We study the interplay between sequential decision making and avoiding discrimination against protected groups, when examples arrive online and do not follow distributional assumptions. We consider the most basic extension of classical online learning: Given a class of predictors that are individual…

Cited by 34SourcePDFScholar
2018

The Everlasting Database: Statistical Validity at a Fair Price

NeurIPS 2018poster

The problem of handling adaptivity in data analysis, intentional or not, permeates a variety of fields, including test-set overfitting in ML challenges and the accumulation of invalid scientific discoveries. We propose a mechanism for answering an arbitrarily long sequence of potentially a…

Cited by 4SourcePDFScholar
2017

Exploring Generalization in Deep Learning

NeurIPS 2017poster

With a goal of understanding what drives generalization in deep networks, we consider several recently suggested explanations, including norm-based control, sharpness and robustness. We study how these measures can ensure generalization, highlighting the importance of scale normalization, and making…

2017

Implicit Regularization in Matrix Factorization

NeurIPS 2017spotlight

We study implicit regularization when optimizing an underdetermined quadratic objective over a matrix $X$ with gradient descent on a factorization of X. We conjecture and provide empirical and theoretical evidence that with small enough step sizes and initialization close enough to the origin, grad…

Cited by 602SourcePDFScholar
2017

Sketching Meets Random Projection in the Dual: A Provable Recovery Algorithm for Big and High-dimensional Data

AISTATS 2017poster

Sketching techniques scale up machine learning algorithms by reducing the sample size or dimensionality of massive data sets, without sacrificing their statistical properties. In this paper, we study sketching from an optimization point of view. We first show that the iterative Hessian sketch is an…

Cited by 57SourcePDFScholar
2017

Stochastic Approximation for Canonical Correlation Analysis

NeurIPS 2017poster

We propose novel first-order stochastic approximation algorithms for canonical correlation analysis (CCA). Algorithms presented are instances of inexact matrix stochastic gradient (MSG) and inexact matrix exponentiated gradient (MEG), and achieve $\epsilon$-suboptimality in the population objective…

Cited by 45SourcePDFScholar
2017

The Marginal Value of Adaptive Gradient Methods in Machine Learning

NeurIPS 2017oral

Adaptive optimization methods, which perform local optimization with a metric constructed from the history of iterates, are becoming increasingly popular for training deep neural networks. Examples include AdaGrad, RMSProp, and Adam. We show that for simple overparameterized problems, adaptive meth…

2016

Efficient Globally Convergent Stochastic Optimization for Canonical Correlation Analysis

NeurIPS 2016poster

We study the stochastic optimization of canonical correlation analysis (CCA), whose objective is nonconvex and does not decouple over training samples. Although several stochastic gradient based optimization algorithms have been recently proposed to solve this problem, no global convergence guarante…

Cited by 46SourcePDFScholar
2016

Global Optimality of Local Search for Low Rank Matrix Recovery

NeurIPS 2016poster

We show that there are no spurious local minima in the non-convex factorized parametrization of low-rank matrix recovery from incoherent linear measurements. With noisy measurements we show all local minima are very close to a global optimum. Together with a curvature bound at saddle points, this…

Cited by 475SourcePDFScholar
2016

Path-Normalized Optimization of Recurrent Neural Networks with ReLU Activations

NeurIPS 2016poster

We investigate the parameter-space geometry of recurrent neural networks (RNNs), and develop an adaptation of path-SGD optimization method, attuned to this geometry, that can learn plain RNNs with ReLU activations. On several datasets that require capturing long-term dependency structure, we show th…

Cited by 38SourcePDFScholar
2015

Path-SGD: Path-Normalized Optimization in Deep Neural Networks

NeurIPS 2015poster

We revisit the choice of SGD for training deep neural networks by reconsidering the appropriate geometry in which to optimize the weights. We argue for a geometry invariant to rescaling of weights that does not affect the output of the network, and suggest Path-SGD, which is an approximate steepest…