日本フィジカルAI新聞

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

週刊ニュースレター購読
安全オフラインRLarXiv:2608.12306v1

再分配に基づくコスト推定によるスパース安全オフライン強化学習の改善

Redistribution-based Cost Inference Improves Sparse Safe Offline RL

シェア:XThreadsFacebookLINEはてブBluesky

軌道レベルの停止フィードバックのみから密なステップごとのコストを推定し、制約付きオフライン強化学習を改善するフレームワークを提案した。

詳しい要約

1. どんなもの?

Safe offline RL の文脈で、従来は dense per-step cost のアノテーションを仮定していたが、実際の監督者は trajectory-level の stop-feedback(最初の unsafe transition での binary signal)しか提供しないことが多い。この問題を temporal credit assignment として捉え、Redistribution-based Cost Inference (RCI) フレームワークを提案する。RCI は sparse stop-feedback を return decomposition により dense per-step costs に変換し、その augmented dataset 上で constrained offline policy を訓練する。

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

従来の safe offline RL は dense cost を仮定するか、sparse cost を直接扱うが、per-step attribution が欠如している。RCI は return-equivalent redistribution を用いて、理論的に feasible policy set と optimal Lagrangian を保存することを示し、cost critic learning の条件を改善する。これにより、sparse や classifier-based baselines よりも violation rates を大幅に低減する。

3. 技術・手法の肝は?

RCI は return decomposition を用いて sparse stop-feedback を dense per-step costs に変換する。具体的には、return-equivalent redistribution を導入し、CMDP において feasible policy set と optimal Lagrangian を保存することを理論的に証明する。これにより、変換は理論的に lossless であり、実践的には cost critic learning の条件を改善する。

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

実験は highway driving と robotic manipulation のタスクで行われ、sparse および classifier-based baselines と比較して violation rates が大幅に低いことを示した。また、heterogeneous dataset compositions と label noise に対する robustness も検証された。

5. 議論はある?

要旨からは、RCI の理論的保証は return-equivalent redistribution に依存しており、実際のデータ分布やノイズの影響については議論の余地がある。また、実験は特定のタスクに限定されており、他の領域での汎用性は不明。

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

要旨で参照されている関連研究として、return decomposition を用いた手法(例:Return Decomposition for Delayed Rewards)や、safe offline RL の既存手法(例:Constrained Policy Optimization, Offline RL with Safety Constraints)が挙げられる。具体的な論文名は要旨に明記されていないため、同分野の定番として 'Constrained Policy Optimization' や 'Offline Reinforcement Learning' の関連論文を読むことが推奨される。

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

著者: Ebenezer Gelo, Geraud Nangue Tasse, Steven James, Benjamin Rosman

分類: cs.LG, cs.AI

原文アブストラクト

Safe offline RL typically assumes access to dense per-step cost annotations, but in practice supervisors provide only trajectory-level stop-feedback: a binary signal at the first unsafe transition, with no per-step attribution. We frame this as a temporal credit assignment problem and propose the Redistribution-based Cost Inference (RCI) framework, which converts sparse stop-feedback into dense per-step costs via return decomposition, then trains a constrained offline policy on the augmented dataset. We show that return-equivalent redistribution preserves the feasible policy set and the optimal Lagrangian in a CMDP, establishing that the transformation is lossless in theory while yielding better-conditioned cost critic learning in practice. Experiments on highway driving and robotic manipulation demonstrate substantially lower violation rates than sparse and classifier-based baselines, with robustness to heterogeneous dataset compositions and label noise.