paper-with-me

Papers

What Makes "Good" Distractors for Object Hallucination Evaluation in Large Vision-Language Models?

2025-08-03 · Ming-Kun Xie, Jia-Hao Xiao, Gang Niu, Lei Feng, Zhiqiang Kou, Min-Ling Zhang, Masashi Sugiyama arxiv

Large Vision-Language Models (LVLMs), empowered by the success of Large Language Models (LLMs), have achieved impressive performance across domains. Despite the great advances in LVLMs, they still suffer from the unavailable object hallucination issue, which tends to generate objects inconsistent with the image content. The most commonly used Polling-based Object Probing Evaluation (POPE) benchmark evaluates this issue by sampling negative categories according to category-level statistics, \textit{e.g.}, category frequencies and co-occurrence. However, with the continuous advancement of LVLMs, the POPE benchmark has shown diminishing effectiveness in assessing object hallucination, as it employs a simplistic sampling strategy that overlooks image-specific information and restricts distractors to negative object categories only. In this paper, we introduce the Hallucination searching-based Object Probing Evaluation (HOPE) benchmark, aiming to generate the most misleading distractors (\textit{i.e.}, non-existent objects or incorrect image descriptions) that can trigger hallucination in LVLMs, which serves as a means to more rigorously assess their immunity to hallucination. To explore the image-specific information, the content-aware hallucination searching leverages Contrastive Language-Image Pre-Training (CLIP) to approximate the predictive behavior of LVLMs by selecting negative objects with the highest predicted likelihood as distractors. To expand the scope of hallucination assessment, the description-based hallucination searching constructs highly misleading distractors by pairing true objects with false descriptions. Experimental results show that HOPE leads to a precision drop of at least 9\% and up to 23\% across various state-of-the-art LVLMs, significantly outperforming POPE in exposing hallucination vulnerabilities. The code is available at https://github.com/xiemk/HOPE.

📄 PDF Abstract BibTeX arXiv:2508.06530

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

VideoRoPE: What Makes for Good Video Rotary Position Embedding?

2025-02-07 · Xilin Wei, Xiaoran Liu, Yuhang Zang, Xiaoyi Dong 외

While Rotary Position Embedding (RoPE) and its variants are widely adopted for their long-context capabilities, the extension of the 1D RoPE to video, with its complex spatio-temporal structure, remains an open challenge…

HallucinationPositionVideo RetrievalVideo Understanding

Improving Robot Localisation by Ignoring Visual Distraction

2021-07-25 · Oscar Mendez, Matthew Vowels, Richard Bowden

Attention is an important component of modern deep learning. However, less emphasis has been put on its inverse: ignoring distraction. Our daily lives require us to explicitly avoid giving attention to salient visual fea…

What Makes a Good Query? Measuring the Impact of Human-Confusing Linguistic Features on LLM Performance

2026-02-23 · William Watson, Nicole Cho, Sumitra Ganesh, Manuela Veloso arxiv

Large Language Model (LLM) hallucinations are usually treated as defects of the model or its decoding strategy. Drawing on classical linguistics, we argue that a query's form can also shape a listener's (and model's) res…

Robust Change Captioning

2019-01-08 · ICCV 2019 10 · Dong Huk Park, Trevor Darrell, Anna Rohrbach

Describing what has changed in a scene can be useful to a user, but only if generated text focuses on what is semantically relevant. It is thus important to distinguish distractors (e.g. a viewpoint change) from relevant…

Natural Language Visual Grounding

What Makes LVLMs Hallucinate Less? Unveiling the Architectural Factors Behind Hallucination Robustness

2026-05-29 · Yusheng He, Jizhe Zhou, Xia Du, Zheng Lin 외 arxiv

Hallucination remains one of the key challenges undermining the reliability of Large Vision-Language Models (LVLMs). But what makes an LVLM hallucinate less? Many existing efforts focus on improving internal components o…