paper-with-me

홈 › Papers

mDPO: Conditional Preference Optimization for Multimodal Large Language Models

2024-06-17 · Fei Wang, Wenxuan Zhou, James Y. Huang, Nan Xu, Sheng Zhang, Hoifung Poon, Muhao Chen

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.

📄 PDF Abstract BibTeX arXiv:2406.11839

Code (1)

luka-group/mDPO 공식 구현 pytorch

Tasks

HallucinationLanguage ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

DPO 설명 없음
MDPO Mirror Descent Policy Optimization (MDPO) is a policy gradient algorithm based on the idea of iteratively solving a trust-region problem that minimizes a sum of two terms: a…

Similar Papers 제목 키워드 기반

DreamDPO: Aligning Text-to-3D Generation with Human Preferences via Direct Preference Optimization

2025-02-05 · Zhenglin Zhou, Xiaobo Xia, Fan Ma, Hehe Fan 외

Text-to-3D generation automates 3D content creation from textual descriptions, which offers transformative potential across various fields. However, existing methods often struggle to align generated content with human p…

3D GenerationText to 3D

SymDPO: Boosting In-Context Learning of Large Multimodal Models with Symbol Demonstration Direct Preference Optimization

2024-11-17 · CVPR 2025 1 · Hongrui Jia, Chaoya Jiang, Haiyang Xu, Wei Ye 외

As language models continue to scale, Large Language Models (LLMs) have exhibited emerging capabilities in In-Context Learning (ICL), enabling them to solve language tasks by prefixing a few in-context demonstrations (IC…

In-Context Learning

MedAlign: A Synergistic Framework of Multimodal Preference Optimization and Federated Meta-Cognitive Reasoning

2025-10-24 · Siyong Chen, Jinbo Wen, Jiawen Kang, Tenghui Huang 외 arxiv

Recently, large models have shown significant potential for smart healthcare. However, the deployment of Large Vision-Language Models (LVLMs) for clinical services is currently hindered by three critical challenges: a te…

Visual Question Answering

Automated Multi-level Preference for MLLMs

2024-05-18 · Mengxi Zhang, Wenhao Wu, Yu Lu, Yuxin Song 외

Current multimodal Large Language Models (MLLMs) suffer from ``hallucination'', occasionally generating responses that are not grounded in the input images. To tackle this challenge, one promising path is to utilize rein…

Dataset GenerationHallucination

Mirror Descent Policy Optimization

2020-05-20 · ICLR 2022 4 · Manan Tomar, Lior Shani, Yonathan Efroni, Mohammad Ghavamzadeh

Mirror descent (MD), a well-known first-order method in constrained convex optimization, has recently been shown as an important tool to analyze trust-region algorithms in reinforcement learning (RL). However, there rema…

continuous-controlContinuous ControlReinforcement Learning (RL)