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

Mitigating Object Hallucinations via Sentence-Level Early Intervention

About

Multimodal large language models (MLLMs) have revolutionized cross-modal understanding but continue to struggle with hallucinations - fabricated content contradicting visual inputs. Existing hallucination mitigation methods either incur prohibitive computational costs or introduce distribution mismatches between training data and model outputs. We identify a critical insight: hallucinations predominantly emerge at the early stages of text generation and propagate through subsequent outputs. To address this, we propose SENTINEL (Sentence-level Early iNtervention Through IN-domain prEference Learning), a framework that eliminates dependency on human annotations. Specifically, we first bootstrap high-quality in-domain preference pairs by iteratively sampling model outputs, validating object existence through cross-checking with two open-vocabulary detectors, and classifying sentences into hallucinated/non-hallucinated categories. Subsequently, we use context-coherent positive samples and hallucinated negative samples to build context-aware preference data iteratively. Finally, we train models using a context-aware preference loss (C-DPO) that emphasizes discriminative learning at the sentence level where hallucinations initially manifest. Experimental results show that SENTINEL can reduce hallucinations by over 90% compared to the original model and outperforms the previous state-of-the-art method on both hallucination benchmarks and general capabilities benchmarks, demonstrating its superiority and generalization ability. The models, datasets, and code are available at https://github.com/pspdada/SENTINEL.

Shangpin Peng, Senqiao Yang, Li Jiang, Zhuotao Tian• 2025

Related benchmarks

TaskDatasetResultRank
Visual Question AnsweringVQA v2
Accuracy79.9
1165
Visual Question AnsweringTextVQA
Accuracy61
1117
Hallucination EvaluationHallusionBench--
93
Hallucination EvaluationAMBER--
71
Science Question AnsweringScienceQA
IMG Score72.8
49
Vision-Language UnderstandingMM-Vet
Total Score36.2
43
Hallucination EvaluationObject-HalBench
CHAIR Score (s)5.5
28
Hallucination EvaluationMOH
HR^D56.8
21
Showing 8 of 8 rows

Other info

Follow for update