paper-with-me

Papers

Bayesian Deep Ensembles via the Neural Tangent Kernel

2020-07-11 · NeurIPS 2020 12 · Bobby He, Balaji Lakshminarayanan, Yee Whye Teh

We explore the link between deep ensembles and Gaussian processes (GPs) through the lens of the Neural Tangent Kernel (NTK): a recent development in understanding the training dynamics of wide neural networks (NNs). Previous work has shown that even in the infinite width limit, when NNs become GPs, there is no GP posterior interpretation to a deep ensemble trained with squared error loss. We introduce a simple modification to standard deep ensembles training, through addition of a computationally-tractable, randomised and untrainable function to each ensemble member, that enables a posterior interpretation in the infinite width limit. When ensembled together, our trained NNs give an approximation to a posterior predictive distribution, and we prove that our Bayesian deep ensembles make more conservative predictions than standard deep ensembles in the infinite width limit. Finally, using finite width NNs we demonstrate that our Bayesian deep ensembles faithfully emulate the analytic posterior predictive when available, and can outperform standard deep ensembles in various out-of-distribution settings, for both regression and classification tasks.

📄 PDF Abstract BibTeX arXiv:2007.05864

Code (3)

bobby-he/bayesian-ntk 공식 구현 jax
mlisicki/neuralkernelbandits jax
vectorinstitute/neuralkernelbandits jax

Tasks

Gaussian Processes

Methods 이 논문이 사용한 방법론

Deep Ensembles 설명 없음

Similar Papers 제목 키워드 기반

Ensembles provably learn equivariance through data augmentation

2024-10-02 · Oskar Nordenfors, Axel Flinth

Recently, it was proved that group equivariance emerges in ensembles of neural networks as the result of full augmentation in the limit of infinitely wide neural networks (neural tangent kernel limit). In this paper, we …

Data Augmentation

On the Equivalence of Random Network Distillation, Deep Ensembles, and Bayesian Inference

2026-02-23 · Moritz A. Zanger, Yijun Wu, Pascal R. Van der Vaart, Wendelin Böhmer 외 arxiv

Uncertainty quantification is central to safe and efficient deployments of deep learning models, yet many computationally practical methods lack lacking rigorous theoretical motivation. Random network distillation (RND) …

Bayesian Inference

Disentangling the Predictive Variance of Deep Ensembles through the Neural Tangent Kernel

2022-10-18 · Seijin Kobayashi, Pau Vilimelis Aceituno, Johannes von Oswald

Identifying unfamiliar inputs, also known as out-of-distribution (OOD) detection, is a crucial property of any decision making process. A simple and empirically validated technique is based on deep ensembles where the va…

Decision MakingInductive BiasOut of Distribution (OOD) Detection

Analyzing Tree Architectures in Ensembles via Neural Tangent Kernel

2022-05-25 · Ryuichi Kanoh, Mahito Sugiyama

A soft tree is an actively studied variant of a decision tree that updates splitting rules using the gradient method. Although soft trees can take various architectures, their impact is not theoretically well known. In t…

Ensemble Learning

A Neural Tangent Kernel Perspective of Infinite Tree Ensembles

2021-09-10 · ICLR 2022 4 · Ryuichi Kanoh, Mahito Sugiyama

In practical situations, the tree ensemble is one of the most popular models along with neural networks. A soft tree is a variant of a decision tree. Instead of using a greedy method for searching splitting rules, the so…