日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
強化学習/PbRLarXiv:2608.02951v1

SP3O: 報酬モデリングなしでセグメント選好から強化学習する手法

SP3O: Reinforcement Learning from Segment Preferences without Reward Modeling

シェア:XThreadsFacebookLINEはてブBluesky

報酬モデルを使わずに、セグメント単位の選好フィードバックから方策を直接学習する新しい勾配ベースのPbRLアルゴリズムSP3Oを提案した。理論的解析とロボット制御・LLM微調整での実験で、特に長期的タスクでの性能向上を示した。

詳しい要約

1. どんなもの?

SP3Oは、報酬モデルを使わず、セグメント(軌跡の部分区間)に対する選好フィードバックのみから強化学習を行う新しいアルゴリズムです。一般的な確率的MDPを対象とし、オフポリシー重要度サンプリングを用いてポリシーの価値差を推定し、PPO型の損失関数でポリシー勾配を計算します。報酬モデルもクリティックも不要で、勾配ベースの手法です。

2. 先行研究と比べてどこがすごい?

既存の報酬モデル不要のPbRL手法は、バンディットや決定的MDPに限定されるか(DPO、P3O)、ゼロ次最適化を用いるため勾配法より収束が遅いという問題がありました。また、既存手法は軌跡全体のフィードバックを利用することが多く、長い軌跡では評価者の負担が大きいです。SP3Oはセグメント単位のフィードバックを用いることで評価を容易にし、勾配ベースで効率的な学習を実現します。

3. 技術・手法の肝は?

SP3Oは、セグメント選好データからオフポリシー重要度サンプリングを用いてポリシーの価値差を推定します。この推定値を用いて、PPO型の損失関数を構築し、ポリシー勾配を計算します。セグメント長の選択に関する理論的トレードオフも分析しています。

4. どうやって有効だと検証した?

ロボット制御とLLMファインチューニングの設定で、他のPbRL/RLHFアルゴリズムと比較して実験的に評価しました。特に長いホライズンのタスクで性能が向上することを示しました。

5. 議論はある?

要旨からは、セグメント長の選択が性能に影響するというトレードオフが議論されています。また、既存手法と比較して優位性を示していますが、具体的な限界や課題については要旨からは不明です。

6. 次に読むべき論文は?

要旨で参照されている関連手法として、DPO、P3O、および一般的なPbRLアルゴリズム(例えば、Preference-based RLの古典的手法)が挙げられます。また、PPOやRLHF関連の論文も関連します。

※ AIが要旨から生成した要約です。正確性は原文をご確認ください。

著者: Evan Assmus, Qining Zhang, Lei Ying

分類: cs.LG, cs.AI

原文アブストラクト

Preference-based reinforcement learning (PbRL) for general stochastic MDPs often requires training a reward model. Existing reward-model-free methods are either restricted to bandits or deterministic MDPs, such as DPO or P3O, or use zeroth-order, gradient-free optimization, which in general exhibits a slower convergence rate than gradient-based algorithms. Furthermore, existing reward-model-free preference-based RL algorithms almost exclusively use trajectory-level feedback, which can require significant effort from a human evaluator when trajectories are long. On the other hand, segments are much shorter, so they are easier to compare and evaluate. In this paper, we introduce a novel reward-model-free, critic-free, and gradient-based PbRL algorithm compatible with segment preferences named Segment Pairwise Proximal Policy Optimization (SP3O). SP3O utilizes segment-level preference feedback to construct an accurate policy value difference estimator via off-policy importance sampling, and then uses the estimator to compute the policy gradient via a PPO-type loss function. We provide a theoretical basis for the algorithm and analyze the tradeoff in choosing the segment length. We also evaluate it experimentally against other PbRL/RLHF algorithms in robotic control and LLM finetuning settings to show its improved performance, especially in long-horizon tasks.