paper-with-me

홈 › Papers

Unlock the Power: Competitive Distillation for Multi-Modal Large Language Models

2023-11-14 · Xinwei Li, Li Lin, Shuai Wang, Chen Qian

Recently, multi-modal content generation has attracted lots of attention from researchers by investigating the utilization of visual instruction tuning based on large language models (LLMs). To enhance the performance and generalization ability of such LLMs, the practice of distilling knowledge from pretrained multi-modal models (a.k.a. teachers) to more compact multi-modal LLMs (students) has gained considerable interest. However, the prevailing paradigm of instructiontuning in multi-modal LLMs knowledge distillation is resource-intensive and unidirectional, neglecting the potential for mutual feedback between the student and teacher models. Thus, we propose an innovative Competitive Multi-modal Distillation framework (CoMD), which captures bidirectional feedback between teacher and student models and continually updates the multi-modal capabilities that the student model has learned. It comprises two stages: multi-modal pre-training and multi-modal competitive distillation. The first stage pre-trains the student model on a large number of filtered multi-modal datasets. The second stage facilitates a bidirectional knowledge transfer between the student and teacher models. Our experimental analysis of diverse datasets shows that our knowledge transfer method consistently improves the capabilities of the student model. Finally, the 7B-sized student model after four distillations surpassed the current state-of-the-art model LLaVA-13B on the ScienceQA and LLaVA Test dataset, also outperforms other strong baselines in the zero-shot setting.

📄 PDF Abstract BibTeX arXiv:2311.08213

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationTransfer Learning

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

X-GS: An Extensible Framework for Perceiving and Thinking via 3D Gaussian Splatting

2026-03-10 · Yueen Ma, Zenglin Xu, Irwin King arxiv

3D Gaussian Splatting (3DGS) has emerged as a powerful technique for novel view synthesis, subsequently extending into numerous spatial AI applications. However, most existing 3DGS methods operate in isolation, focusing …

Novel View SynthesisVisual Grounding

ModalityMirror: Improving Audio Classification in Modality Heterogeneity Federated Learning with Multimodal Distillation

2024-08-28 · Tiantian Feng, Tuo Zhang, Salman Avestimehr, Shrikanth S. Narayanan

Multimodal Federated Learning frequently encounters challenges of client modality heterogeneity, leading to undesired performances for secondary modality in multimodal learning. It is particularly prevalent in audiovisua…

Audio ClassificationFederated LearningKnowledge Distillation

When Better Teachers Don't Make Better Students: Revisiting Knowledge Distillation for CLIP Models in VQA

2025-11-22 · Pume Tuchinda, Parinthapat Pengpun, Romrawin Chumpu, Sarana Nutanong 외 arxiv

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 appro…

Visual Question AnsweringKnowledge Distillation

MapKD: Unlocking Prior Knowledge with Cross-Modal Distillation for Efficient Online HD Map Construction

2025-08-21 · Ziyang Yan, Ruikai Li, Zhiyong Cui, Bohan Li 외 arxiv

Online HD map construction is a fundamental task in autonomous driving systems, aiming to acquire semantic information of map elements around the ego vehicle based on real-time sensor inputs. Recently, several approaches…

Knowledge DistillationAutonomous Driving

Machine Mental Imagery: Empower Multimodal Reasoning with Latent Visual Tokens

2025-06-20 · Zeyuan Yang, Xueyang Yu, Delin Chen, Maohao Shen 외

Vision-language models (VLMs) excel at multimodal understanding, yet their text-only decoding forces them to verbalize visual reasoning, limiting performance on tasks that demand visual imagination. Recent attempts train…

Image GenerationMultimodal ReasoningVisual Reasoning