paper-with-me

홈 › Papers

LLaVA-CKD: Bottom-Up Cascaded Knowledge Distillation for Vision-Language Models

2026-05-11 · Nikolaos Gkalelis, Vasileios Mezaris arxiv

Large Vision-Language Models (VLMs) are successful in addressing a multitude of vision-language understanding tasks, such as Visual Question Answering (VQA), but their memory and compute requirements remain a concern for practical deployment. A promising class of techniques for mitigating this concern is Knowledge Distillation, where knowledge from a high-capacity Teacher network is transferred to a considerably smaller Student network. However, the capacity gap between the two networks is both a blessing and a curse: the smaller the Student network, the better its efficiency, and the larger the Teacher, the more knowledge it carries; yet, beyond a point, the larger capacity gap between the two leads to worse knowledge transfer. To counter this effect, we propose a bottom-up cascaded knowledge distillation (CKD) framework. Instead of treating knowledge transfer as an activity involving one high-capacity Teacher (or an ensemble of such), inspired by human formal education systems, we introduce one (potentially, more) additional Teacher(s) of intermediate capacity that gradually bring the Student network to the next level, where the next (higher-capacity) Teacher can take over. We provide a theoretical analysis in order to study the effect of cascaded distillation in the generalization performance of the Student. We apply the proposed framework on models build upon the LLaVA methodology and evaluate the derived models on seven standard, publicly available VQA benchmarks, demonstrating their SotA performance.

📄 PDF Abstract BibTeX arXiv:2605.10641

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Question AnsweringKnowledge Distillation

Similar Papers 제목 키워드 기반

LLaVA-MoD: Making LLaVA Tiny via MoE Knowledge Distillation

2024-08-28 · Fangxun Shu, Yue Liao, Le Zhuo, Chenning Xu 외

We introduce LLaVA-MoD, a novel framework designed to enable the efficient training of small-scale Multimodal Language Models (s-MLLM) by distilling knowledge from large-scale MLLM (l-MLLM). Our approach tackles two fund…

Computational EfficiencyHallucinationKnowledge DistillationMixture-of-Experts+1

MoVE-KD: Knowledge Distillation for VLMs with Mixture of Visual Encoders

2025-01-03 · CVPR 2025 1 · Jiajun Cao, Yuan Zhang, Tao Huang, Ming Lu 외

Visual encoders are fundamental components in vision-language models (VLMs), each showcasing unique strengths derived from various pre-trained visual foundation models. To leverage the various capabilities of these encod…

Knowledge DistillationMixture-of-Experts

Token-Budget Distillation: Transferring Full-Token Semantics to Compressed Video Vision-Language Models

2026-08-28 · Xiaoyang Guo, Guoping Luo, Jusheng Zhang, Keze Wang 외 arxiv

Adapting video vision-language models (VLMs) is computationally expensive because video inputs produce a large number of visual tokens, making both fine-tuning and inference costly. Although visual token compression can …

parameter-efficient fine-tuning

CasPoinTr: Point Cloud Completion with Cascaded Networks and Knowledge Distillation

2025-09-27 · Yifan Yang, Yuxiang Yan, Boda Liu, Jian Pu arxiv

Point clouds collected from real-world environments are often incomplete due to factors such as limited sensor resolution, single viewpoints, occlusions, and noise. These challenges make point cloud completion essential …

Knowledge DistillationPoint Cloud CompletionPoint Clouds

Gated Relational Alignment via Confidence-based Distillation for Efficient VLMs

2026-01-30 · Yanlong Chen, Amirhossein Habibian, Luca Benini, Yawei Li arxiv

Vision-Language Models (VLMs) achieve strong multimodal performance but are costly to deploy, and post-training quantization often causes significant accuracy loss. Despite its potential, quantization-aware training for …

Knowledge Distillation