← Search

Samuel S. Schoenholz

10 accepted papers

2021

Learn2Hop: Learned Optimization on Rough Landscapes

ICML 2021spotlight

Optimization of non-convex loss surfaces containing many local minima remains a critical problem in a variety of domains, including operations research, informatics, and material design. Yet, current techniques either require extremely high iteration counts or a large number of random restarts for g…

2021

Tilting the playing field: Dynamical loss functions for machine learning

ICML 2021oral

We show that learning can be improved by using loss functions that evolve cyclically during training to emphasize one class at a time. In underparameterized networks, such dynamical loss functions can lead to successful training for networks that fail to find deep minima of the standard cross-entrop…

2021

Whitening and Second Order Optimization Both Make Information in the Dataset Unusable During Training, and Can Reduce or Prevent Generalization

ICML 2021spotlight

Machine learning is predicated on the concept of generalization: a model achieving low error on a sufficiently large training set should also perform well on novel samples from the same distribution. We show that both data whitening and second order optimization can harm or entirely prevent generali…

Cited by 19SourcePDFScholar
2020

Neural Tangents: Fast and Easy Infinite Neural Networks in Python

ICLR 2020spotlight

Neural Tangents is a library for working with infinite-width neural networks. It provides a high-level API for specifying complex and hierarchical neural network architectures. These networks can then be trained and evaluated either at finite-width as usual or in their infinite-width limit. Infinite…

Cited by 293SourcecodeScholar
2019

A Mean Field Theory of Batch Normalization

ICLR 2019poster

We develop a mean field theory for batch normalization in fully-connected feedforward neural networks. In so doing, we provide a precise characterization of signal propagation and gradient backpropagation in wide batch-normalized networks at initialization. Our theory shows that gradient signals gro…

Cited by 217SourcePDFScholar
2018

Deep Neural Networks as Gaussian Processes

ICLR 2018poster

It has long been known that a single-layer fully-connected neural network with an i.i.d. prior over its parameters is equivalent to a Gaussian process (GP), in the limit of infinite network width. This correspondence enables exact Bayesian inference for infinite width neural networks on regression…

2017

Neural Message Passing for Quantum Chemistry

ICML 2017poster

Supervised learning on molecules has incredible potential to be useful in chemistry, drug discovery, and materials science. Luckily, several promising and closely related neural network models invariant to molecular symmetries have already been described in the literature. These models learn a messa…