NeFut Logo NeFut
Admin Login

[CS.AI] Layers, Sinks, and Scaling: Adaptive Evidence Selection for Multimodal Large Language Models

Published at: 2026-09-16 22:00 Last updated: 2026-09-18 00:46
#Machine Learning #LLM #Artificial Intelligence

Multimodal large language models (MLLMs) can answer knowledge‑intensive visual questions by combining visual evidence from images with facts retrieved from external sources. Yet, they often miss crucial evidence, attending weakly to the textual sentences or visual regions needed for the correct answer. Existing approaches highlight retrieved text or mark visual regions before generation, but they follow a fixed one‑shot policy that cannot adapt to three sources of variation: whether highlighting is needed, how much evidence each example requires, and when different textual evidence becomes relevant as the answer unfolds.\

We introduce Adaptive Relevance‑guided Evidence Allocation (AREA), a training‑free inference‑time method that treats evidence highlighting as an adaptive allocation problem. AREA first emits a single probe token to read visual and textual relevance from fixed backbone layers, then makes three decisions:\

  1. Whether to intervene – controlled by natural attention coverage and visual sink contamination;\
  2. How much evidence to expose – determined by relevance entropy;\
  3. When to refresh text – triggered by peaks in causal context‑attention.\

Across four KB‑VQA and seven standard multimodal benchmarks using nine frozen MLLM checkpoints, AREA achieves the best performance among training‑free highlighting methods.\

Review

Original Source: https://arxiv.org/abs/2609.16795

[h] Back to Home