SmartSight: Mitigating Hallucination in Video-LLMs Without Compromising Video Understanding via Temporal Attention Collapse
Yiming Sun, Mi Zhang, Feifei Li, Geng Hong, Min Yang
TL;DR
SmartSight tackles perceptual hallucinations in Video-LLMs without sacrificing video understanding by enabling self-reflection through multi-sample generation. It introduces the Temporal Attention Collapse score to quantify hallucination via frame- and segment-level attention distributions and uses a Visual Attention Vanishing Point to enable early, efficient stopping of low-quality candidates. The approach yields substantial hallucination reductions and improved reasoning across multiple open-source Video-LLMs, with strong scalability and efficiency advantages at test time. This training-free method offers a practical, model-agnostic path toward more reliable video-language reasoning in real-world settings.
Abstract
Despite Video Large Language Models having rapidly advanced in recent years, perceptual hallucinations pose a substantial safety risk, which severely restricts their real-world applicability. While several methods for hallucination mitigation have been proposed, they often compromise the model's capacity for video understanding and reasoning. In this work, we propose SmartSight, a pioneering step to address this issue in a training-free manner by leveraging the model's own introspective capabilities. Specifically, SmartSight generates multiple candidate responses to uncover low-hallucinated outputs that are often obscured by standard greedy decoding. It assesses the hallucination of each response using the Temporal Attention Collapse score, which measures whether the model over-focuses on trivial temporal regions of the input video when generating the response. To improve efficiency, SmartSight identifies the Visual Attention Vanishing point, enabling more accurate hallucination estimation and early termination of hallucinated responses, leading to a substantial reduction in decoding cost. Experiments show that SmartSight substantially lowers hallucinations for Qwen2.5-VL-7B by 10.59% on VRIPT-HAL, while simultaneously enhancing video understanding and reasoning, boosting performance on VideoMMMU by up to 8.86%. These results highlight SmartSight's effectiveness in improving the reliability of open-source Video-LLMs.
