← Search

Kevin Roth

7 accepted papers

2021

Disentangling the Roles of Curation, Data-Augmentation and the Prior in the Cold Posterior Effect

NeurIPS 2021poster

The “cold posterior effect” (CPE) in Bayesian deep learning describes the disturbing observation that the predictive performance of Bayesian neural networks can be significantly improved if the Bayes posterior is artificially sharpened using a temperature parameter T <1. The CPE is problematic in t…

Cited by 27SourcePDFScholar
2021

Precise characterization of the prior predictive distribution of deep ReLU networks

NeurIPS 2021spotlight

Recent works on Bayesian neural networks (BNNs) have highlighted the need to better understand the implications of using Gaussian priors in combination with the compositional structure of the network architecture. Similar in spirit to the kind of analysis that has been developed to devise better in…

Cited by 39SourcePDFScholar
2020

Adversarial Training is a Form of Data-dependent Operator Norm Regularization

NeurIPS 2020spotlight

We establish a theoretical link between adversarial training and operator norm regularization for deep neural networks. Specifically, we prove that $l_p$-norm constrained projected gradient ascent based adversarial training with an $l_q$-norm loss on the logits of clean and perturbed inputs is equiv…

Cited by 65SourcePDFScholar
2020

How Good is the Bayes Posterior in Deep Neural Networks Really?

ICML 2020poster

During the past five years the Bayesian deep learning community has developed increasingly accurate and efficient approximate inference procedures that allow for Bayesian inference in deep neural networks. However, despite this algorithmic progress and the promise of improved uncertainty quantificat…

2020

The k-tied Normal Distribution: A Compact Parameterization of Gaussian Mean Field Posteriors in Bayesian Neural Networks

ICML 2020poster

Variational Bayesian Inference is a popular methodology for approximating posterior distributions over Bayesian neural network weights. Recent work developing this class of methods has explored ever richer parameterizations of the approximate posterior in the hope of improving performance. In contra…

Cited by 71SourcePDFScholar
2019

The Odds are Odd: A Statistical Test for Detecting Adversarial Examples

ICML 2019oral

We investigate conditions under which test statistics exist that can reliably detect examples, which have been adversarially manipulated in a white-box attack. These statistics can be easily computed and calibrated by randomly corrupting inputs. They exploit certain anomalies that adversarial attack…

2017

Stabilizing Training of Generative Adversarial Networks through Regularization

NeurIPS 2017poster

Deep generative models based on Generative Adversarial Networks (GANs) have demonstrated impressive sample quality but in order to work they require a careful choice of architecture, parameter initialization, and selection of hyper-parameters. This fragility is in part due to a dimensional mismatch…