CLApr 25

Revisiting Greedy Decoding for Visual Question Answering: A Calibration Perspective

arXiv:2604.2344324.9
AI Analysis

For practitioners of multimodal LLMs, this work provides a simple, efficient default decoding strategy for closed-ended VQA tasks, cautioning against blindly adopting LLM heuristics.

The paper shows that greedy decoding outperforms stochastic sampling for Visual Question Answering (VQA) across multiple benchmarks, and proposes a variant for reasoning models that further improves performance.

Stochastic sampling strategies are widely adopted in large language models (LLMs) to balance output coherence and diversity. These heuristics are often inherited in Multimodal LLMs (MLLMs) without task-specific justification. However, we contend that stochastic decoding can be suboptimal for Visual Question Answering (VQA). VQA is a closed-ended task with head-heavy answer distributions where uncertainty is usually epistemic, arising from missing or ambiguous visual evidence rather than plausible continuations. In this work, we provide a theoretical formalization of the relationship between model calibration and predictive accuracy, and derive the sufficient conditions for greedy decoding optimality. Extensive experiments provide empirical evidence for the superiority of greedy decoding over stochastic sampling across multiple benchmarks. Furthermore, we propose Greedy Decoding for Reasoning Models, which outperforms both stochastic sampling and standard greedy decoding in multimodal reasoning scenarios. Overall, our results caution against naively inheriting LLMs decoding heuristics in MLLMs and demonstrate that greedy decoding can be an efficient yet strong default for VQA.

Foundations

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

Your Notes