日本フィジカルAI新聞

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

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

Max-Q選択的模倣による人間参加型オンラインロボット学習

Max-Q Selective Imitation for Human-in-the-Loop Online Robot Learning

シェア:XThreadsFacebookLINEはてブBluesky

人間の介入を活用したオンライン強化学習において、介入軌道を直接評価するMC Q-chunk批判と、現在のポリシーとバッファサンプルのうち高いQ値を持つ方を模倣するmax-Q選択的模倣を組み合わせ、介入学習と自己改善を自動的に切り替える手法を提案した。実機のUSB挿入タスクで99%の成功率を30分で達成した。

詳しい要約

1. どんなもの?

本論文は、実ロボットのHuman-in-the-Loop (HIL)オンライン強化学習のための訓練手法を提案する。提案手法は、MC Q-chunk criticとmax-Q selective imitationの2つの要素から構成される。前者は、リプレイバッファからのMonte Carloリターンに対してchunkレベルの行動価値を回帰し、介入軌道を直接評価する。後者は、各状態で現在のポリシー行動とバッファサンプルのうち高いQ値を持つ方を模倣するハードな勝者総取りルールにより、介入からの学習と自己改善を自動的に切り替える。

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

従来のHILオンラインRL手法(HIL-SERLなど)は、介入を現在のポリシーによるTDバックアップで希釈するため、介入の効果が薄れ、収束に時間がかかる。提案手法は、MC Q-chunk criticにより介入軌道を直接クレジットし、max-Q selective imitationによりポリシーとターゲットの分布ギャップを減らすことで、高速な学習を実現する。実機タスクでHIL-SERLの約5時間に対し、30分で99%の成功率を達成するなど、大幅な高速化を示す。

3. 技術・手法の肝は?

手法の肝は、MC Q-chunk criticとmax-Q selective imitationの組み合わせである。MC Q-chunk criticは、リプレイバッファからサンプル平均(行動ポリシー)評価を行い、介入の価値を正確に見積もる。max-Q selective imitationは、現在のポリシーとバッファサンプルのQ値を比較し、高い方の行動を模倣する。これにより、自律ポリシーが強い場合は自己改善、介入が有効な場合は介入学習と自動的に切り替わる。実装では、比較ノイズを減らすため標準のcritic ensemble平均を使用し、ターゲットの軟化やスコア差の閾値は導入しない。

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

実機のUSBピック&挿入タスク(20デモ)で、ACT QChunk-MCBCはHIL訓練30分以内に99%の成功率を達成し、HIL-SERLは約5時間を要した。シミュレーションのPeg InsertionとSquareタスクでは、ACT/Flow Q-chunk変種が約30分の実効訓練で96%以上の成功率に達し、HIL-SERL、EXPO、E2HiLを成功率-時間フロンティアで上回った。

5. 議論はある?

要旨からは、提案手法の限界や潜在的な欠点についての議論は不明。ただし、max-Q選択がハードな勝者総取りであるため、Q値の推定誤差が大きい場合に不安定になる可能性や、介入と自律行動の切り替えが頻繁に起こる場合の挙動などが考えられるが、要旨には記載がない。

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

要旨で参照されている関連手法として、HIL-SERL、EXPO、E2HiLが挙げられる。また、ベースとなる行動クローニング手法としてACT(Action Chunking with Transformers)やFlow(Flow Matching)が関連する。次に読むべき論文としては、これらの手法の詳細を述べた原著論文が適切である。

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

著者: Zihang Wang, Yishan Wang

分類: cs.RO, cs.AI

原文アブストラクト

Human-in-the-loop (HIL) online reinforcement learning for real robots must absorb human interventions quickly while continuing to improve beyond the human prior. We present a training method for this setting based on two components. First, an \emph{MC Q-chunk} critic regresses chunk-level action values onto Monte Carlo returns from the replay buffer, performing sample-average (behavior) policy evaluation so that intervention trajectories are credited directly rather than diluted by current-policy TD backups. Second, \emph{max-Q selective imitation} updates the actor by imitating, at each state, the higher-$Q$ action between the current policy action and a buffer sample under a hard winner-take-all rule. This rule automatically switches between learning from interventions and on-policy self-improvement: when the autonomous policy is stronger, targets align with the policy distribution, reducing the policy--target-sample gap that otherwise induces execution-time distribution shift. In practice we score candidates with a standard critic ensemble mean to reduce comparison noise, without softening targets or introducing score-gap thresholds. On a real USB pick-and-insertion task with 20 demonstrations, ACT QChunk-MCBC attains 99\% success within 30 minutes of HIL training, whereas HIL-SERL requires about 5 hours to converge. In simulation on Peg Insertion and Square, ACT/Flow Q-chunk variants similarly reach $\ge$96\% success within roughly half an hour of effective training, outperforming HIL-SERL, EXPO, and E2HiL on the success--time frontier.