paper-with-me

Papers

A Unified Hallucination Mitigation Framework for Large Vision-Language Models

2024-09-24 · Yue Chang, Liqiang Jing, Xiaopeng Zhang, Yue Zhang

Hallucination is a common problem for Large Vision-Language Models (LVLMs) with long generations which is difficult to eradicate. The generation with hallucinations is partially inconsistent with the image content. To mitigate hallucination, current studies either focus on the process of model inference or the results of model generation, but the solutions they design sometimes do not deal appropriately with various types of queries and the hallucinations of the generations about these queries. To accurately deal with various hallucinations, we present a unified framework, Dentist, for hallucination mitigation. The core step is to first classify the queries, then perform different processes of hallucination mitigation based on the classification result, just like a dentist first observes the teeth and then makes a plan. In a simple deployment, Dentist can classify queries as perception or reasoning and easily mitigate potential hallucinations in answers which has been demonstrated in our experiments. On MMbench, we achieve a 13.44%/10.2%/15.8% improvement in accuracy on Image Quality, a Coarse Perception visual question answering (VQA) task, over the baseline InstructBLIP/LLaVA/VisualGLM.

📄 PDF Abstract BibTeX arXiv:2409.16494

Code (1)

CYandYue/Dentist 공식 구현 pytorch

Tasks

HallucinationQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

A Unified Definition of Hallucination: It's The World Model, Stupid!

2025-12-25 · Emmy Liu, Varun Gangal, Chelsea Zou, Michael Yu 외 arxiv

Despite numerous attempts at mitigation since the inception of language models, hallucinations remain a persistent problem even in today's frontier LLMs. Why is this? We review existing definitions of hallucination and f…

Theoretical Foundations and Mitigation of Hallucination in Large Language Models

2025-07-20 · Esmail Gumaan arxiv

Hallucination in Large Language Models (LLMs) refers to the generation of content that is not faithful to the input or the real-world facts. This paper provides a rigorous treatment of hallucination in LLMs, including fo…

Intervene-All-Paths: Unified Mitigation of LVLM Hallucinations across Alignment Formats

2025-11-21 · Jiaye Qian, Ge Zheng, Yuchen Zhu, Sibei Yang arxiv

Despite their impressive performance across a wide range of tasks, Large Vision-Language Models (LVLMs) remain prone to hallucination. In this study, we propose a comprehensive intervention framework aligned with the tra…

Antidote: A Unified Framework for Mitigating LVLM Hallucinations in Counterfactual Presupposition and Object Perception

2025-04-29 · CVPR 2025 1 · Yuanchen Wu, Lu Zhang, Hang Yao, Junlong Du 외

Large Vision-Language Models (LVLMs) have achieved impressive results across various cross-modal tasks. However, hallucinations, i.e., the models generating counterfactual responses, remain a challenge. Though recent stu…

counterfactualHallucinationResponse Generation

Mitigating Hallucination in Large Language Models (LLMs): An Application-Oriented Survey on RAG, Reasoning, and Agentic Systems

2025-10-28 · Yihan Li, Xiyuan Fu, Ghanshyam Verma, Paul Buitelaar 외 arxiv

Hallucination remains one of the key obstacles to the reliable deployment of large language models (LLMs), particularly in real-world applications. Among various mitigation strategies, Retrieval-Augmented Generation (RAG…