paper-with-me

홈 › Papers

Logit-Based Ensemble Distribution Distillation for Robust Autoregressive Sequence Uncertainties

2023-05-17 · Yassir Fathullah, Guoxuan Xia, Mark Gales

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 ensemble logits, instead of softmax probabilities, leads to significantly better students. Moreover, the students surprisingly even outperform Deep Ensembles by up to ~10% AUROC on out-of-distribution detection, whilst matching them at in-distribution translation.

📄 PDF Abstract BibTeX arXiv:2305.10384

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationOut-of-Distribution DetectionTranslation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Deep Ensembles 설명 없음

Similar Papers 제목 키워드 기반

Logit Distance Bounds Representational Similarity

2026-02-17 · Beatrix M. G. Nielsen, Emanuele Marconato, Luigi Gresele, Andrea Dittadi 외 arxiv

For a broad family of discriminative models that includes autoregressive language models, identifiability results imply that if two models induce the same conditional distributions, then their internal representations ar…

Ensemble Modeling with Contrastive Knowledge Distillation for Sequential Recommendation

2023-04-28 · Hanwen Du, Huanhuan Yuan, Pengpeng Zhao, Fuzhen Zhuang 외

Sequential recommendation aims to capture users' dynamic interest and predicts the next item of users' preference. Most sequential recommendation methods use a deep neural network as sequence encoder to generate user and…

AttributeContrastive LearningKnowledge DistillationMulti-Task Learning+2

PILE: Pairwise Iterative Logits Ensemble for Multi-Teacher Labeled Distillation

2022-11-11 · Lianshang Cai, Linhao Zhang, Dehong Ma, Jun Fan 외

Pre-trained language models have become a crucial part of ranking systems and achieved very impressive effects recently. To maintain high performance while keeping efficient computations, knowledge distillation is widely…

Knowledge Distillation

ELODI: Ensemble Logit Difference Inhibition for Positive-Congruent Training

2022-05-12 · Yue Zhao, Yantao Shen, Yuanjun Xiong, Shuo Yang 외

Negative flips are errors introduced in a classification system when a legacy model is updated. Existing methods to reduce the negative flip rate (NFR) either do so at the expense of overall accuracy by forcing a new mod…

Classificationimage-classificationImage Classification

Data-Efficient Autoregressive-to-Diffusion Language Models via On-Policy Distillation

2026-06-04 · Xingyu Su, Jacob Helwig, Shubham Parashar, Atharv Chagi 외 arxiv

We study the transformation of autoregressive models (ARLMs) into diffusion language models (DLMs). Rather than pretraining from scratch, prior work replaces the causal attention in ARLMs with bidirectional attention and…