← Search

Roger B. Grosse

19 accepted papers

2022

Near-optimal Local Convergence of Alternating Gradient Descent-Ascent for Minimax Optimization

AISTATS 2022poster

Smooth minimax games often proceed by simultaneous or alternating gradient updates. Although algorithms with alternating updates are commonly used in practice, the majority of existing theoretical analyses focus on simultaneous algorithms for convenience of analysis. In this paper, we study alternat…

Cited by 59SourcePDFScholar
2022

On Implicit Bias in Overparameterized Bilevel Optimization

ICML 2022spotlight

Many problems in machine learning involve bilevel optimization (BLO), including hyperparameter optimization, meta-learning, and dataset distillation. Bilevel problems involve inner and outer parameters, each optimized for its own objective. Often, at least one of the two levels is underspecified and…

2021

LIME: Learning Inductive Bias for Primitives of Mathematical Reasoning

ICML 2021spotlight

While designing inductive bias in neural architectures has been widely studied, we hypothesize that transformer networks are flexible enough to learn inductive bias from suitable generic tasks. Here, we replace architecture engineering by encoding inductive bias in the form of datasets. Inspired by…

2021

Learning Branching Heuristics for Propositional Model Counting

AAAI 2021technical

Propositional model counting, or #SAT, is the problem of computing the number of satisfying assignments of a Boolean formula. Many problems from different application areas, including many discrete probabilistic inference problems, can be translated into model counting problems to be solved by #SAT…

Cited by 17SourcePDFScholar
2021

On Monotonic Linear Interpolation of Neural Network Parameters

ICML 2021spotlight

Linear interpolation between initial neural network parameters and converged parameters after training with stochastic gradient descent (SGD) typically leads to a monotonic decrease in the training objective. This Monotonic Linear Interpolation (MLI) property, first observed by Goodfellow et al. 201…

Cited by 15SourcePDFScholar
2021

Scalable Variational Gaussian Processes via Harmonic Kernel Decomposition

ICML 2021spotlight

We introduce a new scalable variational Gaussian process approximation which provides a high fidelity approximation while retaining general applicability. We propose the harmonic kernel decomposition (HKD), which uses Fourier series to decompose a kernel as a sum of orthogonal kernels. Our variation…

2020

Delta-STN: Efficient Bilevel Optimization for Neural Networks using Structured Response Jacobians

NeurIPS 2020poster

Hyperparameter optimization of neural networks can be elegantly formulated as a bilevel optimization problem. While research on bilevel optimization of neural networks has been dominated by implicit differentiation and unrolling, hypernetworks such as Self-Tuning Networks (STNs) have recently gained…

2020

Regularized linear autoencoders recover the principal components, eventually

NeurIPS 2020poster

Our understanding of learning input-output relationships with neural nets has improved rapidly in recent years, but little is known about the convergence of the underlying representations, even in the simple case of linear autoencoders (LAEs). We show that when trained with proper regularization, LA…

2019

Don't Blame the ELBO! A Linear VAE Perspective on Posterior Collapse

NeurIPS 2019poster

Posterior collapse in Variational Autoencoders (VAEs) with uninformative priors arises when the variational posterior distribution closely matches the prior for a subset of latent variables. This paper presents a simple and intuitive explanation for posterior collapse through the analysis of linear…

Cited by 242SourcePDFScholar
2019

Fast Convergence of Natural Gradient Descent for Over-Parameterized Neural Networks

NeurIPS 2019poster

Natural gradient descent has proven very effective at mitigating the catastrophic effects of pathological curvature in the objective function, but little is known theoretically about its convergence properties, especially for \emph{non-linear} networks. In this work, we analyze for the first time th…

Cited by 167SourcePDFScholar
2019

Preventing Gradient Attenuation in Lipschitz Constrained Convolutional Networks

NeurIPS 2019poster

Lipschitz constraints under L2 norm on deep neural networks are useful for provable adversarial robustness bounds, stable training, and Wasserstein distance estimation. While heuristic approaches such as the gradient penalty have seen much practical success, it is challenging to achieve similar prac…

2019

TimbreTron: A WaveNet(CycleGAN(CQT(Audio))) Pipeline for Musical Timbre Transfer

ICLR 2019poster

In this work, we address the problem of musical timbre transfer, where the goal is to manipulate the timbre of a sound sample from one instrument to match another instrument while preserving other musical content, such as pitch, rhythm, and loudness. In principle, one could apply image-based style t…

Cited by 146SourcePDFScholar
2019

Which Algorithmic Choices Matter at Which Batch Sizes? Insights From a Noisy Quadratic Model

NeurIPS 2019poster

Increasing the batch size is a popular way to speed up neural network training, but beyond some critical batch size, larger batch sizes yield diminishing returns. In this work, we study how the critical batch size changes based on properties of the optimization algorithm, including acceleration and…

Cited by 168SourcePDFScholar
2018

Isolating Sources of Disentanglement in Variational Autoencoders

NeurIPS 2018oral

We decompose the evidence lower bound to show the existence of a term measuring the total correlation between latent variables. We use this to motivate the beta-TCVAE (Total Correlation Variational Autoencoder) algorithm, a refinement and plug-in replacement of the beta-VAE for learning disentangled…

2017

Scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation

NeurIPS 2017spotlight

In this work, we propose to apply trust region optimization to deep reinforcement learning using a recently proposed Kronecker-factored approximation to the curvature. We extend the framework of natural policy gradient and propose to optimize both the actor and the critic using Kronecker-factored ap…

2017

The Reversible Residual Network: Backpropagation Without Storing Activations

NeurIPS 2017poster

Residual Networks (ResNets) have demonstrated significant improvement over traditional Convolutional Neural Networks (CNNs) on image classification, increasing in performance as networks grow both deeper and wider. However, memory consumption becomes a bottleneck as one needs to store all the inter…

2016

Measuring the reliability of MCMC inference with bidirectional Monte Carlo

NeurIPS 2016poster

Markov chain Monte Carlo (MCMC) is one of the main workhorses of probabilistic inference, but it is notoriously hard to measure the quality of approximate posterior samples. This challenge is particularly salient in black box inference methods, which can hide details and obscure inference failures.…

2015

Learning Wake-Sleep Recurrent Attention Models

NeurIPS 2015spotlight

Despite their success, convolutional neural networks are computationally expensive because they must examine all image locations. Stochastic attention-based models have been shown to improve computational efficiency at test time, but they remain difficult to train because of intractable posterior in…

Cited by 77SourcePDFScholar