paper-with-me

Papers

Beyond Logit Lens: Contextual Embeddings for Robust Hallucination Detection & Grounding in VLMs

2024-11-28 · Anirudh Phukan, Divyansh, Harshit Kumar Morj, Vaishnavi, Apoorv Saxena, Koustava Goswami

The rapid development of Large Multimodal Models (LMMs) has significantly advanced multimodal understanding by harnessing the language abilities of Large Language Models (LLMs) and integrating modality-specific encoders. However, LMMs are plagued by hallucinations that limit their reliability and adoption. While traditional methods to detect and mitigate these hallucinations often involve costly training or rely heavily on external models, recent approaches utilizing internal model features present a promising alternative. In this paper, we critically assess the limitations of the state-of-the-art training-free technique, the logit lens, in handling generalized visual hallucinations. We introduce a refined method that leverages contextual token embeddings from middle layers of LMMs. This approach significantly improves hallucination detection and grounding across diverse categories, including actions and OCR, while also excelling in tasks requiring contextual understanding, such as spatial relations and attribute comparison. Our novel grounding technique yields highly precise bounding boxes, facilitating a transition from Zero-Shot Object Segmentation to Grounded Visual Question Answering. Our contributions pave the way for more reliable and interpretable multimodal models.

📄 PDF Abstract BibTeX arXiv:2411.19187

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeHallucinationOptical Character Recognition (OCR)Question AnsweringSemantic SegmentationVisual Question Answering

Similar Papers 제목 키워드 기반

TriLens: Per-Layer Logit-Lens Entropy for White-Box Hallucination Detection

2026-05-31 · Bohan Yang, Yijun Gong, Zhi Zhang, Ge Zhang 외 arxiv

When a language model hallucinates, the final answer is wrong, but the mistake is not necessarily invisible inside the model. Different internal pathways may remain uncertain, disagree in how quickly they sharpen, or com…

Query Lens: Interpreting Sparse Key-Value Features with Indirect Effects

2026-05-30 · Hwiyeong Lee, Ingyu Bang, Uiji Hwang, Hyelim Lim 외 arxiv

While sparse autoencoders provide features more interpretable than individual neurons, reliably characterizing them remains challenging. We propose Query Lens, which extends Logit Lens to enable more comprehensive and fa…

CHAIR -- Classifier of Hallucination as Improver

2025-01-05 · Ao Sun

In this work, we introduce CHAIR (Classifier of Hallucination As ImproveR), a supervised framework for detecting hallucinations by analyzing internal logits from each layer of every token. Our method extracts a compact s…

HallucinationMMLUTruthfulQA

Lookback Lens: Detecting and Mitigating Contextual Hallucinations in Large Language Models Using Only Attention Maps

2024-07-09 · Yung-Sung Chuang, Linlu Qiu, Cheng-Yu Hsieh, Ranjay Krishna 외

When asked to summarize articles or answer questions given a passage, large language models (LLMs) can hallucinate details and respond with unsubstantiated answers that are inaccurate with respect to the input context. T…

ArticlesHallucination

Preserving Localized Patch Semantics in VLMs

2026-02-02 · Parsa Esmaeilkhani, Longin Jan Latecki arxiv

Logit Lens has been proposed for visualizing tokens that contribute most to LLM answers. Recently, Logit Lens was also shown to be applicable in autoregressive Vision-Language Models (VLMs), where it illustrates the conc…