7b-vision-language-models-prune-visual-tokens-during-decoding-efficiencyIn 7B vision-language models that prune visual tokens during decoding for efficiency, hallucination rises as the generated caption gets longer, because pruning is irreversible and discards fine-grained evidence needed at later decoding steps; keeping the pruned tokens as a retrievable bank and pulling them back when next-token entropy spikes recovers the grounding without a second forward pass.
Ingested from a paper but not yet reviewed by a human. It is deliberately inert: it does not move any technique’s standing, does not count toward the backtest, and is excluded anywhere a claim would carry weight. Read the source before relying on it.
Capability: Grounding answers in the image
Observed on
7B LLaVA-1.5, LLaVA-NEXT and Qwen-VL with training-free decoding-time sparsification; open-ended captioning benchmarks (CHAIR, AMBER) and discriminative probes (POPE, MME)..
Sources
- Measured across five benchmarks and three 7B backbones against training-free baselines (VCD, M3ID, VTI, AvisC); component ablation on MME shows removing the retrieval module causes the largest drop. Length-dependence of sparse-decoder hallucination is shown only via one figure on one prior method (VASparse). Caption Recall falls on LLaVA-1.5 (77.3 to 74.4) while CHAIR improves, so part of the gain there may be reduced informativeness; on LLaVA-NEXT recall rises.
Disagreeing is the most useful thing you can do here. Both sides of every contested claim in this catalog were assembled by the same person, which is its weakest point.
Related claims
- In diffusion vision-language models generating free-form captions, object tokens that are hallucinated commit at later denoising steps and with lower per-token confidence than grounded object tokens, so the commit-step trajectory is an available internal hallucination signal that has no counterpart in autoregressive decoding.Grounding answers in the image · unreviewed
- In 7-8B vision-language models, fine-tuning visual and text embeddings toward perturbation-averaged and ground-truth anchors before cross-modal contrastive alignment lowers object and attribute hallucination rates on captioning and existence benchmarks without reducing object coverage or general VQA accuracy.Grounding answers in the image · unreviewed
- In open-source vision-language models (LLaVA-1.5, Qwen-VL-Chat, Qwen2.5-VL, LLaVA-NeXT), a training-free decoding intervention that detects large layer-to-layer and step-to-step shifts in hidden states and nudges the diverging states back toward their prior value lowers object-hallucination rates, but the lower rate comes with fewer objects mentioned and shorter outputs.Grounding answers in the image · unreviewed
- For training-free inference-time hallucination mitigation in 7B vision- language models, reported gains on object-hallucination benchmarks are largely inseparable from reduced informativeness: hallucination rate and object recall/coverage move together, so a lower score can mean the model mentioned fewer visual entities rather than grounded better.Whether the measurement made the finding · unreviewed
- For short-answer object-existence questions in open multimodal models (LLaVA v1.5, MiniGPT-4, Qwen2.5-VL), object hallucination is driven partly by the visual encoder itself rather than only by language priors: hallucinated cases show lower image-text embedding similarity and inverted attention, and swapping in a weaker or noisier visual encoder lowers POPE accuracy while a stronger one raises it.Grounding answers in the image · unreviewed
Notes
Drafted from the paper by a model and filed unreviewed. Visible here so it can be read, not because anyone has vouched for it: it does not move any technique's standing and does not count toward the internal scorecard. Drafted confidence: low. Falsifier as drafted: Show that a sparse decoder's hallucination rate does not grow with generation length, or that restoring pruned visual tokens on demand gives no CHAIR/HalRate improvement over the same sparsifier without restoration at matched caption length and recall. Proposed technique, not catalogued: Deferred visual token bank with uncertainty-triggered retrieval.