paper-with-me

홈 › Papers

Understanding Multimodal LLMs: the Mechanistic Interpretability of Llava in Visual Question Answering

2024-11-17 · Zeping Yu, Sophia Ananiadou

Understanding the mechanisms behind Large Language Models (LLMs) is crucial for designing improved models and strategies. While recent studies have yielded valuable insights into the mechanisms of textual LLMs, the mechanisms of Multi-modal Large Language Models (MLLMs) remain underexplored. In this paper, we apply mechanistic interpretability methods to analyze the visual question answering (VQA) mechanisms in the first MLLM, Llava. We compare the mechanisms between VQA and textual QA (TQA) in color answering tasks and find that: a) VQA exhibits a mechanism similar to the in-context learning mechanism observed in TQA; b) the visual features exhibit significant interpretability when projecting the visual embeddings into the embedding space; and c) Llava enhances the existing capabilities of the corresponding textual LLM Vicuna during visual instruction tuning. Based on these findings, we develop an interpretability tool to help users and researchers identify important visual locations for final predictions, aiding in the understanding of visual hallucination. Our method demonstrates faster and more effective results compared to existing interpretability approaches. Code: \url{https://github.com/zepingyu0512/llava-mechanism}

📄 PDF Abstract BibTeX arXiv:2411.10950

Code (0)

등록된 구현이 없습니다.

Tasks

HallucinationIn-Context LearningQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

A Survey on Mechanistic Interpretability for Multi-Modal Foundation Models

2025-02-22 · Zihao Lin, Samyadeep Basu, Mohammad Beigi, Varun Manjunatha 외

The rise of foundation models has transformed machine learning research, prompting efforts to uncover their inner workings and develop more efficient and reliable applications for better control. While significant progre…

Survey

Challenges in Understanding Modality Conflict in Vision-Language Models

2025-09-02 · Trang Nguyen, Jackson Michaels, Madalina Fiterau, David Jensen arxiv

This paper highlights the challenge of decomposing conflict detection from conflict resolution in Vision-Language Models (VLMs) and presents potential approaches, including using a supervised metric via linear probes and…

Sparse Neuron Ablation Triggers Catastrophic Collapse of the Language Core in Large Vision-Language Models

2025-11-30 · Cen Lu, Yung-Chen Tang, Andrea Cavallaro arxiv

Large Vision-Language Models (LVLMs) have shown impressive multimodal understanding capabilities, yet the structures that sustain their functionality remain poorly understood from a mechanistic interpretability standpoin…

Mechanistic Insights into Functional Sparsity in Multimodal LLMs via CoRe Heads

2026-06-04 · Ruoxi Sun, Quantong Qiu, Juntao Li, Zecheng Tang 외 arxiv

While Multimodal Large Language Models (MLLMs) demonstrate remarkable proficiency on complex vision-language tasks, the mechanisms by which they extract query-relevant visual features from complex, noisy contexts remain …

Cross-Modal RetrievalMultimodal Reasoning

Dynamic-LLaVA: Efficient Multimodal Large Language Models via Dynamic Vision-language Context Sparsification

2024-12-01 · Wenxuan Huang, Zijie Zhai, Yunhang Shen, Shaosheng Cao 외

Multimodal Large Language Models (MLLMs) have achieved remarkable success in vision understanding, reasoning, and interaction. However, the inference computation and memory increase progressively with the generation of o…

GPUVisual Question Answering