paper-with-me

홈 › Papers

Multimodal Preference Data Synthetic Alignment with Reward Model

2024-12-23 · Robert Wijaya, Ngoc-Bao Nguyen, Ngai-Man Cheung

Multimodal large language models (MLLMs) have significantly advanced tasks like caption generation and visual question answering by integrating visual and textual data. However, they sometimes produce misleading or hallucinate content due to discrepancies between their pre-training data and real user prompts. Existing approaches using Direct Preference Optimization (DPO) in vision-language tasks often rely on strong models like GPT-4 or CLIP to determine positive and negative responses. Here, we propose a new framework in generating synthetic data using a reward model as a proxy of human preference for effective multimodal alignment with DPO training. The resulting DPO dataset ranges from 2K to 9K image-text pairs, was evaluated on LLaVA-v1.5-7B, where our approach demonstrated substantial improvements in both the trustworthiness and reasoning capabilities of the base model across multiple hallucination and vision-language benchmark. The experiment results indicate that integrating selected synthetic data, such as from generative and rewards models can effectively reduce reliance on human-annotated data while enhancing MLLMs' alignment capability, offering a scalable solution for safer deployment.

📄 PDF Abstract BibTeX arXiv:2412.17417

Code (1)

pds-dpo/pds-dpo 공식 구현 pytorch

Tasks

2kCaption GenerationHallucinationmodelQuestion AnsweringVisual Question Answering

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Adam 설명 없음
Multi-Head Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Align$^2$LLaVA: Cascaded Human and Large Language Model Preference Alignment for Multi-modal Instruction Curation

2024-09-27 · Hongzhe Huang, Jiang Liu, Zhewen Yu, Li Cai 외

Recent advances in Multi-modal Large Language Models (MLLMs), such as LLaVA-series models, are driven by massive machine-generated instruction-following data tuning. Such automatic instruction collection pipelines, howev…

Instruction FollowingLanguage ModelingLanguage ModellingLarge Language Model

West-of-N: Synthetic Preferences for Self-Improving Reward Models

2024-01-22 · Alizée Pace, Jonathan Mallinson, Eric Malmi, Sebastian Krause 외

The success of reinforcement learning from human feedback (RLHF) in language model alignment is strongly dependent on the quality of the underlying reward model. In this paper, we present a novel approach to improve rewa…

Language ModelingLanguage Modelling

Skywork-VL Reward: An Effective Reward Model for Multimodal Understanding and Reasoning

2025-05-12 · Xiaokun Wang, Chris, Jiangbo Pei, Wei Shen 외

We propose Skywork-VL Reward, a multimodal reward model that provides reward signals for both multimodal understanding and reasoning tasks. Our technical approach comprises two key components: First, we construct a large…

Multimodal Reasoning

Unified Reward Model for Multimodal Understanding and Generation

2025-03-07 · Yibin Wang, Yuhang Zang, Hao Li, Cheng Jin 외

Recent advances in human preference alignment have significantly enhanced multimodal generation and understanding. A key approach is training reward models to guide preference optimization. However, existing models are o…

Image Generationmodelmultimodal generationVideo Generation+1

mDPO: Conditional Preference Optimization for Multimodal Large Language Models

2024-06-17 · Fei Wang, Wenxuan Zhou, James Y. Huang, Nan Xu 외

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…

HallucinationLanguage ModelingLanguage ModellingLarge Language Model