日本フィジカルAI新聞

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

週刊ニュースレター購読
強化学習arXiv:2609.18651

FIERCE: 進捗-失敗フィードバックによる汎用ロボット方策から高速専門家への変換

FIERCE: From Generalist Robot Policies to Fast Specialists via Progress-Failure Feedback

シェア:XThreadsFacebookLINEはてブBluesky

汎用ロボット方策を初期値とし、進捗と失敗を評価する統一評価器を用いた強化学習で、シミュレータや手動報酬設計なしに接触の多い実タスク向けの小型専門家方策を効率的に学習する手法を提案。

詳しい要約

1. どんなもの?

- 汎用ロボットポリシーを初期値として、限られた実機相互作用からコンパクトな専門ポリシーへ高速に洗練する強化学習フレームワーク FIERCE を提案。 - 中心は unified で task-adaptive な progress-failure evaluator。 - 展開時には compact specialist のみを保持する。

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

- 従来の汎用ポリシー洗練は、継続的な generalist action queries や専用の target-task simulator、手動注釈付き dense rewards を要することが多い。 - FIERCE はこれらを必要とせず、限られた物理相互作用から informative な学習フィードバックを得る点が異なる。 - 要旨からは、具体的な先行研究名や定量比較は不明。

3. 技術・手法の肝は?

- evaluator は observation-language representation を共有し、observed-progress head と action-conditioned latent predictor を備える。 - latent predictor の past/current 予測を causal sequence head に渡し、task-failure を推定。 - progress と preference ラベル、同期した commands/observations、terminal outcomes による joint supervision で evaluator を訓練。 - target-task rollouts で適応と calibration を行う。 - 固定した evaluator snapshot が progress shaping と failure-risk penalty を与え、独立検証された terminal reward と併用。 - evaluator と policy の更新を交互に行い、新経験を収集。

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

- 評価は simulation と2つの contact-rich real tasks で実施。 - feedback quality、policy-learning efficiency、deployment cost を分離して検証。 - 具体的なベースラインや指標の詳細は要旨からは不明。

5. 議論はある?

- 要旨からは、限界や失敗事例、計算コスト、スケーラビリティに関する議論は不明。 - コード、モデル重み、データ復元ツールが公開されている点は記載。

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

- 要旨で参照・比較されている個別研究は不明。 - 関連手法として generalist robot policies、reinforcement learning、progress shaping、failure prediction、preference-based learning などが挙げられる。 - 同分野の定番として、汎用ロボットポリシーの fine-tuning や sim-to-real 転移に関する研究を読むとよい。

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

著者: Runjia Tan, Yuang Tu, Yujie Yan, Lan Yu, Xuesong Tian, Chen Lv

分類: cs.RO

原文アブストラクト

Generalist robot policies offer useful initialization, but refining compact specialists through limited physical interaction requires informative learning feedback. We present FIERCE, a generalist-initialized reinforcement learning framework centered on a unified, task-adaptive progress-failure evaluator. Its architecture shares an observation-language representation between an observed-progress head and an action-conditioned latent predictor whose past and current predictions feed a causal sequence head for task-failure estimation. Joint supervision from progress and preference labels, synchronized commands and observations, and terminal outcomes trains the evaluator; target-task rollouts support adaptation and calibration. Fixed evaluator snapshots provide progress shaping and failure-risk penalties alongside independently verified terminal rewards, while evaluator and policy updates alternate as new experience is collected. Refinement requires neither continued generalist action queries nor a dedicated target-task simulator or manually annotated dense rewards. Only the compact specialist is retained at deployment. The evaluation separates feedback quality, policy-learning efficiency, and deployment cost across simulation and two contact-rich real tasks. Code, model weights, and data-restoration tools are released at https://github.com/ar-mine/FIERCE.

関連論文

PR本紙発行元 EmplifAI