← Search

Jascha Sohl-Dickstein

45 accepted papers

2026

The Hot Mess of AI: How Does Misalignment Scale With Model Intelligence and Task Complexity?

ICLR 2026poster

As AI becomes more capable, we entrust it with more general and consequential tasks. The risks from failure grow more severe with increasing task scope. It is therefore important to understand the ways extremely capable AI models will fail: Will they fail by systematically pursuing goals we do not…

Cited by 0SourcecodeScholar
2024

Position: Levels of AGI for Operationalizing Progress on the Path to AGI

ICML 2024spotlight

We propose a framework for classifying the capabilities and behavior of Artificial General Intelligence (AGI) models and their precursors. This framework introduces levels of AGI performance, generality, and autonomy, providing a common language to compare models, assess risks, and measure progress…

Cited by 115SourcePDFScholar
2024

Scaling Exponents Across Parameterizations and Optimizers

ICML 2024poster

Robust and effective scaling of models from small to large width typically requires the precise adjustment of many algorithmic and architectural details, such as parameterization and optimizer choices. In this work, we propose a new perspective on parameterization by investigating a key assumption i…

Cited by 21SourcePDFScholar
2024

Small-scale proxies for large-scale Transformer training instabilities

ICLR 2024oral

Teams that have trained large Transformer-based models have reported training instabilities at large scale that did not appear when training with the same hyperparameters at smaller scales. Although the causes of such instabilities are of scientific interest, the amount of resources required to repr…

Cited by 79SourcePDFScholar
2023

Reduce, Reuse, Recycle: Compositional Generation with Energy-Based Diffusion Models and MCMC

ICML 2023poster

Since their introduction, diffusion models have quickly become the prevailing approach to generative modeling in many domains. They can be interpreted as learning the gradients of a time-varying sequence of log-probability density functions. This interpretation has motivated classifier-based and cla…

2023

Variance-Reduced Gradient Estimation via Noise-Reuse in Online Evolution Strategies

NeurIPS 2023poster

Unrolled computation graphs are prevalent throughout machine learning but present challenges to automatic differentiation (AD) gradient estimation methods when their loss functions exhibit extreme local sensitivtiy, discontinuity, or blackbox characteristics. In such scenarios, online evolution stra…

2022

A Closer Look at Learned Optimization: Stability, Robustness, and Inductive Biases

NeurIPS 2022accept

Learned optimizers---neural networks that are trained to act as optimizers---have the potential to dramatically accelerate training of machine learning models. However, even when meta-trained across thousands of tasks at huge computational expense, blackbox learned optimizers often struggle with sta…

2022

Unbiased Gradient Estimation in Unrolled Computation Graphs with Persistent Evolution Strategies (Extended Abstract)

IJCAI 2022poster

Current approaches for optimizing parameters in unrolled computation graphs suffer from high variance gradients, bias, slow updates, or large memory usage. We introduce a method called Persistent Evolution Strategies (PES), which divides the computation graph into a series of truncated unrolls, and…

Cited by 74SourcePDFScholar
2022

Wide Bayesian neural networks have a simple weight posterior: theory and accelerated sampling

ICML 2022spotlight

We introduce repriorisation, a data-dependent reparameterisation which transforms a Bayesian neural network (BNN) posterior to a distribution whose KL divergence to the BNN prior vanishes as layer widths grow. The repriorisation map acts directly on parameters, and its analytic simplicity complement…

2021

Reverse engineering learned optimizers reveals known and novel mechanisms

NeurIPS 2021poster

Learned optimizers are parametric algorithms that can themselves be trained to solve optimization problems. In contrast to baseline optimizers (such as momentum or Adam) that use simple update rules derived from theoretical principles, learned optimizers use flexible, high-dimensional, nonlinear par…

Cited by 20SourcePDFScholar
2021

Score-Based Generative Modeling through Stochastic Differential Equations

ICLR 2021oral

Creating noise from data is easy; creating data from noise is generative modeling. We present a stochastic differential equation (SDE) that smoothly transforms a complex data distribution to a known prior distribution by slowly injecting noise, and a corresponding reverse-time SDE that transforms th…

2021

Unbiased Gradient Estimation in Unrolled Computation Graphs with Persistent Evolution Strategies

ICML 2021oral

Unrolled computation graphs arise in many scenarios, including training RNNs, tuning hyperparameters through unrolled optimization, and training learned optimizers. Current approaches to optimizing parameters in such computation graphs suffer from high variance gradients, bias, slow updates, or larg…

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

Finite Versus Infinite Neural Networks: an Empirical Study

NeurIPS 2020spotlight

We perform a careful, thorough, and large scale empirical study of the correspondence between wide neural networks and kernel methods. By doing so, we resolve a variety of open questions related to the study of infinitely wide neural networks. Our experimental results include: kernel methods outperf…

2020

Infinite attention: NNGP and NTK for deep attention networks

ICML 2020poster

There is a growing amount of literature on the relationship between wide neural networks (NNs) and Gaussian processes (GPs), identifying an equivalence between the two for a variety of NN architectures. This equivalence enables, for instance, accurate approximation of the behaviour of wide Bayesian…

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
2020

Your GAN is Secretly an Energy-based Model and You Should Use Discriminator Driven Latent Sampling

NeurIPS 2020poster

We show that the sum of the implicit generator log-density $\log p_g$ of a GAN with the logit score of the discriminator defines an energy function which yields the true data density when the generator is imperfect but the discriminator is optimal, thus making it possible to improve on the typical g…

Cited by 147SourcePDFScholar
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
2019

Bayesian Deep Convolutional Networks with Many Channels are Gaussian Processes

ICLR 2019poster

There is a previously identified equivalence between wide fully connected neural networks (FCNs) and Gaussian processes (GPs). This equivalence enables, for instance, test set predictions that would have resulted from a fully Bayesian, infinitely wide trained FCN to be computed without ever instanti…

Cited by 401SourcePDFScholar
2019

Guided evolutionary strategies: augmenting random search with surrogate gradients

ICML 2019oral

Many applications in machine learning require optimizing a function whose true gradient is unknown or computationally expensive, but where surrogate gradient information, directions that may be correlated with the true gradient, is cheaply available. For example, this occurs when an approximate grad…

2019

Invertible Convolutional Flow

NeurIPS 2019spotlight

Normalizing flows can be used to construct high quality generative probabilistic models, but training and sample generation require repeated evaluation of Jacobian determinants and function inverses. To make such computations feasible, current approaches employ highly constrained architectures that…

2019

Meta-Learning Update Rules for Unsupervised Representation Learning

ICLR 2019oral

A major goal of unsupervised learning is to discover data representations that are useful for subsequent tasks, without access to supervised labels during training. Typically, this involves minimizing a surrogate objective, such as the negative log likelihood of a generative model, with the hope tha…

2019

The Effect of Network Width on Stochastic Gradient Descent and Generalization: an Empirical Study

ICML 2019oral

We investigate how the final parameters found by stochastic gradient descent are influenced by over-parameterization. We generate families of models by increasing the number of channels in a base network, and then perform a large hyper-parameter search to study how the test error depends on learning…

Cited by 57SourcePDFScholar
2019

Understanding and correcting pathologies in the training of learned optimizers

ICML 2019oral

Deep learning has shown that learned functions can dramatically outperform hand-designed functions on perceptual tasks. Analogously, this suggests that learned optimizers may similarly outperform current hand-designed optimizers, especially for specific problems. However, learned optimizers are noto…

Cited by 177SourcePDFScholar
2019

Wide Neural Networks of Any Depth Evolve as Linear Models Under Gradient Descent

NeurIPS 2019poster

A longstanding goal in deep learning research has been to precisely characterize training and generalization. However, the often complex loss landscapes of neural networks have made a theory of learning dynamics elusive. In this work, we show that for wide neural networks the learning dynamics simpl…

2018

Adversarial Examples that Fool both Computer Vision and Time-Limited Humans

NeurIPS 2018poster

Machine learning models are vulnerable to adversarial examples: small changes to images can cause computer vision models to make mistakes such as identifying a school bus as an ostrich. However, it is still an open question whether humans are prone to similar mistakes. Here, we address this question…

Cited by 327SourcePDFScholar
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…

2018

Dynamical Isometry and a Mean Field Theory of CNNs: How to Train 10,000-Layer Vanilla Convolutional Neural Networks

ICML 2018oral

In recent years, state-of-the-art methods in computer vision have utilized increasingly deep convolutional neural network architectures (CNNs), with some of the most successful models employing hundreds or even thousands of layers. A variety of pathologies such as vanishing/exploding gradients make…

2018

Generalizing Hamiltonian Monte Carlo with Neural Networks

ICLR 2018poster

We present a general-purpose method to train Markov chain Monte Carlo kernels, parameterized by deep neural networks, that converge and mix quickly to their target distribution. Our method generalizes Hamiltonian Monte Carlo and is trained to maximize expected squared jumped distance, a proxy for mi…

2018

PCA of high dimensional random walks with comparison to neural network training

NeurIPS 2018poster

One technique to visualize the training of neural networks is to perform PCA on the parameters over the course of training and to project to the subspace spanned by the first few PCA components. In this paper we compare this technique to the PCA of a high dimensional random walk. We compute the ei…

Cited by 35SourcePDFScholar
2018

Sensitivity and Generalization in Neural Networks: an Empirical Study

ICLR 2018poster

In practice it is often found that large over-parameterized neural networks generalize better than their smaller counterparts, an observation that appears to conflict with classical notions of function complexity, which typically favor smaller models. In this work, we investigate this tension betwee…

Cited by 545SourcePDFScholar
2017

Input Switched Affine Networks: An RNN Architecture Designed for Interpretability

ICML 2017poster

There exist many problem domains where the interpretability of neural network models is essential for deployment. Here we introduce a recurrent architecture composed of input-switched affine transformations – in other words an RNN without any explicit nonlinearities, but with input-dependent recurre…

Cited by 41SourcePDFScholar
2017

Learned Optimizers that Scale and Generalize

ICML 2017poster

Learning to learn has emerged as an important direction for achieving artificial intelligence. Two of the primary barriers to its adoption are an inability to scale to larger problems and a limited ability to generalize to new tasks. We introduce a learned gradient descent optimizer that generalizes…

Cited by 349SourcePDFScholar
2017

On the Expressive Power of Deep Neural Networks

ICML 2017poster

We propose a new approach to the problem of neural network expressivity, which seeks to characterize how structural properties of a neural network family affect the functions it is able to compute. Our approach is based on an interrelated set of measures of expressivity, unified by the novel notion…

Cited by 1057SourcePDFScholar
2017

REBAR: Low-variance, unbiased gradient estimates for discrete latent variable models

NeurIPS 2017oral

Learning in models with discrete latent variables is challenging due to high variance gradient estimators. Generally, approaches have relied on control variates to reduce the variance of the REINFORCE estimator. Recent work \citep{jang2016categorical, maddison2016concrete} has taken a different appr…

2017

SVCCA: Singular Vector Canonical Correlation Analysis for Deep Learning Dynamics and Interpretability

NeurIPS 2017poster

We propose a new technique, Singular Vector Canonical Correlation Analysis (SVCCA), a tool for quickly comparing two representations in a way that is both invariant to affine transform (allowing comparison between different layers and networks) and fast to compute (allowing more comparisons to be ca…

2016

Exponential expressivity in deep neural networks through transient chaos

NeurIPS 2016poster

We combine Riemannian geometry with the mean field theory of high dimensional chaos to study the nature of signal propagation in deep neural networks with random weights. Our results reveal a phase transition in the expressivity of random deep networks, with networks in the chaotic phase computing n…

2015

Deep Knowledge Tracing

NeurIPS 2015poster

Knowledge tracing, where a machine models the knowledge of a student as they interact with coursework, is an established and significantly unsolved problem in computer supported education.In this paper we explore the benefit of using recurrent neural networks to model student learning.This family of…

2015

Deep Unsupervised Learning using Nonequilibrium Thermodynamics

ICML 2015poster

A central problem in machine learning involves modeling complex data-sets using highly flexible families of probability distributions in which learning, sampling, inference, and evaluation are still analytically or computationally tractable. Here, we develop an approach that simultaneously achieves…