CVAICLMMAug 27, 2025

Mitigating Hallucinations in Multimodal LLMs via Object-aware Preference Optimization

arXiv:2508.20181v17 citationsh-index: 34Has Code
Originality Incremental advance
AI Analysis

This addresses the issue of hallucinations in MLLMs for users relying on accurate multimodal AI systems, representing an incremental improvement over existing alignment methods.

The paper tackles the problem of hallucinations in multimodal large language models (MLLMs) by proposing CHAIR-DPO, a method that uses the CHAIR metric to create preference data for fine-tuning with Direct Preference Optimization, resulting in reduced hallucinated answers on benchmarks.

Multimodal Large Language Models (MLLMs) emerge as a unified interface to address a multitude of tasks, ranging from NLP to computer vision. Despite showcasing state-of-the-art results in many benchmarks, a long-standing issue is the tendency of MLLMs to hallucinate, that is to generate answers to the user's query that are not reflected in the visual input. In this paper, we address the problem of hallucinations as an alignment problem, seeking to steer the MLLM so that it prefers generating content without hallucinations. In contrast to recent approaches that require complicated pipelines to build synthetic preference data for alignment training, often relying on proprietary models, we capitalize on the well-known CHAIR metric, originally proposed to gauge the degree of hallucinations in image captioning. Given a pair of generated answers, we leverage CHAIR to distinguish winner and loser options (i.e., non-hallucinated and hallucinated samples) and fine-tune off-the-shelf MLLMs via Direct Preference Optimization (DPO). The resulting method, which we refer to as CHAIR-DPO, effectively diminishes the amount of hallucinated answers on several hallucination benchmarks, demonstrating the effectiveness of fine-tuning the MLLM with a CHAIR-based reward. Source code and trained models are publicly available at https://github.com/aimagelab/CHAIR-DPO.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes