COSMO-RL: Towards Trustworthy LMRMs via Joint Safety and Stability
Yizhuo Ding, Mingkang Chen, Qiuhua Liu, Fenghua Weng, Wanying Qu, Yue Yang, Yugang Jiang, Zuxuan Wu, Yanwei Fu, Wenqi Shao
TL;DR
This work tackles the safety-capability trade-off in large multimodal reasoning models by introducing CoSMo-RL, a unified reinforcement learning framework that co-optimizes safety, value, and general reasoning in a two-stage schedule. It couples supervised fine-tuning with a Clipped Policy Gradient with Policy Drift (CPGD) objective and a four-component multiobjective reward, while augmenting training with multimodal jailbreak data and dedicated reward models (Safety, Value, Knowledge). Empirical results show consistent gains in safety, value alignment, and multimodal reasoning across multiple backbones and benchmarks, with robust resistance to jailbreaks and reduced unnecessary refusals. The approach demonstrates that safety and capability can co-evolve in a stable pipeline, providing transferable improvements and practical guidance for deploying trustworthy LMRMs in real-world settings.
Abstract
Large Multimodal Reasoning Models (LMRMs) are moving into real applications, where they must be both useful and safe. Safety is especially challenging in multimodal settings: images and text can be combined to bypass guardrails, and single objective training can cause policy drift that yields over-refusal on benign inputs or unsafe compliance on risky ones. We present COSMO-RL, a mixed reinforcement learning framework that trains reasoning oriented LMRMs under multimodal, multitask, and multiobjective signals, and we release the resulting model, COSMO-R1. Our approach aims to let safety and capability grow together in one stable pipeline rather than competing during alignment. In experiments, COSMO-R1 improves safety while maintaining-and often improving multimodal reasoning and instruction following, shows stronger robustness to multimodal jailbreaks, and reduces unnecessary refusals. The framework also transfers across backbones with consistent gains. Ablations support the design choices, indicating a simple path to advancing safety and general capability together in LMRMs.
