Papers › Evaluating Object Hallucination in Large Vision-Language Models

Evaluating Object Hallucination in Large Vision-Language Models

17 May 2023arXiv:2305.10355archive 2025-07-28

YiFan Li, Yifan Du, Kun Zhou, Jinpeng Wang, Wayne Xin Zhao, Ji-Rong Wen

Inspired by the superior language abilities of large language models (LLM), large vision-language models (LVLM) have been recently explored by integrating powerful LLMs for improving the performance on complex multimodal tasks. Despite the promising progress on LVLMs, we find that LVLMs suffer from the hallucination problem, i.e. they tend to generate objects that are inconsistent with the target images in the descriptions. To investigate it, this work presents the first systematic study on object hallucination of LVLMs. We conduct the evaluation experiments on several representative LVLMs, and show that they mostly suffer from severe object hallucination issue. We further discuss that the visual instructions may influence the hallucination, and find that: objects that frequently occur in the visual instructions or co-occur with the image objects, are obviously prone to be hallucinated by LVLMs. Besides, we find that existing evaluation methods might be affected by the input instructions and generation styles of LVLMs. Thus, we further design an improved evaluation method for object hallucination by proposing a polling-based query method called POPE. Experiment results demonstrate that our POPE can evaluate the object hallucination in a more stable and flexible way. Our codes and data are publicly available at https://github.com/RUCAIBox/POPE.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2305.10355")

Code

Syntology Ran 6 of 12 code samples harvested from 4 repositories linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · our draft was wrong; 3 ran with no contract checked.

By repository: official repository: 6 samples from 1 repository, 1 ran; community (archive-listed): 6 samples from 3 repositories, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

rucaibox/pope officialmentioned in papermentioned on GitHubpytorchMIT report
FuxiaoLiu/LRV-Instruction mentioned on GitHubpytorchBSD-3-Clause report
aoidragon/pope mentioned on GitHubpytorchMIT report
mengchuang123/vasparse-github mentioned on GitHubjax report
yellow-binary-tree/pfram mentioned on GitHubpytorch report
ziwei-zheng/nullu mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 6 ran; 1 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
2ran · our draft was wrong
3ran
6unverified

Licence: 4 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 4 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

register_norm_module rucaibox/pope/seem/utils/model.py official repository ran MIT (permissive) · e4f6733fa1ab1999 · report
create_question rucaibox/pope/utils.py official repository unverified MIT (permissive) · 2715c0290945600d · report
generate_ground_truth_objects rucaibox/pope/utils.py official repository unverified MIT (permissive) · 152eebdc8a308016 · report
get_image rucaibox/pope/utils.py official repository unverified MIT (permissive) · d812ee50bd3ae6d8 · report
load_opt_command rucaibox/pope/seem/utils/arguments.py official repository unverified MIT (permissive) · 7025c6d903d31ec1 · report
load_opt_from_config_files rucaibox/pope/seem/utils/arguments.py official repository unverified MIT (permissive) · d3ab49d45b152e64 · report
BaseDataset ziwei-zheng/nullu/dataset/POPE.py community (archive-listed) ran MIT (permissive) · 7efc8d99218ee581 · report
POPEDataset ziwei-zheng/nullu/dataset/POPE.py community (archive-listed) ran MIT (permissive) · 74d3f7e9e4fd9414 · report
compute_co_occurrence mengchuang123/vasparse-github/eval/opope_eval.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · d7741ef6128f74cd · report
create_question mengchuang123/vasparse-github/eval/opope_eval.py community (archive-listed) ran · our draft was wrong fingerprinted no licence file found · pointer only · 9f48c9c176418803 · report
evaluate yellow-binary-tree/pfram/POPE/evaluate.py community (archive-listed) ran · honoured contract no licence file found · pointer only · dee83049b41f8c7d · report
pope mengchuang123/vasparse-github/eval/opope_eval.py community (archive-listed) unverified no licence file found · pointer only · c8ccdee5027e2c81 · report

Tasks

HallucinationObjectObject Hallucination

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections