paper-with-me

Papers

Z-Reward: Beyond Scalar Rewards by Internalizing Reasoning into Score Distributions

2026-06-08 · Xin Jin, Huanqia Cai, Zhen Li, Zechao Zhan, Dengyang Jiang, Aiming Hao, Yuming Jiang, Chunle Guo, Peng Gao, Ming-Ming Cheng, Steven C. H. Hoi arxiv

Reward models are central to text-to-image post-training, but visual preference is subjective and better represented as a distribution over rubric scores than as a deterministic scalar. Existing scalar, score-token, and pairwise reward models over-compress uncertainty and fine-grained score differences, while reasoning-based generative rewards provide stronger judgments but are costly to deploy and difficult to use as direct optimization signals. We propose Z-Reward, a teacher-student reward modeling framework that decouples reasoning-heavy judgment from efficient reward deployment. The teacher is a large VLM that uses reasoning to infer rubric-aligned score distributions, and is trained with Group-wise Direct Score Optimization (GDSO), which combines policy-gradient rewards from distribution expectations with direct pointwise and pairwise supervision on score distributions and score gaps. The student is trained with Reasoning-Internalized Score Distillation (RISD), which transfers the teacher's reasoning-conditioned score distribution into a compact VLM without requiring explicit reasoning chains at inference time. On our internally annotated evaluation set, the 27B GDSO teacher reaches 89.6% human preference accuracy, outperforming SFT, RewardDance, and GRPO, while the 9B RISD student reaches 88.6%, outperforming the OPD baseline and closely matching the larger teacher. We further show that Z-Reward can serve as a differentiable reward signal for text-to-image optimization, yielding a 41.3% net human-preference improvement over the SFT baseline.

📄 PDF Abstract BibTeX arXiv:2606.09076

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Beyond Monolithic Rewards: A Hybrid and Multi-Aspect Reward Optimization for MLLM Alignment

2025-10-06 · Radha Gulhane, Sathish Reddy Indurthi arxiv

Aligning multimodal large language models (MLLMs) with human preferences often relies on single-signal, model-based reward methods. Such monolithic rewards often lack confidence calibration across domain-specific tasks, …

Reinforcement LearningMathematical Reasoning

Alternating Reinforcement Learning with Contextual Rubric Rewards: Beyond the Scalarization Strategy

2026-03-04 · Guangchen Lan, Lian Xiong, Xin Zhou, Hejie Cui 외 arxiv

Reinforcement Learning with Rubric Rewards (RLRR) is a framework that extends conventional reinforcement learning from human feedback (RLHF) and verifiable rewards (RLVR) by replacing scalar preference signals with struc…

Reinforcement Learning

RationalRewards: Reasoning Rewards Scale Visual Generation Both Training and Test Time

2026-04-13 · Haozhe Wang, Cong Wei, Weiming Ren, Jiaming Liu 외 arxiv

Most reward models for visual generation reduce rich human judgments to a single unexplained score, discarding the reasoning that underlies preference. We show that teaching reward models to produce explicit, multi-dimen…

Reinforcement Learning

Beyond Scalar Rewards: An Axiomatic Framework for Lexicographic MDPs

2025-05-17 · Mehran Shakerinava, Siamak Ravanbakhsh, Adam Oberman

Recent work has formalized the reward hypothesis through the lens of expected utility theory, by interpreting reward as utility. Hausner's foundational work showed that dropping the continuity axiom leads to a generaliza…

f-GRPO and Beyond: Divergence-Based Reinforcement Learning Algorithms for General LLM Alignment

2026-02-05 · Rajdeep Haldar, Lantao Mei, Guang Lin, Yue Xing 외 arxiv

Recent work shows that preference alignment objectives can be interpreted as divergence estimators between aligned (preferred) & unaligned (less-preferred) distributions, yielding a principled recipe for designing alignm…

Reinforcement Learning