paper-with-me

Papers

Feature Space Particle Inference for Neural Network Ensembles

2022-06-02 · Shingo Yashima, Teppei Suzuki, Kohta Ishikawa, Ikuro Sato, Rei Kawakami

Ensembles of deep neural networks demonstrate improved performance over single models. For enhancing the diversity of ensemble members while keeping their performance, particle-based inference methods offer a promising approach from a Bayesian perspective. However, the best way to apply these methods to neural networks is still unclear: seeking samples from the weight-space posterior suffers from inefficiency due to the over-parameterization issues, while seeking samples directly from the function-space posterior often results in serious underfitting. In this study, we propose optimizing particles in the feature space where the activation of a specific intermediate layer lies to address the above-mentioned difficulties. Our method encourages each member to capture distinct features, which is expected to improve ensemble prediction robustness. Extensive evaluation on real-world datasets shows that our model significantly outperforms the gold-standard Deep Ensembles on various metrics, including accuracy, calibration, and robustness. Code is available at https://github.com/DensoITLab/featurePI .

📄 PDF Abstract BibTeX arXiv:2206.00944

Code (1)

densoitlab/featurepi 공식 구현 jax

Tasks

Diversity

Methods 이 논문이 사용한 방법론

Deep Ensembles 설명 없음

Similar Papers 제목 키워드 기반

Input-gradient space particle inference for neural network ensembles

2023-06-05 · Trung Trinh, Markus Heinonen, Luigi Acerbi, Samuel Kaski

Deep Ensembles (DEs) demonstrate improved accuracy, calibration and robustness to perturbations over single neural networks partly due to their functional diversity. Particle-based variational inference (ParVI) methods e…

DiversityEnsemble Learningimage-classificationImage Classification+2

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

A Rigorous Link between Deep Ensembles and (Variational) Bayesian Methods

2023-05-24 · NeurIPS 2023 11 · Veit David Wild, Sahra Ghalebikesabi, Dino Sejdinovic, Jeremias Knoblauch

We establish the first mathematically rigorous link between Bayesian, variational Bayesian, and ensemble methods. A key step towards this it to reformulate the non-convex optimisation problem typically encountered in dee…

Deep LearningUncertainty QuantificationVariational Inference

Generative Ensemble Regression: Learning Particle Dynamics from Observations of Ensembles with Physics-Informed Deep Generative Models

2020-08-05 · Liu Yang, Constantinos Daskalakis, George Em. Karniadakis

We propose a new method for inferring the governing stochastic ordinary differential equations (SODEs) by observing particle ensembles at discrete and sparse time instants, i.e., multiple "snapshots". Particle coordinate…

regression

On Stein Variational Neural Network Ensembles

2021-06-20 · Francesco D'Angelo, Vincent Fortuin, Florian Wenzel

Ensembles of deep neural networks have achieved great success recently, but they do not offer a proper Bayesian justification. Moreover, while they allow for averaging of predictions over several hypotheses, they do not …

Diversity