Hugging Face、多報酬ポリシー最適化における飽和意識型アバウンテージ再重み付け手法を論文公開
本文の状態
日本語全文を表示中
詳細モードで約2分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Hugging Face Daily Papers
既存のマルチ報酬最適化手法が抱える飽和度の無視という課題に対し、各報酬の飽和度を推定して重みを動的に調整するSA-MRPOを提案し、数学的・適応的推論およびコーディングタスクで精度向上を確認した。
AI深層分析を開く2026年8月18日 19:26
AI深層分析
キーポイント
既存手法の根本的問題
既存のグループ相対利得に基づく最適化では、固定された重み付けにより飽和済みの目標に勾配予算が浪費され、未解決の課題への学習が進まない。
SA-MRPOの提案
各報酬目標を独立して標準化し、バッチレベルでの飽和度推定に基づいて寄与度を適応的に減衰させる「Saturation Aware Advantage Reweighting」手法を導入した。
性能向上の実証
数学的推論タスクでは15件中12件でGDPOを上回り、適応的推論やコーディングベンチマークでも精度とパス率がそれぞれ最大9.2%、2.3%向上した。
重要な引用
existing methods typically scalarize the reward vector with a fixed weighted sum before group-wise standardization
training continues to allocate gradient budget to already-solved objectives instead of focusing on those with greater remaining headroom
SA-MRPO improves the harder correctness objective over GDPO in 12 of 15 benchmark comparisons
編集コメントを表示
編集コメント
この研究は、単なるパラメータ調整ではなく、報酬ベクトルの処理構造そのものを見直す画期的なアプローチを示している。特に複数の能力を同時に最適化する必要がある実用モデルの開発において、飽和度という概念を定量化して制御に組み込む手法の確立は極めて意義深い。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
グループ相対的利得に基づく強化学習(RL)は、言語モデル推論のポストトレーニングにおいて事実上の標準となっています。しかし、複数の報酬目的を最適化する際、既存手法では通常、報酬ベクトルを固定された加重和でスカラー化し、その後グループごとの標準化を行います。
我々は、この設計には2 つの根本的な問題があることを示します。1 つ目は、異なる報酬プロファイルを持つロールアウトが同じ利得値を受け取ってしまうことです。2 つ目は、各目的の現在の飽和度に関わらず、すべての目的が固定された相対重みで最適化されてしまうことです。その結果、トレーニングはすでに解決済みの目的に対して勾配予算を割り当て続ける一方、より改善余地のある目的に焦点を当てるべきところを怠ってしまいます。
そこで我々は、多報酬ポリシー最適化における飽和度認識型利得再重み付け(SA-MRPO)を導入しました。この手法は各報酬目的を独立して標準化し、バッチレベルでの目的の飽和度推定に基づいてその寄与を適応的に減衰させます。これにより、最適化が不十分な目的に対して最適化努力を動的に再配分しつつ、すでに十分に満たされている目的のパフォーマンスを実証的に維持します。
さらに、飽和度認識型再重み付けは単に更新の大きさをスケーリングするだけでなく、更新の符号そのものを反転させることも可能であることを示しました。2 つおよび 3 つの報酬組み合わせを用いた数学的推論タスクにおいて、SA-MRPO は GDPO を上回る 15 のベンチマーク比較のうち 12 でより困難な正解性目的を改善し、AIME24 では最大 5% の向上を実現しました。
適応型推論は、すべてのベンチマークで精度を向上させます。平均して 3.8% の改善が見られ、AMC23 では最大 9.2% の向上を記録しました。また、コーディングベンチマークでもパス率は最大 2.3% 向上し、すべての設定においてすでに達成されている容易な目標のレベルは維持されています。
原文を表示
Reinforcement learning (RL) with group-relative advantages has become the de facto standard for post-training language model reasoners. However, when optimizing multiple reward objectives, existing methods typically scalarize the reward vector with a fixed weighted sum before group-wise standardization. We show that this design leads to two fundamental problems: rollouts with distinct reward profiles can receive identical advantages, and all objectives are optimized with fixed relative weights regardless of their current level of saturation. As a result, training continues to allocate gradient budget to already-solved objectives instead of focusing on those with greater remaining headroom. We introduce Saturation Aware Advantage Reweighting for Multi-Reward Policy Optimization (SA-MRPO), which standardizes each reward objective independently and adaptively discounts its contribution according to a batch-level estimate of objective saturation. This dynamically reallocates optimization effort toward under-optimized objectives while empirically maintaining performance on those that are already well satisfied. We further show that saturation-aware reweighting can reverse the sign of an update, rather than merely rescale its magnitude. Across mathematical reasoning with two- and three-objective reward combinations, SA-MRPO improves the harder correctness objective over GDPO in 12 of 15 benchmark comparisons, with gains of up to 5% on AIME24. On adaptive reasoning it improves accuracy on all five benchmarks, by 3.8% on average and up to 9.2 % on AMC23, and on coding benchmarks it improves pass rate by up to 2.3%, while in all settings maintaining the easier objectives near their already satisfied levels.
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み