Papers › Seeing is Believing: Mitigating Hallucination in Large Vision-Language Models via...

Seeing is Believing: Mitigating Hallucination in Large Vision-Language Models via CLIP-Guided Decoding

23 Feb 2024arXiv:2402.15300archive 2025-07-28

Ailin Deng, Zhirui Chen, Bryan Hooi

Large Vision-Language Models (LVLMs) are susceptible to object hallucinations, an issue in which their generated text contains non-existent objects, greatly limiting their reliability and practicality. Current approaches often rely on the model's token likelihoods or other internal information, instruction tuning on additional datasets, or incorporating complex external tools. We first perform empirical analysis on sentence-level LVLM hallucination, finding that CLIP similarity to the image acts as a stronger and more robust indicator of hallucination compared to token likelihoods. Motivated by this, we introduce our CLIP-Guided Decoding (CGD) approach, a straightforward but effective training-free approach to reduce object hallucination at decoding time. CGD uses CLIP to guide the model's decoding process by enhancing visual grounding of generated text with the image. Experiments demonstrate that CGD effectively mitigates object hallucination across multiple LVLM families while preserving the utility of text generation. Codes are available at https://github.com/d-ailin/CLIP-Guided-Decoding.

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="2402.15300")

Code

Syntology Ran 11 of 17 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 11 ran with no contract checked.

By repository: official repository: 17 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

d-ailin/clip-guided-decoding officialmentioned in papermentioned on GitHubjax report
d-ailin/blind-faith-in-text mentioned on GitHubpytorch 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

17 samples harvested; 11 ran; 0 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.

11ran
6unverified

Licence: 17 of the 17 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 d-ailin/clip-guided-decoding. “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.

blip_generate d-ailin/clip-guided-decoding/model_utils/blip2_vicuna_instruct.py official repository ran no licence file found · pointer only · 17fcb964a86c9b96 · report
check_if_terminal d-ailin/clip-guided-decoding/gen/clip_guided.py official repository ran no licence file found · pointer only · 3f348347bb8aeb3d · report
check_if_termindal_w_tokens d-ailin/clip-guided-decoding/gen/clip_guided.py official repository ran no licence file found · pointer only · d3ba5cc0b17533fb · report
create_question d-ailin/clip-guided-decoding/lib/data_utils.py official repository ran no licence file found · pointer only · 928cc991142557ee · report
get_all_sentence_indexs d-ailin/clip-guided-decoding/model_utils/data.py official repository ran no licence file found · pointer only · 26edd08622622687 · report
get_last_sentence_indexs d-ailin/clip-guided-decoding/model_utils/data.py official repository ran no licence file found · pointer only · 47ffe9a4a13a2371 · report
model_generate_anw d-ailin/clip-guided-decoding/lib/utils.py official repository ran no licence file found · pointer only · 92d3ced653e2c9d6 · report
model_input_tpl_format d-ailin/clip-guided-decoding/lib/utils.py official repository ran fingerprinted no licence file found · pointer only · 76b08f5dd16d6980 · report
prepare_input d-ailin/clip-guided-decoding/model_utils/blip2_vicuna_instruct.py official repository ran no licence file found · pointer only · 1b25045b752f96ec · report
prepare_sampling_params d-ailin/clip-guided-decoding/gen/rsp_sampling.py official repository ran no licence file found · pointer only · a321878fe42f6e2b · report
rsp_sampling d-ailin/clip-guided-decoding/gen/rsp_sampling.py official repository ran no licence file found · pointer only · 7075ec400b8750ce · report
generate_func d-ailin/clip-guided-decoding/model_utils/blip2_vicuna_instruct.py official repository unverified no licence file found · pointer only · aa2ef0873fff54f0 · report
get_save_paths d-ailin/clip-guided-decoding/lib/data_utils.py official repository unverified no licence file found · pointer only · d9bd8ba1bdcc4c5e · report
get_synonyms d-ailin/clip-guided-decoding/eval_main.py official repository unverified no licence file found · pointer only · 3831fed68df781a6 · report
is_end d-ailin/clip-guided-decoding/gen/clip_guided.py official repository unverified no licence file found · pointer only · 5d60a6d44891d2bb · report
load_model d-ailin/clip-guided-decoding/lib/utils.py official repository unverified no licence file found · pointer only · ac4396da119cebfe · report
turn_token_score_in_word d-ailin/clip-guided-decoding/lib/data_utils.py official repository unverified no licence file found · pointer only · d7192af5de6bc855 · report

Tasks

HallucinationObjectObject HallucinationSentenceText GenerationVisual Grounding

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

CLIP

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