7b-vision-language-models-prune-visual-tokens-during-decoding-efficiency
mechanismsingle paperpending review

In 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.
Status: pending-reviewLast checked: 2026-09-09Evidence activity: not checked yet
Contest this claim

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

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.