paper-with-me

Papers

Automated Multi-level Preference for MLLMs

2024-05-18 · Mengxi Zhang, Wenhao Wu, Yu Lu, Yuxin Song, Kang Rong, Huanjin Yao, Jianbo Zhao, Fanglong Liu, Yifan Sun, Haocheng Feng, Jingdong Wang

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 reinforcement learning from human feedback (RLHF), which steers MLLMs towards learning superior responses while avoiding inferior ones. We rethink the common practice of using binary preferences (i.e., superior, inferior), and find that adopting multi-level preferences (e.g., superior, medium, inferior) is better for two benefits: 1) It narrows the gap between adjacent levels, thereby encouraging MLLMs to discern subtle differences. 2) It further integrates cross-level comparisons (beyond adjacent-level comparisons), thus providing a broader range of comparisons with hallucination examples. To verify our viewpoint, we present the Automated Multi-level Preference (AMP) framework for MLLMs. To facilitate this framework, we first develop an automated dataset generation pipeline that provides high-quality multi-level preference datasets without any human annotators. Furthermore, we design the Multi-level Direct Preference Optimization (MDPO) algorithm to robustly conduct complex multi-level preference learning. Additionally, we propose a new hallucination benchmark, MRHal-Bench. Extensive experiments across public hallucination and general benchmarks, as well as our MRHal-Bench, demonstrate the effectiveness of our proposed method. Code is available at https://github.com/takomc/amp.

📄 PDF Abstract BibTeX arXiv:2405.11165

Code (1)

takomc/amp 공식 구현 pytorch

Tasks

Dataset GenerationHallucination

Similar Papers 제목 키워드 기반

Enhancing the Reasoning Ability of Multimodal Large Language Models via Mixed Preference Optimization

2024-11-15 · Weiyun Wang, Zhe Chen, Wenhai Wang, Yue Cao 외

Existing open-source multimodal large language models (MLLMs) generally follow a training process involving pre-training and supervised fine-tuning. However, these models suffer from distribution shifts, which limit thei…

Multimodal Reasoning

Enhancing Compositional Reasoning in Vision-Language Models with Synthetic Preference Data

2025-04-07 · Samarth Mishra, Kate Saenko, Venkatesh Saligrama

Compositionality, or correctly recognizing scenes as compositions of atomic visual concepts, remains difficult for multimodal large language models (MLLMs). Even state of the art MLLMs such as GPT-4o can make mistakes in…

Question AnsweringVisual Question Answering

Towards Harmless Multimodal Assistants with Blind Preference Optimization

2025-03-18 · Yongqi Li, Lu Yang, Jian Wang, Runyang You 외

Multimodal Large Language Models (MLLMs) have demonstrated impressive capabilities in multimodal understanding, reasoning, and interaction. Given the extensive applications of MLLMs, the associated safety issues have bec…

Instruction-Oriented Preference Alignment for Enhancing Multi-Modal Comprehension Capability of MLLMs

2025-03-26 · Zitian Wang, Yue Liao, Kang Rong, Fengyun Rao 외

Preference alignment has emerged as an effective strategy to enhance the performance of Multimodal Large Language Models (MLLMs) following supervised fine-tuning. While existing preference alignment methods predominantly…

HallucinationHallucination EvaluationQuestion AnsweringVisual Question Answering

A Topic-level Self-Correctional Approach to Mitigate Hallucinations in MLLMs

2024-11-26 · Lehan He, Zeren Chen, Zhelun Shi, Tianyu Yu 외

Aligning the behaviors of Multimodal Large Language Models (MLLMs) with human preferences is crucial for developing robust and trustworthy AI systems. While recent attempts have employed human experts or powerful auxilia…

Hallucination