Safe RLHF-V: Safe Reinforcement Learning from Multi-modal Human Feedback
Jiaming Ji, Xinyu Chen, Rui Pan, Conghui Zhang, Han Zhu, Jiahao Li, Donghai Hong, Boyuan Chen, Jiayi Zhou, Kaile Wang, Juntao Dai, Chi-Min Chan, Yida Tang, Sirui Han, Yike Guo, Yaodong Yang
TL;DR
This work tackles safety alignment for multimodal large language models by proposing Safe RLHF-V, a dual-preference framework that optimizes for both helpfulness and safety. It introduces BeaverTails-V, the first open-source multimodal safety dataset with dual annotations and multi-level harm labels, along with Beaver-Guard-V, a guardrail system that mitigates unsafe inputs and adversarial probes. The method employs a Lagrangian-based, budget-bound min–max optimization using two dedicated models (RM-V for reward and CM-V for cost) to balance improving helpfulness while restricting harmful outputs. Empirical results show substantial dual gains across multiple models and settings, demonstrating improved safety (+34.2%) and helpfulness (+34.3%) with robust convergence and practical training stability. The work highlights the value of dual supervision and constrained optimization for safer, more capable multimodal AI systems, with plans to extend to additional modalities and evolving safety challenges.
Abstract
Multimodal large language models (MLLMs) are essential for building general-purpose AI assistants; however, they pose increasing safety risks. How can we ensure safety alignment of MLLMs to prevent undesired behaviors? Going further, it is critical to explore how to fine-tune MLLMs to preserve capabilities while meeting safety constraints. Fundamentally, this challenge can be formulated as a min-max optimization problem. However, existing datasets have not yet disentangled single preference signals into explicit safety constraints, hindering systematic investigation in this direction. Moreover, it remains an open question whether such constraints can be effectively incorporated into the optimization process for multi-modal models. In this work, we present the first exploration of the Safe RLHF-V -- the first multimodal safety alignment framework. The framework consists of: $\mathbf{(I)}$ BeaverTails-V, the first open-source dataset featuring dual preference annotations for helpfulness and safety, supplemented with multi-level safety labels (minor, moderate, severe); $\mathbf{(II)}$ Beaver-Guard-V, a multi-level guardrail system to proactively defend against unsafe queries and adversarial attacks. Applying the guard model over five rounds of filtering and regeneration significantly enhances the precursor model's overall safety by an average of 40.9%. $\mathbf{(III)}$ Based on dual preference, we initiate the first exploration of multi-modal safety alignment within a constrained optimization. Experimental results demonstrate that Safe RLHF effectively improves both model helpfulness and safety. Specifically, Safe RLHF-V enhances model safety by 34.2% and helpfulness by 34.3%.
