paper-with-me

Papers

Repulsive Deep Ensembles are Bayesian

2021-06-22 · NeurIPS 2021 12 · Francesco D'Angelo, Vincent Fortuin

Deep ensembles have recently gained popularity in the deep learning community for their conceptual simplicity and efficiency. However, maintaining functional diversity between ensemble members that are independently trained with gradient descent is challenging. This can lead to pathologies when adding more ensemble members, such as a saturation of the ensemble performance, which converges to the performance of a single model. Moreover, this does not only affect the quality of its predictions, but even more so the uncertainty estimates of the ensemble, and thus its performance on out-of-distribution data. We hypothesize that this limitation can be overcome by discouraging different ensemble members from collapsing to the same function. To this end, we introduce a kernelized repulsive term in the update rule of the deep ensembles. We show that this simple modification not only enforces and maintains diversity among the members but, even more importantly, transforms the maximum a posteriori inference into proper Bayesian inference. Namely, we show that the training dynamics of our proposed repulsive ensembles follow a Wasserstein gradient flow of the KL divergence with the true posterior. We study repulsive terms in weight and function space and empirically compare their performance to standard ensembles and Bayesian baselines on synthetic and real-world prediction tasks.

📄 PDF Abstract BibTeX arXiv:2106.11642

Code (1)

ratschlab/repulsive_ensembles 공식 구현 pytorch

Tasks

Bayesian InferenceDiversity

Similar Papers 제목 키워드 기반

Uncertainty Quantification in PINNs for Turbulent Flows: Bayesian Inference and Repulsive Ensembles

2026-04-18 · Khemraj Shukla, Zongren Zou, Theo Kaeufer, Michael Triantafyllou 외 arxiv

Physics-informed neural networks (PINNs) have emerged as a promising framework for solving inverse problems governed by partial differential equations (PDEs), including the reconstruction of turbulent flow fields from sp…

Bayesian Inference

Enhancing Diversity in Bayesian Deep Learning via Hyperspherical Energy Minimization of CKA

2024-10-31 · David Smerkous, Qinxun Bai, Fuxin Li

Particle-based Bayesian deep learning often requires a similarity metric to compare two networks. However, naive similarity metrics lack permutation invariance and are inappropriate for comparing networks. Centered Kerne…

Deep LearningDiversityOutlier DetectionUncertainty Quantification

Function Space Diversity for Uncertainty Prediction via Repulsive Last-Layer Ensembles

2024-12-20 · Sophie Steger, Christian Knoll, Bernhard Klein, Holger Fröning 외

Bayesian inference in function space has gained attention due to its robustness against overparameterization in neural networks. However, approximating the infinite-dimensional function space introduces several challenge…

Active LearningBayesian InferenceData AugmentationDiversity

ReBaPL: Repulsive Bayesian Prompt Learning

2025-11-21 · Yassir Bendou, Omar Ezzahir, Eduardo Fernandes Montesuma, Gabriel Mahuas 외 arxiv

Prompt learning has emerged as an effective technique for fine-tuning large-scale foundation models for downstream tasks. However, conventional prompt learning methods are prone to overfitting and can struggle with out-o…

Bayesian Inference

Repulsive Attention: Rethinking Multi-head Attention as Bayesian Inference

2020-09-20 · EMNLP 2020 11 · Bang An, Jie Lyu, Zhenyi Wang, Chunyuan Li 외

The neural attention mechanism plays an important role in many natural language processing applications. In particular, the use of multi-head attention extends single-head attention by allowing a model to jointly attend …

Bayesian InferenceDiversity