paper-with-me

홈 › Papers

DAIT: Distillation from Vision-Language Models to Lightweight Classifiers with Adaptive Intermediate Teacher Transfer

2026-03-16 · Zhengxu He, Jun Li, Zhijian Wu arxiv

Large-scale Vision-Language Models (VLMs) encode rich multimodal semantics that are highly beneficial for fine-grained visual categorization (FGVC). However, their prohibitive computational cost hinders practical deployment in resource-constrained environments. Although knowledge distillation contributes to transferring VLMs capacity to lightweight classifiers, conventional distillation mechanisms, which directly transfer from a generic VLM to a compact student, often yield suboptimal results due to severe architectural misalignment and introducing task-irrelevant information. To alleviate this limitation, we propose Distillation with Adaptive Intermediate Teacher transfer (DAIT) in this study, facilitating adaptive knowledge transfer from VLMs to lightweight students. DAIT introduces a trainable intermediate teacher that learns to transfer frozen VLMs representations under explicit supervision from the target fine-grained task. This intermediate teacher adaptively enhances discriminative visual cues, thereby producing compact and task-aligned knowledge that can be reliably distilled into lightweight models. Extensive evaluations on multiple FGVC benchmarks with diverse student architectures demonstrate that our method achieves respective performance gains of 12.63% and 8.34% on FGVC-Aircraft and CUB-200-2011 datasets, establishing DAIT as a principled paradigm for transferring from general-purpose VLMS to deployable fine-grained recognition models.

📄 PDF Abstract BibTeX arXiv:2603.15166

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Scale-Aware Contrastive Reverse Distillation for Unsupervised Medical Anomaly Detection

2025-03-18 · Chunlei Li, Yilei Shi, Jingliang Hu, Xiao Xiang Zhu 외

Unsupervised anomaly detection using deep learning has garnered significant research attention due to its broad applicability, particularly in medical imaging where labeled anomalous data are scarce. While earlier approa…

Anomaly DetectionKnowledge DistillationSelf-Supervised LearningUnsupervised Anomaly Detection

On-Policy Distillation for Vision-Language Model Adaptation, an Effective Paradigm on Low-Quality Multimodal Data

2026-09-09 · Hongyuan Zhang, Xianda Guo, Yanlun Peng, Qianlong Yang 외 arxiv

Knowledge distillation offers an efficient route to transfer a task-adapted vision-language teacher to a compact student. The training target in current vision-language distillation methods is typically constructed from …

Knowledge Distillation

VLM-KD: Knowledge Distillation from VLM for Long-Tail Visual Recognition

2024-08-29 · Zaiwei Zhang, Gregory P. Meyer, Zhichao Lu, Ashish Shrivastava 외

For visual recognition, knowledge distillation typically involves transferring knowledge from a large, well-trained teacher model to a smaller student model. In this paper, we introduce an effective method to distill kno…

Knowledge DistillationLanguage ModelingLanguage Modelling

Efficient Quantization-Aware Distillation with Cross-Modal Alignment for Edge Vision-Language Models

2026-09-15 · Jinwoo Jeon, GyuYeop Do, Yubin Lim, Nam-Joon Kim 외 arxiv

Large-scale vision-language models (VLM) such as CLIP enable strong open-vocabulary reasoning, yet deploying these capabilities on resource-constrained edge devices remains challenging. EdgeVL addresses this problem by d…

Contrastive Learning

SOPD-SocialNav: Selective On-Policy Distillation for Vision-Language Social Navigation

2026-07-22 · Xinyu Zhang, Zishuo Wang, Ling Xiao arxiv

Vision-language models have shown strong potential for social robot navigation by leveraging rich semantic understanding of complex environments and human behaviors. However, large scale VLMs are difficult to deploy on r…

Robot Navigation