paper-with-me

Papers

Uncertainty-Aware Knowledge Distillation for Multimodal Large Language Models

2026-03-22 · Jingchen Sun, Shaobo Han, Deep Patel, Wataru Kohno, Can Jin, Changyou Chen arxiv

Knowledge distillation establishes a learning paradigm that leverages both data supervision and teacher guidance. However, determining the optimal balance between learning from data and learning from the teacher is challenging, as some samples may be noisy while others are subject to teacher uncertainty. This motivates the need for adaptively balancing data and teacher supervision. We propose Beta-weighted Knowledge Distillation (Beta-KD), an uncertainty-aware distillation framework that adaptively modulates how much the student relies on teacher guidance. Specifically, we formulate teacher--student learning from a unified Bayesian perspective and interpret teacher supervision as a Gibbs prior over student activations. This yields a closed-form, uncertainty-aware weighting mechanism and supports arbitrary distillation objectives and their combinations. Extensive experiments on multimodal VQA benchmarks demonstrate that distilling student Vision-Language Models from a large teacher VLM consistently improves performance. The results show that Beta-KD outperforms existing knowledge distillation methods. The code is available at https://github.com/Jingchensun/beta-kd.

📄 PDF Abstract BibTeX arXiv:2603.21426

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Uncertainty-Aware Cross-Modal Knowledge Distillation with Prototype Learning for Multimodal Brain-Computer Interfaces

2025-07-17 · Hyo-Jeong Jang, Hye-Bin Shin, Seong-Whan Lee

Electroencephalography (EEG) is a fundamental modality for cognitive state monitoring in brain-computer interfaces (BCIs). However, it is highly susceptible to intrinsic signal errors and human-induced labeling errors, w…

EEGKnowledge 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

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 Knowledge Distillation for Compact and Efficient 6DoF Pose Estimation

2025-03-17 · Nassim Ali Ousalah, Anis Kacem, Enjie Ghorbel, Emmanuel Koumandakis 외

Compact and efficient 6DoF object pose estimation is crucial in applications such as robotics, augmented reality, and space autonomous navigation systems, where lightweight models are critical for real-time accurate perf…

Autonomous NavigationKnowledge DistillationPose EstimationSpacecraft Pose Estimation+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