SAE: Sequential Anchored Ensembles
Arnaud Delaunoy, Gilles Louppe

TL;DR
Sequential Anchored Ensembles (SAE) offer a computationally efficient method for approximating Bayesian posteriors in neural networks by training ensemble members sequentially with correlated losses, outperforming traditional anchored ensembles in some benchmarks.
Contribution
SAE introduces a sequential training approach with correlated losses, reducing computational costs while maintaining or improving approximation quality compared to anchored ensembles.
Findings
SAE outperforms anchored ensembles on some benchmarks.
SAE achieves 2nd and 3rd place in NeurIPS 2021 competition.
SAE provides a lightweight alternative for Bayesian neural network approximation.
Abstract
Computing the Bayesian posterior of a neural network is a challenging task due to the high-dimensionality of the parameter space. Anchored ensembles approximate the posterior by training an ensemble of neural networks on anchored losses designed for the optima to follow the Bayesian posterior. Training an ensemble, however, becomes computationally expensive as its number of members grows since the full training procedure is repeated for each member. In this note, we present Sequential Anchored Ensembles (SAE), a lightweight alternative to anchored ensembles. Instead of training each member of the ensemble from scratch, the members are trained sequentially on losses sampled with high auto-correlation, hence enabling fast convergence of the neural networks and efficient approximation of the Bayesian posterior. SAE outperform anchored ensembles, for a given computational budget, on some…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Machine Learning and Data Classification
