日本フィジカルAI新聞

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

週刊ニュースレター購読
強化学習/操作arXiv:2608.03872v1

EvoHIL: 自己進化型報酬とフローマッチングによるポリシー最適化を用いた堅牢な人間参加型強化学習

EvoHIL: Self-Evolving Reward and Flow-Matched Policy Optimization for Robust Human-in-the-Loop Reinforcement Learning

シェア:XThreadsFacebookLINEはてブBluesky

人間参加型強化学習において、報酬モデル・行動生成・視覚ドメインを段階的に適応させる統一フレームワークEvoHILを提案し、照明変化下の6つの操作タスクで成功率・動作滑らかさ等を改善した。

詳しい要約

1. どんなもの?

EvoHILは、人間参加型強化学習(HIL-RL)において、報酬モデル、行動生成器、視覚ドメインを段階的に適応させる統一フレームワークである。具体的には、自己進化報酬(SER)が人間確認済みの正例と暫定的な弱負例から成功分類器を適応させ、Action Flow Stabilization (AFS)がフローマッチングにより時間的に一貫した行動チャンクを生成し、保持認識オフライン微調整が追加のロボットインタラクションなしで視覚ドメインを適応させる。

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

先行研究では、静的な視覚報酬モデルがシーン変化に弱く、独立にサンプリングされた行動が時間的に不整合で、視覚ベースのポリシーが外観変化に敏感であるという3つの問題が個別に存在していた。EvoHILはこれらを統合的に解決する点が新しい。特に、報酬モデル、行動生成、視覚ドメインを同時に適応させる統一フレームワークであり、追加のロボットインタラクションなしで視覚ドメインを適応させる保持認識オフライン微調整が特徴的である。

3. 技術・手法の肝は?

手法の肝は3つの要素からなる。1) 自己進化報酬(SER): 人間確認済みの正例と暫定的な弱負例を用いて成功分類器を適応させる。2) Action Flow Stabilization (AFS): フローマッチングを用いて時間的に一貫した行動チャンクを生成し、実行済みの行動プレフィックスと実証行動に基づいてポリシー更新を接地する。3) 保持認識オフライン微調整: 再照明されたインタラクションデータを再生しつつ、AFSアクタークリティックを以前の行動にアンカーすることで、追加のロボットインタラクションなしで視覚ドメインを適応させる。

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

Franka FR3とSO-101アームを用いた6つの操作タスクにおいて、制御された照明変化の下で検証した。比較対象はHILベースラインと模倣ベースラインであり、タスク成功率、人間確認ラベルとの一致率、動作の滑らかさ、完了時間の指標でEvoHILが優れていることを示した。

5. 議論はある?

要旨からは、EvoHILの限界や議論についての詳細は不明である。ただし、提案手法が照明変化などの外観シフトに対してロバストであることを示しているが、他のタイプのドメインギャップや、より複雑なタスクへの一般化については言及されていない。また、人間確認ラベルへの依存度や、弱負例の品質が結果に与える影響なども議論の余地がある。

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

要旨で参照されている関連研究としては、Human-in-the-loop reinforcement learning (HIL-RL)、flow matching、imitation learning、visual domain adaptationなどが挙げられる。具体的な論文名は要旨にないため、次に読むべき論文としては、HIL-RLの基礎研究、flow matchingの理論、視覚ドメイン適応の手法に関する論文が考えられる。

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

著者: Shuoqin Zhang, Tongtong Cheng, Xiru Gao, Jinzhuo Peng, Bin Zheng, Jiahao Tu, Ke Wang, Jia Pan, Zhe Hu, Kai Liu

分類: cs.RO

原文アブストラクト

Human-in-the-loop reinforcement learning (HIL-RL) enables robots to learn contact-rich manipulation from limited real-world interaction, but deployment exposes three coupled limitations: static visual reward models fail under scene changes; independently sampled actions cause temporally inconsistent motion; and vision-based policies remain sensitive to appearance shifts. We present EvoHIL, a unified framework that adapts the reward model, action generator, and visual do main within a staged human-in-the-loop learning process. First, self-evolving reward (SER) adapts the success classifier from human-confirmed positives and provisional weak negatives. Second, Action Flow Stabilization (AFS) generates temporally coherent action chunks through flow matching, grounding policy updates in executed action prefixes and demonstrated behavior. Third, retention-aware offline fine-tuning replays relit interaction data while anchoring the AFS actor-critic to prior behavior, adapting the visual domain without additional robot interaction. Across six manipulation tasks on Franka FR3 and SO-101 arms under a controlled lighting shift, EvoHIL improves task success, agreement with human-confirmation labels, motion smoothness, and completion time relative to human-in-the-loop and imitation baselines.Project page: https://anonymous4366.github.io/EvoHIL/