Simple Semi-supervised Knowledge Distillation From Vision-language Models Via Texttt{d}ual-texttt{h}ead Texttt{o}ptimization | Awesome LLM Papers Add your paper to Awesome LLM Papers

Simple Semi-supervised Knowledge Distillation From Vision-language Models Via Texttt{d}ual-texttt{h}ead Texttt{o}ptimization

Seongjae Kang, Dong Bok Lee, Hyungjoon Jang, Sung Ju Hwang . No Venue 2025

[Paper]   Search on Google Scholar   Search on Semantic Scholar
Compositional Generalization Datasets Efficiency Interdisciplinary Approaches Multimodal Semantic Representation Tools Training Techniques

Vision-language models (VLMs) have achieved remarkable success across diverse tasks by leveraging rich textual information with minimal labeled data. However, deploying such large models remains challenging, particularly in resource-constrained environments. Knowledge distillation (KD) offers a well-established solution to this problem; however, recent KD approaches from VLMs often involve multi-stage training or additional tuning, increasing computational overhead and optimization complexity. In this paper, we propose texttt{D}ual-texttt{H}ead texttt{O}ptimization (texttt{DHO}) – a simple yet effective KD framework that transfers knowledge from VLMs to compact, task-specific models in semi-supervised settings. Specifically, we introduce dual prediction heads that independently learn from labeled data and teacher predictions, and propose to linearly combine their outputs during inference. We observe that DHO mitigates gradient conflicts between supervised and distillation signals, enabling more effective feature learning than single-head KD baselines. As a result, extensive experiments show that DHO consistently outperforms baselines across multiple domains and fine-grained datasets. Notably, on ImageNet, it achieves state-of-the-art performance, improving accuracy by 3% and 0.1% with 1% and 10% labeled data, respectively, while using fewer parameters.

Similar Work