← Search

Aaron Mishkin

7 accepted papers

2025

Exploring The Loss Landscape Of Regularized Neural Networks Via Convex Duality

ICLR 2025oral

We discuss several aspects of the loss landscape of regularized neural networks: the structure of stationary points, connectivity of optimal solutions, path with non-increasing loss to arbitrary global optimum, and the nonuniqueness of optimal solutions, by casting the problem into an equivalent con…

Cited by 1SourcePDFScholar
2024

Directional Smoothness and Gradient Methods: Convergence and Adaptivity

NeurIPS 2024poster

We develop new sub-optimality bounds for gradient descent (GD) that depend on the conditioning of the objective along the path of optimization, rather than on global, worst-case constants. Key to our proofs is directional smoothness, a measure of gradient variation that we use to develop upper-boun…

Cited by 5SourcePDFScholar
2022

Fast Convex Optimization for Two-Layer ReLU Networks: Equivalent Model Classes and Cone Decompositions

ICML 2022spotlight

We develop fast algorithms and robust software for convex optimization of two-layer neural networks with ReLU activation functions. Our work leverages a convex re-formulation of the standard weight-decay penalized training problem as a set of group-l1-regularized data-local models, where locality is…

2019

Painless Stochastic Gradient: Interpolation, Line-Search, and Convergence Rates

NeurIPS 2019poster

Recent works have shown that stochastic gradient descent (SGD) achieves the fast convergence rates of full-batch gradient descent for over-parameterized models satisfying certain interpolation conditions. However, the step-size used in these works depends on unknown quantities and SGD's practical pe…

2018

SLANG: Fast Structured Covariance Approximations for Bayesian Deep Learning with Natural Gradient

NeurIPS 2018poster

Uncertainty estimation in large deep-learning models is a computationally challenging task, where it is difficult to form even a Gaussian approximation to the posterior distribution. In such situations, existing methods usually resort to a diagonal approximation of the covariance matrix despite the…