When Better Teachers Don't Make Better Students: Revisiting Knowledge Distillation for CLIP Models in VQA
Pume Tuchinda, Parinthapat Pengpun, Romrawin Chumpu, Sarana Nutanong, Peerat Limkonchotiwat
TL;DR
This work interrogates the effectiveness of knowledge distillation from CLIP-style teachers for vision-language models, revealing that stronger teachers do not consistently yield better multimodal students and that scaling KD in this domain faces alignment bottlenecks. Through systematic experiments across teacher/student scales, loss functions, training durations, and data sources, the authors identify representational misalignment and task-specific limitations as key barriers to transferring large-capacity teachers to VLMs. They show substantial parameter-efficiency can be achieved (e.g., reducing vision encoder parameters from $85.8\mathrm{M}$ to $5.5\mathrm{M}$ with only modest multimodal drops), but enhancements do not reliably translate to VQA or related multimodal tasks. The findings argue for redesigned KD objectives and data-alignment strategies tailored to multimodal settings, guiding future methods toward truly parameter-efficient and high-performing VLMs.
Abstract
Vision-language models (VLMs) have achieved remarkable success across multimodal tasks, yet their substantial computational demands hinder efficient deployment. Knowledge distillation (KD) has emerged as a powerful approach for building lightweight but competitive models, with strong evidence from both language and vision domains. However, its application to VLMs, particularly CLIP-style models, remains limited, often constrained to small-scale teachers and narrow evaluation tasks such as classification or retrieval. In this work, we present the first systematic study of distillation across a range of CLIP-style teacher models, ranging from standard baselines to large-scale state-of-the-art models. Contrary to trends observed in NLP and vision, we find that stronger teachers do not consistently yield better students; in fact, existing distillation frameworks often fail to scale, leading to degraded performance in downstream multimodal tasks such as visual question answering. Our findings challenge prevailing assumptions in KD and point toward new directions for designing parameter-efficient multimodal models.
