paper-with-me

홈 › Papers

Hallucination at a Glance: Controlled Visual Edits and Fine-Grained Multimodal Learning

2025-06-08 · Tianyi Bai, Yuxuan Fan, Jiantao Qiu, Fupeng Sun, Jiayi Song, Junlin Han, Zichen Liu, Conghui He, Wentao Zhang, Binhang Yuan

Multimodal large language models (MLLMs) have achieved strong performance on vision-language tasks but still struggle with fine-grained visual differences, leading to hallucinations or missed semantic shifts. We attribute this to limitations in both training data and learning objectives. To address these issues, we propose a controlled data generation pipeline that produces minimally edited image pairs with semantically aligned captions. Using this pipeline, we construct the Micro Edit Dataset (MED), containing over 50K image-text pairs spanning 11 fine-grained edit categories, including attribute, count, position, and object presence changes. Building on MED, we introduce a supervised fine-tuning (SFT) framework with a feature-level consistency loss that promotes stable visual embeddings under small edits. We evaluate our approach on the Micro Edit Detection benchmark, which includes carefully balanced evaluation pairs designed to test sensitivity to subtle visual variations across the same edit categories. Our method improves difference detection accuracy and reduces hallucinations compared to strong baselines, including GPT-4o. Moreover, it yields consistent gains on standard vision-language tasks such as image captioning and visual question answering. These results demonstrate the effectiveness of combining targeted data and alignment objectives for enhancing fine-grained visual reasoning in MLLMs.

📄 PDF Abstract BibTeX arXiv:2506.07227

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeHallucinationImage CaptioningQuestion AnsweringVisual Question AnsweringVisual Reasoning

Similar Papers 제목 키워드 기반

FREAK: A Fine-grained Hallucination Evaluation Benchmark for Advanced MLLMs

2026-03-20 · Zhihan Yin, Jianxin Liang, Yueqian Wang, Yifeng Yao 외 arxiv

Multimodal Large Language Models (MLLMs) suffer from hallucinations. Existing hallucination evaluation benchmarks are often limited by over-simplified tasks leading to saturated metrics, or insufficient diversity that fa…

EEG-EditBench: Probing Visual Information in EEG-Image Retrieval Models with Controlled Image Edits

2026-07-30 · Kaifan Zhang, Lihuo He, Yuqi Ji, Junjie Ke 외 arxiv

Recent EEG-to-image retrieval models have achieved strong performance in identifying viewed images from semantically diverse candidates. Yet such success does not reveal what visual information supports the match. A mode…

Image Retrieval

MS-Glance: Bio-Insipred Non-semantic Context Vectors and their Applications in Supervising Image Reconstruction

2024-10-31 · Ziqi Gao, Wendi Yang, Yujia Li, Lei Xing 외

Non-semantic context information is crucial for visual recognition, as the human visual perception system first uses global statistics to process scenes rapidly before identifying specific objects. However, while semanti…

Image ReconstructionImage RestorationMRI Reconstruction

Insights from Visual Cognition: Understanding Human Action Dynamics with Overall Glance and Refined Gaze Transformer

2026-04-08 · Bohao Xing, Deng Li, Rong Gao, Xin Liu 외 arxiv

Recently, Transformer has made significant progress in various vision tasks. To balance computation and efficiency in video tasks, recent works heavily rely on factorized or window-based self-attention. However, these ap…

Fine-Grained Multi Image Object Hallucination Benchmark

2026-08-31 · Joonki Min, Chaeyun Kim, Hyungwook Choi, Yejin Kim 외 arxiv

Multimodal Large Language Models (MLLMs) are increasingly deployed in multi-image scenarios requiring complex reasoning across visual contexts. However, current MLLMs remain fundamentally limited by object hallucination-…