ResearchPod Summary
Last-layer ensembles (LLEs) are computationally efficient methods for estimating epistemic uncertainty by training multiple linear heads on a shared, frozen feature map. However, because these heads share the same backbone gradients, they often converge to identical functions, leading to a collapse in inter-member diversity. This paper investigates whether this collapse can be mitigated in function space to recover the performance of full deep ensembles without the associated training and inference costs.
The authors propose the Covariance Last-Layer Ensemble (cov-LLE), which introduces a covariance penalty on member activations during training. This approach is contrasted with Orthonormal Certificates (OC), which attempt to decorrelate members in weight space. The authors also organize existing OOD detectors into a 2x2 taxonomy based on their training objective (unsupervised vs. supervised) and scoring rule (norm vs. disagreement), identifying that label-free failures in OC are primarily scoring artifacts that can be corrected with a scale-invariant direction score.
This work provides a practical, high-performance solution for uncertainty quantification in resource-constrained environments. By demonstrating that function-space decorrelation is superior to weight-space decorrelation, the paper offers a clear path for improving the reliability of deployed neural networks without the prohibitive cost of training multiple full-scale models.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.