mDPO: Conditional Preference Optimization for Multimodal Large Language Models
Fei Wang, Wenxuan Zhou, James Y. Huang, Nan Xu, Sheng Zhang, Hoifung Poon, Muhao Chen
TL;DR
<3-5 sentence high-level summary> The paper identifies an unconditional visual bias as a key pitfall in applying direct preference optimization (DPO) to multimodal LLMs and proposes mDPO, which adds conditional preference optimization on images and a reward anchor to stabilize chosen-response likelihood. By combining standard DPO with the new CoPO and AnchPO objectives, mDPO forces the model to leverage both visual and linguistic cues and prevents likelihood degradation of preferred responses. Empirical results across two models (Bunny-v1.0-3B and LLaVA-v1.5-7B) and three benchmarks (MMHalBench, Object HalBench, AMBER) show consistent improvements, particularly in reducing hallucinations, and human evaluations corroborate higher quality outputs. The work demonstrates that properly calibrated multimodal preference objectives can outperform purely data-driven scaling, enabling more reliable multimodal alignment across model sizes.
Abstract
Direct preference optimization (DPO) has shown to be an effective method for large language model (LLM) alignment. Recent works have attempted to apply DPO to multimodal scenarios but have found it challenging to achieve consistent improvement. Through a comparative experiment, we identify the unconditional preference problem in multimodal preference optimization, where the model overlooks the image condition. To address this problem, we propose mDPO, a multimodal DPO objective that prevents the over-prioritization of language-only preferences by also optimizing image preference. Moreover, we introduce a reward anchor that forces the reward to be positive for chosen responses, thereby avoiding the decrease in their likelihood -- an intrinsic problem of relative preference optimization. Experiments on two multimodal LLMs of different sizes and three widely used benchmarks demonstrate that mDPO effectively addresses the unconditional preference problem in multimodal preference optimization and significantly improves model performance, particularly in reducing hallucination.
