CLAIOct 15, 2024

Difficult Task Yes but Simple Task No: Unveiling the Laziness in Multimodal LLMs

arXiv:2410.11437v123 citationsh-index: 12EMNLP
Originality Incremental advance
AI Analysis

This addresses a reliability gap in advanced AI models for users relying on accurate visual question-answering, though it is incremental as it builds on existing benchmarks and methods.

The paper identifies a 'laziness' issue in multimodal LLMs where they fail on simple visual questions like Yes/No queries despite handling complex tasks, and finds that chain of thought can mitigate this problem.

Multimodal Large Language Models (MLLMs) demonstrate a strong understanding of the real world and can even handle complex tasks. However, they still fail on some straightforward visual question-answering (VQA) problems. This paper dives deeper into this issue, revealing that models tend to err when answering easy questions (e.g. Yes/No questions) about an image, even though they can correctly describe it. We refer to this model behavior discrepancy between difficult and simple questions as model laziness. To systematically investigate model laziness, we manually construct LazyBench, a benchmark that includes Yes/No, multiple choice, short answer questions, and image description tasks that are related to the same subjects in the images. Based on LazyBench, we observe that laziness widely exists in current advanced MLLMs (e.g. GPT-4o, Gemini-1.5-pro, Claude 3 and LLaVA-v1.5-13B), and it is more pronounced on stronger models. We also analyze the VQA v2 (LLaVA-v1.5-13B) benchmark and find that about half of its failure cases are caused by model laziness, which further highlights the importance of ensuring that the model fully utilizes its capability. To this end, we conduct preliminary exploration on how to mitigate laziness and find that chain of thought (CoT) can effectively address this issue.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes