paper-with-me

Papers

SMOPD: Multi-Reward Reinforcement Learning via Specialize-and-Merge Online Policy Distillation

2026-08-04 · Wen Wang, Jiahua Bao, Tu Yongsiqi, Yihao Liu, Haotian Zhou, Haoxuan Ma, Mengyu Zhou, Wenkui Fan, Junwei He, Xiaoxi Jiang, Guanjun Jiang arxiv

We aim to improve model performance in multi-reward reinforcement learning training process. Existing Group reward-Decoupled Normalization Policy Optimization (GDPO) has mitigated the issue of reward signals masking one another during direct scalarization by normalizing each reward dimension separately before aggregation. However, our experiments show that GDPO still struggles to balance reward signals with different granularities. Specifically, in some particular training tasks, the model may receive a dense reward that assigns fine-grained scores ranging from 0.1 to 1.0, together with a sparse reward that provides only binary feedback of either 0 or 1. In such cases, we find that the sparse reward may provide an insufficient optimization signal, preventing its corresponding capability from being effectively reinforced. Therefore, how can we strengthen the optimization signal from the sparse reward without sacrificing the capability already learned from the fine-grained reward? To overcome this limitation, we propose Specialize-and-Merge Online Policy Distillation (SMOPD), a two-stage training method for multi-reward optimization. Stage1-Specialize: SMOPD first employs reward-priority configurations to train multiple reward-specialized teachers, allowing each reward to be learned under conditions where its signal can effectively drive optimization. Stage2-Merge: SMOPD then utilizes online policy distillation to combine the reward-specialized capabilities of these teachers into a single student policy, while maintaining balanced task-level optimization. To validate our method, we conduct experiments on two multi-reward settings: complementary rewards(tool-calling accuracy and format) and conflicting rewards (helpful and harmless rewards). Based on above settings, SMOPD outperforms GDPO across 1.5B, 3B and 7B backbones.

📄 PDF Abstract BibTeX arXiv:2608.03092

Code (2)

Aaron617/agent-arXiv-daily ★ 10
arxivsub/arXivSub_daily_arxiv ★ 4

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Vision-R1: Evolving Human-Free Alignment in Large Vision-Language Models via Vision-Guided Reinforcement Learning

2025-03-23 · Yufei Zhan, Yousong Zhu, Shurong Zheng, Hongyin Zhao 외

Large Vision-Language Models (LVLMs) typically follow a two-stage training paradigm-pretraining and supervised fine-tuning. Recently, preference optimization, derived from the language domain, has emerged as an effective…

Circuit-Aware Reward Training: A Mechanistic Framework for Longtail Robustness in RLHF

2025-09-29 · Jing Liu arxiv

Reinforcement Learning from Human Feedback (RLHF) reward models exhibit systematic failures on longtail distributions, leading to reward hacking and misalignment. We propose a mechanistic interpretability framework that …

Reinforcement LearningData Augmentation

Learning Humanoid Arm Motion via Centroidal Momentum Regularized Multi-Agent Reinforcement Learning

2025-07-05 · Ho Jae Lee, Se Hwan Jeon, Sangbae Kim arxiv

Humans naturally swing their arms during locomotion to regulate whole-body dynamics, reduce angular momentum, and help maintain balance. Inspired by this principle, we present a limb-level multi-agent reinforcement learn…

Multi-agent Reinforcement Learning

Qwen-Image-2.0-RL Technical Report

2026-06-25 · Yixian Xu, Kaiyuan Gao, Yuxiang Chen, Yilei Chen 외 arxiv

We present Qwen-Image-2.0-RL, a post-training pipeline that applies reinforcement learning from human feedback (RLHF) and on-policy distillation (OPD) to improve both the visual quality and instruction-following capabili…

Text-to-Image GenerationReinforcement LearningImage Editing

Can One Domain Help Others? A Data-Centric Study on Multi-Domain Reasoning via Reinforcement Learning

2025-07-23 · Yu Li, Zhuoshi Pan, Honglin Lin, Mengyuan Sun 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has emerged as a powerful paradigm for enhancing the reasoning capabilities of LLMs. Existing research has predominantly concentrated on isolated reasoning domains su…

Mathematical ReasoningReinforcement LearningDomain GeneralizationLogical Reasoning