DAMA: Data- and Model-aware Alignment of Multi-modal LLMs
Jinda Lu, Junkang Wu, Jinghan Li, Xiaojun Jia, Shuo Wang, YiFan Zhang, Junfeng Fang, Xiang Wang, Xiangnan He
TL;DR
DAMA addresses the problem that direct preference optimization (DPO) for multimodal LLM alignment responds unevenly to data hardness. It introduces data-aware and model-aware strategies that modulate learning via adaptive adjustments to the optimization signal, using CLIP-based hardness estimates and real-time reward gaps. Across five benchmarks, DAMA yields strong improvements in trustworthiness and effectiveness, with notable reductions in hallucinations (e.g., Object HalBench) and competitiveness against GPT-4V. The work advances robust, human-preference-aligned multimodal models and highlights practical pathways to reduce hallucinations in real-world settings.
Abstract
Direct Preference Optimization (DPO) has shown effectiveness in aligning multi-modal large language models (MLLM) with human preferences. However, existing methods exhibit an imbalanced responsiveness to the data of varying hardness, tending to overfit on the easy-to-distinguish data while underfitting on the hard-to-distinguish data. In this paper, we propose Data- and Model-aware DPO (DAMA) to dynamically adjust the optimization process from two key aspects: (1) a data-aware strategy that incorporates data hardness, and (2) a model-aware strategy that integrates real-time model responses. By combining the two strategies, DAMA enables the model to effectively adapt to data with varying levels of hardness. Extensive experiments on five benchmarks demonstrate that DAMA not only significantly enhances the trustworthiness, but also improves the effectiveness over general tasks. For instance, on the Object-HalBench, our DAMA-7B reduces response-level and mentioned-level hallucination by 90.0% and 95.3%, respectively, surpassing the performance of GPT-4V.
