Skip to content
Preprint

Test-Time Hallucination Control in Large Vision-Language Models

Aug 2026 · 0 citations · 71 references
Computer Science

Abstract

Object Hallucination in large vision-language models (LVLMs), where models generate non-factual content about input images, remains a critical barrier to their reliability in real-world applications. Existing mitigation strategies can be categorized into training-based and training-free methods. Training-based methods often achieve strong performance but are costly, requiring extensive computational resources, large-scale data, and time-consuming fine-tuning. Training-free approaches are particularly appealing due to their efficiency. However, existing training-free methods either require multiple decoding rounds, which adds computational overhead, or modify internal states in a model-specific way that risks degrading pretrained knowledge. We propose Test-Time Hallucination Mitigation (TTH) method, a novel training-free method that addresses both limitations. TTH introduces a token-validator module, implemented as a zero-shot Multi-Modal Classifier (MMC), to generate auxiliary logits grounded in the input image. These logits are fused with the original LVLM outputs at the token level for object tokens selected from a candidate pool. An entropy-based weighting scheme is then applied to enable robust and accurate predictions. Extensive experiments across multiple LVLM families and diverse benchmarks demonstrate that TTH consistently improves accuracy and robustness, underscoring its generalizability and practical effectiveness. Code is released at https://github.com/Mehran-TAM/TTH

View source

Similar papers

Preprint Aug 2026

Beyond Global Editing: Per-Instance Disentangled Subspaces for Training-Free Hallucination Mitigation in LVLMs

This work proposes a training-free hallucination mitigation framework for dynamic, per-instance suppression at test time, and proposes a dynamically combined projection that selectively suppresses the most probable hallucination directions while preserving image-grounded semantics.

Ali Cheraghian, Hamidreza Dastmalchi, Hamed Barzamini et al. · 0 citations
Open access 2026

DIVE: A Training-free Hallucination Mitigation Mechanism for Complex Scenes

Results on the object hallucination evaluation benchmark POPE show that the proposed Dual-branch Inference for Visual-prior Elimination reduces the model’s hallucination rate when objects are dense or complex occlusions exist, and brings a slight improvement in the question-answering accuracy of the model on the MSCOCO and VG datasets.

Shuguo Jiang · 0 citations
Preprint Aug 2026

VADER: Adaptive Debiasing for Hallucination Mitigation in Video Large Language Models

Video-Adaptive Debiasing via Evidence Reweighting (VADER), a training-free framework with two complementary modules that combines Contrastive decoding then down-weights predictions that remain confident after selective evidence erasure.

Dong Xing, Jiaxin Chen, Hang Yang et al. · 0 citations
Preprint Jun 2026

TRE: Training-Free Hallucination Detection for Diffusion Language Models

TRE is a parameter-free and single-run metric that estimates hallucination risk directly from the entropy signals of a single generation, without requiring any detector training or repeated sampling, and enjoys strong generalizability, efficiency, and robustness.

Pengcheng Weng, Y. Qian, Yue Tan et al. · 0 citations