DA-DPO: Cost-efficient Difficulty-aware Preference Optimization for Reducing MLLM Hallucinations
Longtian Qiu, Shan Ning, Chuyu Zhang, Jiaxuan Sun, Xuming He
TL;DR
This work addresses hallucinations in multimodal large language models by diagnosing overfitting to easy preference samples in Direct Preference Optimization. It introduces DA-DPO, a cost-efficient framework that simultaneously estimates data difficulty with pretrained contrastive and generative vision–language models and applies difficulty-aware reweighting during training. Across hallucination and comprehensive benchmarks, DA-DPO delivers robust reductions in factual errors while preserving or improving general multimodal capabilities, without requiring new data or additional fine-tuning stages. The approach offers practical gains for faithful multimodal reasoning and demonstrates the value of training-free difficulty estimation and adaptive data weighting in preference alignment.
Abstract
Direct Preference Optimization (DPO) has shown strong potential for mitigating hallucinations in Multimodal Large Language Models (MLLMs). However, existing multimodal DPO approaches often suffer from overfitting due to the difficulty imbalance in preference data. Our analysis shows that MLLMs tend to overemphasize easily distinguishable preference pairs, which hinders fine-grained hallucination suppression and degrades overall performance. To address this issue, we propose Difficulty-Aware Direct Preference Optimization (DA-DPO), a cost-effective framework designed to balance the learning process. DA-DPO consists of two main components: (1) Difficulty Estimation leverages pre-trained vision--language models with complementary generative and contrastive objectives, whose outputs are integrated via a distribution-aware voting strategy to produce robust difficulty scores without additional training; and (2) Difficulty-Aware Training reweights preference pairs based on their estimated difficulty, down-weighting easy samples while emphasizing harder ones to alleviate overfitting. This framework enables more effective preference optimization by prioritizing challenging examples, without requiring new data or extra fine-tuning stages. Extensive experiments demonstrate that DA-DPO consistently improves multimodal preference optimization, yielding stronger robustness to hallucinations and better generalization across standard benchmarks, while remaining computationally efficient. The project page is available at https://artanic30.github.io/project_pages/DA-DPO/.
