Papers › Causal-LLaVA: Causal Disentanglement for Mitigating Hallucination in Multimodal Large...

Causal-LLaVA: Causal Disentanglement for Mitigating Hallucination in Multimodal Large Language Models

26 May 2025arXiv:2505.19474archive 2025-07-28

Xinmiao Hu, Chun Wang, Ruihe An, ChenYu Shao, Xiaojun Ye, Sheng Zhou, Liangcheng Li

Multimodal Large Language Models (MLLMs) have demonstrated strong performance in visual understanding tasks, yet they often suffer from object hallucinations--generating descriptions of objects that are inconsistent with or entirely absent from the input. This issue is closely related to dataset biases, where frequent co-occurrences of objects lead to entangled semantic representations across modalities. As a result, models may erroneously activate object representations that are commonly associated with the input but not actually present. To address this, we propose a causality-driven disentanglement framework that mitigates hallucinations through causal intervention. Our approach includes a Causal-Driven Projector in the visual pathway and a Causal Intervention Module integrated into the final transformer layer of the language model. These components work together to reduce spurious correlations caused by biased training data. Experimental results show that our method significantly reduces hallucinations while maintaining strong performance on multiple multimodal benchmarks. Visualization analyses further confirm improved separability of object representations. The code is available at: https://github.com/IgniSavium/Causal-LLaVA

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

Code

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

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

ignisavium/causal-llava officialmentioned in paperpytorchMIT 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

19 samples harvested; 8 ran; 1 honoured the contract we drafted; 11 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
3ran · our draft was wrong
4ran
11unverified

Licence: 0 of the 19 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 ignisavium/causal-llava. “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.

CausalInterventionLinearProjector ignisavium/causal-llava/confounders/get_projector_confounders.py official repository ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 96f810f349fa18ec · report
CausalInterventionProjector ignisavium/causal-llava/confounders/get_projector_confounders.py official repository ran · metamorphic tier: invariant MIT (permissive) · afc33375986733f9 · report
ConfounderCrossAttention ignisavium/causal-llava/confounders/get_projector_confounders.py official repository ran · metamorphic tier: invariant fingerprinted MIT (permissive) · b2f68c17571a1924 · report
build_vision_projector ignisavium/causal-llava/llava/model/multimodal_projector/builder.py official repository ran · our draft was wrong MIT (permissive) · 544bc3a3805f703a · report
build_vision_projector ignisavium/causal-llava/confounders/get_projector_confounders.py official repository ran MIT (permissive) · 9d0bc30615da7d73 · report
calculate_average_category_hidden_state ignisavium/causal-llava/confounders/get_projector_confounders.py official repository ran · our draft was wrong MIT (permissive) · 1a16d865c0be9197 · report
load_image ignisavium/causal-llava/confounders/get_projector_confounders.py official repository ran · honoured contract MIT (permissive) · aa077d1ca4abcd21 · report
load_mm_projector_weights ignisavium/causal-llava/confounders/get_projector_confounders.py official repository ran · our draft was wrong MIT (permissive) · 13577bab4f0169ac · report
CLIPVisionTower ignisavium/causal-llava/confounders/get_projector_confounders.py official repository unverified MIT (permissive) · cedb1eb9694b29ff · report
ProjectorConfig ignisavium/causal-llava/confounders/get_projector_confounders.py official repository unverified MIT (permissive) · 2db73c54632ddd6e · report
VisionTowerConfig ignisavium/causal-llava/confounders/get_projector_confounders.py official repository unverified MIT (permissive) · 4d6834c552a7ec14 · report
build_vision_tower ignisavium/causal-llava/confounders/get_projector_confounders.py official repository unverified MIT (permissive) · 50280faddf30baf6 · report
extract_category_hidden_state ignisavium/causal-llava/confounders/get_projector_confounders.py official repository unverified MIT (permissive) · cb6652b7fe967db1 · report
load_vision_components ignisavium/causal-llava/confounders/get_projector_confounders.py official repository unverified MIT (permissive) · c964b0e19df5a559 · report
main ignisavium/causal-llava/confounders/get_projector_confounders.py official repository unverified MIT (permissive) · 4a7d0d350746fb32 · report
parse_arguments ignisavium/causal-llava/confounders/get_projector_confounders.py official repository unverified MIT (permissive) · 84ace2bb0fd9aaff · report
process_category_hidden_states ignisavium/causal-llava/confounders/get_projector_confounders.py official repository unverified MIT (permissive) · d0420de5fae26e00 · report
run_inference_and_process ignisavium/causal-llava/confounders/get_projector_confounders.py official repository unverified MIT (permissive) · 2c1d97cc7ca7b729 · report
save_category_hidden_states_as_bin ignisavium/causal-llava/confounders/get_projector_confounders.py official repository unverified MIT (permissive) · be5b16d33e19c008 · report

Tasks

DisentanglementHallucinationLanguage ModelingLanguage ModellingObject

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