← Search

Roger Grosse.

23 accepted papers

2023

Discovering Language Model Behaviors with Model-Written Evaluations

ACL 2023findings

As language models (LMs) scale, they develop many novel behaviors, good and bad, exacerbating the need to evaluate how they behave. Prior work creates evaluations with crowdwork (which is time-consuming and expensive) or existing data sources (which are not always available). Here, we automatically…

2021

Beyond Marginal Uncertainty: How Accurately can Bayesian Regression Models Estimate Posterior Predictive Correlations?

AISTATS 2021poster

While uncertainty estimation is a well-studied topic in deep learning, most such work focuses on marginal uncertainty estimates, i.e. the predictive mean and variance at individual input locations. But it is often more useful to estimate predictive correlations between the function values at differe…

2021

Understanding and Mitigating Exploding Inverses in Invertible Neural Networks

AISTATS 2021poster

Invertible neural networks (INNs) have been used to design generative models, implement memory-saving gradient computation, and solve inverse problems. In this work, we show that commonly-used INN architectures suffer from exploding inverses and are thus prone to becoming numerically non-invertible.…

2020

Evaluating Lossy Compression Rates of Deep Generative Models

ICML 2020poster

The field of deep generative modeling has succeeded in producing astonishingly realistic-seeming images and audio, but quantitative evaluation remains a challenge. Log-likelihood is an appealing metric due to its grounding in statistics and information theory, but it can be challenging to estimate f…

2019

EigenDamage: Structured Pruning in the Kronecker-Factored Eigenbasis

ICML 2019oral

Reducing the test time resource requirements of a neural network while preserving test accuracy is crucial for running inference on resource-constrained devices. To achieve this goal, we introduce a novel network reparameterization based on the Kronecker-factored eigenbasis (KFE), and then apply Hes…

2019

Self-Tuning Networks: Bilevel Optimization of Hyperparameters using Structured Best-Response Functions

ICLR 2019poster

Hyperparameter optimization can be formulated as a bilevel optimization problem, where the optimal parameters on the training set depend on the hyperparameters. We aim to adapt regularization hyperparameters for neural networks by fitting compact approximations to the best-response function, which m…

Cited by 216SourcePDFScholar
2018

Adversarial Distillation of Bayesian Neural Network Posteriors

ICML 2018accepted

Bayesian neural networks (BNNs) allow us to reason about uncertainty in a principled way. Stochastic Gradient Langevin Dynamics (SGLD) enables efficient BNN learning by drawing samples from the BNN posterior using mini-batches. However, SGLD and its extensions require storage of many copies of the m…

2018

Differentiable Compositional Kernel Learning for Gaussian Processes

ICML 2018oral

The generalization properties of Gaussian processes depend heavily on the choice of kernel, and this choice remains a dark art. We present the Neural Kernel Network (NKN), a flexible family of kernels represented by a neural network. The NKN’s architecture is based on the composition rules for kerne…

Cited by 97SourcePDFScholar
2018

Flipout: Efficient Pseudo-Independent Weight Perturbations on Mini-Batches

ICLR 2018poster

Stochastic neural net weights are used in a variety of contexts, including regularization, Bayesian neural nets, exploration in reinforcement learning, and evolution strategies. Unfortunately, due to the large number of weights, all the examples in a mini-batch typically share the same weight pertur…

Cited by 418SourcePDFScholar
2018

Understanding Short-Horizon Bias in Stochastic Meta-Optimization

ICLR 2018poster

Careful tuning of the learning rate, or even schedules thereof, can be crucial to effective neural net training. There has been much recent interest in gradient-based meta-optimization, where one tunes hyperparameters, or even learns an optimizer, in order to minimize the expected loss when the trai…

2017

Discovering and Exploiting Additive Structure for Bayesian Optimization

AISTATS 2017poster

Bayesian optimization has proven invaluable for black-box optimization of expensive functions. Its main limitation is its exponential complexity with respect to the dimensionality of the search space using typical kernels. Luckily, many objective functions can be decomposed into additive subproblems…

2017

On the Quantitative Analysis of Decoder-Based Generative Models

ICLR 2017poster

The past several years have seen remarkable progress in generative models which produce convincing samples of images and other modalities. A shared component of some popular models such as generative adversarial networks and generative moment matching networks, is a decoder network, a parametric dee…

Cited by 285SourcecodeScholar
2015

Accurate and conservative estimates of MRF log-likelihood using reverse annealing

AISTATS 2015poster

Markov random fields (MRFs) are difficult to evaluate as generative models because computing the test log-probabilities requires the intractable partition function. Annealed importance sampling (AIS) is widely used to estimate MRF partition functions, and often yields quite accurate results. However…

Cited by 79SourcePDFScholar