Powerful Teachers Matter: Text-Guided Multi-view Knowledge Distillation with Visual Prior Enhancement

arXiv cs.CV / 3/26/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces Text-guided Multi-view Knowledge Distillation (TMKD), aiming to improve knowledge distillation by upgrading the teacher’s knowledge quality rather than only changing the student-training objective.
  • TMKD uses dual-modality teachers—a visual teacher and a text teacher based on CLIP—to produce richer supervisory signals through semantic-weighting and adaptive feature fusion.
  • The visual teacher is enhanced with multi-view inputs plus visual priors such as edge and high-frequency features, while the text teacher employs prior-aware prompts to guide how student features are fused.
  • The method also adds vision-language contrastive regularization to strengthen the student’s semantic knowledge.
  • Experiments across five benchmarks show consistent performance gains of up to 4.49% over existing distillation approaches, and the authors provide code for replication.

Abstract

Knowledge distillation transfers knowledge from large teacher models to smaller students for efficient inference. While existing methods primarily focus on distillation strategies, they often overlook the importance of enhancing teacher knowledge quality. In this paper, we propose Text-guided Multi-view Knowledge Distillation (TMKD), which leverages dual-modality teachers, a visual teacher and a text teacher (CLIP), to provide richer supervisory signals. Specifically, we enhance the visual teacher with multi-view inputs incorporating visual priors (edge and high-frequency features), while the text teacher generates semantic weights through prior-aware prompts to guide adaptive feature fusion. Additionally, we introduce vision-language contrastive regularization to strengthen semantic knowledge in the student model. Extensive experiments on five benchmarks demonstrate that TMKD consistently improves knowledge distillation performance by up to 4.49\%, validating the effectiveness of our dual-teacher multi-view enhancement strategy. Code is available at https://anonymous.4open.science/r/TMKD-main-44D1.