paper-with-me

Papers

Exploring Implicit Visual Misunderstandings in Multimodal Large Language Models through Attention Analysis

2025-05-15 · Pengfei Wang, Guohai Xu, Weinong Wang, Junjie Yang, Jie Lou, Yunhua Xue

Recent advancements have enhanced the capability of Multimodal Large Language Models (MLLMs) to comprehend multi-image information. However, existing benchmarks primarily evaluate answer correctness, overlooking whether models genuinely comprehend the visual input. To address this, we define implicit visual misunderstanding (IVM), where MLLMs provide correct answers without fully comprehending the visual input. Through our analysis, we decouple the visual and textual modalities within the causal attention module, revealing that attention distribution increasingly converges on the image associated with the correct answer as the network layers deepen. This insight leads to the introduction of a scale-agnostic metric, \textit{attention accuracy}, and a novel benchmark for quantifying IVMs. Attention accuracy directly evaluates the model's visual understanding via internal mechanisms, remaining robust to positional biases for more reliable assessments. Furthermore, we extend our approach to finer granularities and demonstrate its effectiveness in unimodal scenarios, underscoring its versatility and generalizability.

📄 PDF Abstract BibTeX arXiv:2505.10541

Code (1)

welldonepf/stme 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Applying the Wizard-of-Oz Technique to Multimodal Human-Robot Dialogue

2017-03-10 · Matthew Marge, Claire Bonial, Brendan Byrne, Taylor Cassidy 외

Our overall program objective is to provide more natural ways for soldiers to interact and communicate with robots, much like how soldiers communicate with other soldiers today. We describe how the Wizard-of-Oz (WOz) met…

Dialogue ManagementManagementRobot Navigation

Is BERT Blind? Exploring the Effect of Vision-and-Language Pretraining on Visual Language Understanding

2023-03-21 · CVPR 2023 1 · Morris Alper, Michael Fiman, Hadar Averbuch-Elor

Most humans use visual imagination to understand and reason about language, but models such as BERT reason about language using knowledge acquired during text-only pretraining. In this work, we investigate whether vision…

Knowledge ProbingLanguage ModellingNatural Language UnderstandingVisual Reasoning

Video Sentiment Analysis with Bimodal Information-augmented Multi-Head Attention

2021-03-03 · Ting Wu, Junjie Peng, Wenqiang Zhang, Huiran Zhang 외

Humans express feelings or emotions via different channels. Take language as an example, it entails different sentiments under different visual-acoustic contexts. To precisely understand human intentions as well as reduc…

Sentiment AnalysisTime Series Analysis

Resolving Implicit References in Instructional Texts

2021-11-01 · CODI 2021 11 · Talita Anthonio, Michael Roth

The usage of (co-)referring expressions in discourse contributes to the coherence of a text. However, text comprehension can be difficult when referring expressions are non-verbalized and have to be resolved in the disco…

Reading Comprehension

Exploring the Implicit Semantic Ability of Multimodal Large Language Models: A Pilot Study on Entity Set Expansion

2024-12-31 · Hebin Wang, Yangning Li, Yinghui Li, Hai-Tao Zheng 외

The rapid development of multimodal large language models (MLLMs) has brought significant improvements to a wide range of tasks in real-world applications. However, LLMs still exhibit certain limitations in extracting im…