paper-with-me

홈 › Papers

HallE-Control: Controlling Object Hallucination in Large Multimodal Models

2023-10-03 · Bohan Zhai, Shijia Yang, Chenfeng Xu, Sheng Shen, Kurt Keutzer, Chunyuan Li, Manling Li

Current Large Multimodal Models (LMMs) achieve remarkable progress, yet there remains significant uncertainty regarding their ability to accurately apprehend visual details, that is, in performing detailed captioning. To address this, we introduce $\textit{CCEval}$, a GPT-4 assisted evaluation method for detailed captioning. Interestingly, while LMMs demonstrate minimal object existence hallucination in existing VQA benchmarks, our proposed evaluation reveals continued susceptibility to such hallucinations. In this paper, we make the first attempt to investigate such hallucination from different aspects, including image resolution, the language decoder size, and instruction data amount, quality, granularity. Our findings underscore the unwarranted inference when the language description includes details at a finer object granularity than what the vision module can ground or verify, thus inducing hallucination. To control such hallucinations, we further attribute the reliability of captioning to contextual knowledge (involving only contextually grounded objects) and parametric knowledge (containing inferred objects by the model). Thus, we introduce $\textit{HallE-Control}$, a controllable LMM in terms of $\textbf{Hall}$ucination in object $\textbf{E}$xistence. HallE-Control can condition the captioning to shift between (i) exclusively depicting contextual knowledge for grounded objects and (ii) blending it with parametric knowledge to imagine inferred objects. Our method reduces hallucination by 44% compared to LLaVA$_{7B}$ and maintains the object coverage.

📄 PDF Abstract BibTeX arXiv:2310.01779

Code (2)

bronyayang/HallE_Switch 공식 구현 pytorch
bronyayang/halle_control 공식 구현 pytorch

Tasks

AttributeDecoderHallucinationObjectObject HallucinationVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Mitigating Hallucinations in Large Vision-Language Models by Adaptively Constraining Information Flow

2025-02-28 · Jiaqi Bai, Hongcheng Guo, Zhongyuan Peng, Jian Yang 외

Large vision-language models show tremendous potential in understanding visual information through human languages. However, they are prone to suffer from object hallucination, i.e., the generated image descriptions cont…

HallucinationObjectObject HallucinationSemantic Similarity+1

Mitigating Hallucinations in Large Vision-Language Models via Summary-Guided Decoding

2024-10-17 · Kyungmin Min, Minbeom Kim, Kang-il Lee, Dongryeol Lee 외

Large Vision-Language Models (LVLMs) demonstrate impressive capabilities in generating detailed and coherent responses from visual inputs. However, they are prone to generate hallucinations due to an over-reliance on lan…

HallucinationObject HallucinationPOS

Exploring Causal Effect of Social Bias on Faithfulness Hallucinations in Large Language Models

2025-08-11 · Zhenliang Zhang, Junzhe Zhang, Xinyu Hu, HuiXuan Zhang 외 arxiv

Large language models (LLMs) have achieved remarkable success in various tasks, yet they remain vulnerable to faithfulness hallucinations, where the output does not align with the input. In this study, we investigate whe…

Controlling Multimodal LLMs via Reward-guided Decoding

2025-08-15 · Oscar Mañas, Pierluca D'Oro, Koustuv Sinha, Adriana Romero-Soriano 외 arxiv

As Multimodal Large Language Models (MLLMs) gain widespread applicability, it is becoming increasingly desirable to adapt them for diverse user needs. In this paper, we study the adaptation of MLLMs through controlled de…

Image CaptioningVisual Grounding

Representation-based Broad Hallucination Detectors Fail to Generalize Out of Distribution

2025-09-19 · Zuzanna Dubanowska, Maciej Żelaszczyk, Michał Brzozowski, Paolo Mandica 외 arxiv

We critically assess the efficacy of the current SOTA in hallucination detection and find that its performance on the RAGTruth dataset is largely driven by a spurious correlation with data. Controlling for this effect, s…