Logit-Based Ensemble Distribution Distillation for Robust Autoregressive Sequence Uncertainties
Yassir Fathullah, Guoxuan Xia, Mark Gales

TL;DR
This paper introduces a logit-based ensemble distribution distillation method for autoregressive sequence models, improving uncertainty estimation and out-of-distribution detection while reducing computational costs.
Contribution
It proposes modeling ensemble logits instead of probabilities, enabling scalable uncertainty distillation for large vocabularies in transformer models.
Findings
Logit-based EDD outperforms probability-space methods.
Students surpass Deep Ensembles in OOD detection by ~10%.
Method maintains in-distribution translation quality.
Abstract
Efficiently and reliably estimating uncertainty is an important objective in deep learning. It is especially pertinent to autoregressive sequence tasks, where training and inference costs are typically very high. However, existing research has predominantly focused on tasks with static data such as image classification. In this work, we investigate Ensemble Distribution Distillation (EDD) applied to large-scale natural language sequence-to-sequence data. EDD aims to compress the superior uncertainty performance of an expensive (teacher) ensemble into a cheaper (student) single model. Importantly, the ability to separate knowledge (epistemic) and data (aleatoric) uncertainty is retained. Existing probability-space approaches to EDD, however, are difficult to scale to large vocabularies. We show, for modern transformer architectures on large-scale translation tasks, that modelling the…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Machine Learning and Data Classification · Anomaly Detection Techniques and Applications
MethodsSoftmax · Deep Ensembles
