Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Nullu: Mitigating Object Hallucinations in Large Vision-Language Models via HalluSpace Projection

About

Recent studies have shown that large vision-language models (LVLMs) often suffer from the issue of object hallucinations (OH). To mitigate this issue, we introduce an efficient method that edits the model weights based on an unsafe subspace, which we call HalluSpace in this paper. With truthful and hallucinated text prompts accompanying the visual content as inputs, the HalluSpace can be identified by extracting the hallucinated embedding features and removing the truthful representations in LVLMs. By orthogonalizing the model weights, input features will be projected into the Null space of the HalluSpace to reduce OH, based on which we name our method Nullu. We reveal that HalluSpaces generally contain prior information in the large language models (LLMs) applied to build LVLMs, which have been shown as essential causes of OH in previous studies. Therefore, null space projection suppresses the LLMs' priors to filter out the hallucinated features, resulting in contextually accurate outputs. Experiments show that our method can effectively mitigate OH across different LVLM families without extra inference costs and also show strong performance in general LVLM benchmarks. Code is released at https://github.com/Ziwei-Zheng/Nullu.

Le Yang, Ziwei Zheng, Boxu Chen, Zhengyu Zhao, Chenhao Lin, Chao Shen• 2024

Related benchmarks

TaskDatasetResultRank
Object HallucinationPOPE (Random)
F1 Score89.2
200
Object HallucinationPOPE Adversarial
Accuracy79.4
196
Object HallucinationPOPE Popular
F1 Score85.63
188
Visual Question AnsweringA-OKVQA
Acc86
175
Hallucination EvaluationMMHal-Bench
MMHal Score3.53
174
Image CaptioningMS-COCO 2014 (test)--
43
Object Hallucination MitigationMSCOCO 2014 (val)
CHAIR Specificity Score21.4
27
Object HallucinationMSCOCO (test)
Accuracy79.52
21
Image CaptioningMSCOCO
CHAIRs48.4
18
Image CaptioningMSCOCO 500-sample subset (val)
Caption Length99.9
18
Showing 10 of 20 rows

Other info

Code

Follow for update