paper-with-me

홈 › Papers

CompoDistill: Attention Distillation for Compositional Reasoning in Multimodal LLMs

2025-10-14 · Jiwan Kim, Kibum Kim, Sangwoo Seo, Chanyoung Park arxiv

Recently, efficient Multimodal Large Language Models (MLLMs) have gained significant attention as a solution to their high computational complexity, making them more practical for real-world applications. In this regard, the knowledge distillation (KD) approach has emerged as a promising alternative, which transfers the rich visual and linguistic knowledge from a larger model (teacher) to a smaller model (student). However, we observe that existing KD methods struggle to effectively distill the teacher MLLM's rich visual perception abilities to the student, a challenge that has been largely overlooked in previous studies. Through a systematic analysis, we identify visual attention misalignment between student and teacher as the main cause of this issue. Based on this insight, we propose CompoDistill, a novel KD framework that explicitly aligns the student's visual attention with that of the teacher to enhance the student's visual perception abilities. Our extensive experiments show that CompoDistill significantly improves performance on compositional reasoning tasks that require visual perception abilities while maintaining strong performance on visual question answering tasks, as done in existing studies. Furthermore, CompoDistill demonstrates effectiveness with a more advanced backbone, highlighting its generalizability.

📄 PDF Abstract BibTeX arXiv:2510.12184

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Question AnsweringKnowledge Distillation

Similar Papers 제목 키워드 기반

MLLMCLIP: Feature-Level Distillation of MLLM for Robust Vision-Language Representations

2026-08-26 · Jongsuk Kim, Qiyu Wu, Zhuoyuan Mao, Hiromi Wakaki 외 arxiv

Pretrained vision-language models such as CLIP excel at zero-shot recognition but often fail at compositionality, particularly attribute-object and relational structures. Recent studies mitigate this issue by augmenting …

Text Retrieval

Extending Compositional Attention Networks for Social Reasoning in Videos

2022-10-03 · Christina Sartzetaki, Georgios Paraskevopoulos, Alexandros Potamianos

We propose a novel deep architecture for the task of reasoning about social interactions in videos. We leverage the multi-step reasoning capabilities of Compositional Attention Networks (MAC), and propose a multimodal ex…

Question AnsweringVideo Question Answering

On the generalization capacity of neural networks during generic multimodal reasoning

2024-01-26 · Takuya Ito, Soham Dan, Mattia Rigotti, James Kozloski 외

The advent of the Transformer has led to the development of large language models (LLM), which appear to demonstrate human-like capabilities. To assess the generality of this class of models and a variety of other base n…

Multimodal ReasoningSystematic Generalization

Doc-to-Atom: Learning to Compile and Compose Memory Atoms

2026-06-10 · Xingjian Diao, Wenbo Li, Yashas Malur Saidutta, Avinash Amballa 외 arxiv

Long input sequences are central to document understanding and multi-step reasoning in Large Language Models, yet the quadratic cost of attention makes inference both memory-intensive and slow. Context distillation mitig…

Reinforced Attention Learning

2026-02-04 · Bangzheng Li, Jianmo Ni, Chen Qu, Ian Miao 외 arxiv

Post-training with Reinforcement Learning (RL) has substantially improved reasoning in Large Language Models (LLMs) via test-time scaling. However, extending this paradigm to Multimodal LLMs (MLLMs) through verbose ratio…

Reinforcement LearningKnowledge Distillation