Papers › Volcano: Mitigating Multimodal Hallucination through Self-Feedback Guided Revision

Volcano: Mitigating Multimodal Hallucination through Self-Feedback Guided Revision

13 Nov 2023arXiv:2311.07362archive 2025-07-28

Seongyun Lee, Sue Hyun Park, Yongrae Jo, Minjoon Seo

Large multimodal models suffer from multimodal hallucination, where they provide incorrect responses misaligned with the given visual information. Recent works have conjectured that one of the reasons behind multimodal hallucination is due to the vision encoder failing to ground on the image properly. To mitigate this issue, we propose a novel approach that leverages self-feedback as visual cues. Building on this approach, we introduce Volcano, a multimodal self-feedback guided revision model. Volcano generates natural language feedback to its initial response based on the provided visual information and utilizes this feedback to self-revise its initial response. Volcano effectively reduces multimodal hallucination and achieves state-of-the-art on MMHal-Bench, POPE, and GAVIE. It also improves on general multimodal abilities and outperforms previous models on MM-Vet and MMBench. Through qualitative analysis, we show that Volcano's feedback is properly grounded on the image than the initial response. This indicates that Volcano can provide itself with richer visual information through feedback generation, leading to self-correct hallucinations. We publicly release our model, data, and code at https://github.com/kaistAI/Volcano}{github.com/kaistAI/Volcano

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

Code

Syntology Ran 9 of 10 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 3 ran · our draft was wrong; 1 ran · fixture could not drive it; 3 ran with no contract checked.

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

kaistai/volcano officialmentioned in papermentioned 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

10 samples harvested; 9 ran; 1 honoured the contract we drafted; 1 has 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
1ran · violated contract
3ran · our draft was wrong
1ran · fixture could not drive it
3ran
1unverified

Licence: 10 of the 10 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 kaistai/volcano. “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.

collate_fn kaistai/volcano/llava/eval/model_vqa_loader.py official repository ran · our draft was wrong no licence file found · pointer only · 20e4f665698a3d18 · report
divide_to_patches kaistai/volcano/llava/mm_utils.py official repository ran no licence file found · pointer only · 7e03b180fa317c9a · report
fuse_image_attentions_for_image_features kaistai/volcano/llava/visualize/run_volcano_with_image_attention.py official repository ran no licence file found · pointer only · 03d4ba90a6885914 · report
get_chunk kaistai/volcano/llava/eval/volcano_pope.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 42a46570620cd9fa · report
is_none kaistai/volcano/llava/eval/model_vqa_mmbench.py official repository ran · violated contract no licence file found · pointer only · bae18947b56f2be1 · report
load_image kaistai/volcano/llava/eval/volcano_gavie.py official repository ran · honoured contract no licence file found · pointer only · 9b3c1cb391672ccb · report
resize_and_pad_image kaistai/volcano/llava/mm_utils.py official repository ran no licence file found · pointer only · 468eedeba67f1b00 · report
select_best_resolution kaistai/volcano/llava/mm_utils.py official repository ran · fixture could not drive it no licence file found · pointer only · 3999ff487573f32c · report
split_list kaistai/volcano/llava/eval/volcano_pope.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 076c252c52cbb161 · report
extract_image_features kaistai/volcano/llava/eval/volcano_gavie.py official repository unverified no licence file found · pointer only · 18e694aa6960fd03 · report

Tasks

HallucinationVisual Question Answering

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Visual Question Answering MM-Vet VOLCANO 13B GPT-4 score 38.0 #125 of 231 Archive leaderboard report
Visual Question Answering MM-Vet VOLCANO 13B Params 13B #125 of 231 Archive leaderboard report
Visual Question Answering MM-Vet VOLCANO 7B GPT-4 score 32.0 #186 of 231 Archive leaderboard report
Visual Question Answering MM-Vet VOLCANO 7B Params 7B #186 of 231 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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