paper-with-me

홈 › Papers

VideoHEDGE: Entropy-Based Hallucination Detection for Video-VLMs via Semantic Clustering and Spatiotemporal Perturbations

2026-01-13 · Sushant Gautam, Cise Midoglu, Vajira Thambawita, Michael A. Riegler, Pål Halvorsen arxiv

Hallucinations in video-capable vision-language models (Video-VLMs) remain frequent and high-confidence, while existing uncertainty metrics often fail to align with correctness. We introduce VideoHEDGE, a modular framework for hallucination detection in video question answering that extends entropy-based reliability estimation from images to temporally structured inputs. Given a video-question pair, VideoHEDGE draws a baseline answer and multiple high-temperature generations from both clean clips and photometrically and spatiotemporally perturbed variants, then clusters the resulting textual outputs into semantic hypotheses using either Natural Language Inference (NLI)-based or embedding-based methods. Cluster-level probability masses yield three reliability scores: Semantic Entropy (SE), RadFlag, and Vision-Amplified Semantic Entropy (VASE). We evaluate VideoHEDGE on the SoccerChat benchmark using an LLM-as-a-judge to obtain binary hallucination labels. Across three 7B Video-VLMs (Qwen2-VL, Qwen2.5-VL, and a SoccerChat-finetuned model), VASE consistently achieves the highest ROC-AUC, especially at larger distortion budgets, while SE and RadFlag often operate near chance. We further show that embedding-based clustering matches NLI-based clustering in detection performance at substantially lower computational cost, and that domain fine-tuning reduces hallucination frequency but yields only modest improvements in calibration. The hedge-bench PyPI library enables reproducible and extensible benchmarking, with full code and experimental resources available at https://github.com/Simula/HEDGE#videohedge .

📄 PDF Abstract BibTeX arXiv:2601.08557

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language InferenceVideo Question Answering

Similar Papers 제목 키워드 기반

VideoHallucer: Evaluating Intrinsic and Extrinsic Hallucinations in Large Video-Language Models

2024-06-24 · Yuxuan Wang, Yueqian Wang, Dongyan Zhao, Cihang Xie 외

Recent advancements in Multimodal Large Language Models (MLLMs) have extended their capabilities to video understanding. Yet, these models are often plagued by "hallucinations", where irrelevant or nonsensical content is…

HallucinationVideo Understanding

VL-Uncertainty: Detecting Hallucination in Large Vision-Language Model via Uncertainty Estimation

2024-11-18 · Ruiyang Zhang, Hu Zhang, Zhedong Zheng

Given the higher information load processed by large vision-language models (LVLMs) compared to single-modal LLMs, detecting LVLM hallucinations requires more human and time expense, and thus rise a wider safety concerns…

HallucinationLanguage ModelingLanguage Modelling

A Benchmark for Hallucination Detection in VLMs for Gastrointestinal Endoscopy

2026-06-23 · Aminu Lawal, Niyoj Oli, Sachin Acharya, Prashnna Gyawali 외 arxiv

Vision-language models (VLMs) are prone to hallucination, which remains a major barrier to their safe deployment in clinical practice. To date, most hallucination detection methods have been evaluated on radiology benchm…

Visual Question Answering

Segmentation-Based Attention Entropy: Detecting and Mitigating Object Hallucinations in Large Vision-Language Models

2026-03-17 · Jiale Song, Jiaxin Luo, Xue-song Tang, Kuangrong Hao 외 arxiv

Large Vision-Language Models (LVLMs) achieve strong performance on many multimodal tasks, but object hallucinations severely undermine their reliability. Most existing studies focus on the text modality, attributing hall…

Semantic SegmentationVisual Grounding

MHSA: A Lightweight Framework for Mitigating Hallucinations via Steered Attention in LVLMs

2026-05-14 · Wei Ding, Yilin Li, Yudong Zhang, Ruobing Xie 외 arxiv

Large vision-language models (LVLMs) have achieved remarkable performance across diverse multimodal tasks, yet they continue to suffer from hallucinations, generating content that is inconsistent with the visual input. P…