paper-with-me

홈 › Papers

Knowledge Distillation of Uncertainty using Deep Latent Factor Model

2025-10-22 · Sehyun Park, Jongjin Lee, Yunseop Shin, Ilsang Ohn, Yongdai Kim arxiv

Deep ensembles deliver state-of-the-art, reliable uncertainty quantification, but their heavy computational and memory requirements hinder their practical deployments to real applications such as on-device AI. Knowledge distillation compresses an ensemble into small student models, but existing techniques struggle to preserve uncertainty partly because reducing the size of DNNs typically results in variation reduction. To resolve this limitation, we introduce a new method of distribution distillation (i.e. compressing a teacher ensemble into a student distribution instead of a student ensemble) called Gaussian distillation, which estimates the distribution of a teacher ensemble through a special Gaussian process called the deep latent factor model (DLF) by treating each member of the teacher ensemble as a realization of a certain stochastic process. The mean and covariance functions in the DLF model are estimated stably by using the expectation-maximization (EM) algorithm. By using multiple benchmark datasets, we demonstrate that the proposed Gaussian distillation outperforms existing baselines. In addition, we illustrate that Gaussian distillation works well for fine-tuning of language models and distribution shift problems.

📄 PDF Abstract BibTeX arXiv:2510.19290

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Teaching with Uncertainty: Unleashing the Potential of Knowledge Distillation in Object Detection

2024-06-11 · Junfei Yi, Jianxu Mao, Tengfei Liu, Mingjie Li 외

Knowledge distillation (KD) is a widely adopted and effective method for compressing models in object detection tasks. Particularly, feature-based distillation methods have shown remarkable performance. Existing approach…

Knowledge Distillationobject-detectionObject DetectionTransfer Learning

Avatar Knowledge Distillation: Self-ensemble Teacher Paradigm with Uncertainty

2023-05-04 · Yuan Zhang, Weihua Chen, Yichen Lu, Tao Huang 외

Knowledge distillation is an effective paradigm for boosting the performance of pocket-size model, especially when multiple teacher models are available, the student would break the upper limit again. However, it is not …

Knowledge Distillationobject-detectionObject DetectionSemantic Segmentation+1

Computation-Efficient Knowledge Distillation via Uncertainty-Aware Mixup

2020-12-17 · Guodong Xu, Ziwei Liu, Chen Change Loy

Knowledge distillation, which involves extracting the "dark knowledge" from a teacher network to guide the learning of a student network, has emerged as an essential technique for model compression and transfer learning.…

InformativenessKnowledge DistillationModel CompressionTransfer Learning

How Is Uncertainty Propagated in Knowledge Distillation?

2026-01-26 · Ziyao Cui, Jian Pei arxiv

Knowledge distillation transfers behavior from a teacher to a student model, but the process is inherently stochastic: teacher outputs, student training, and student inference can all be random. Collapsing these uncertai…

Knowledge Distillation

Uncertainty-Aware Dual-Student Knowledge Distillation for Efficient Image Classification

2025-11-24 · Aakash Gore, Anoushka Dey, Aryan Mishra arxiv

Knowledge distillation has emerged as a powerful technique for model compression, enabling the transfer of knowledge from large teacher networks to compact student models. However, traditional knowledge distillation meth…

Knowledge DistillationImage ClassificationModel Compression