日本フィジカルAI新聞

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

週刊ニュースレター購読
ロボットポリシー適応arXiv:2609.09148

プロキシポリシー操縦による推論時適応

Proxy Policy Steering

シェア:XThreadsFacebookLINEはてブBluesky

凍結された汎用ロボットポリシーを、限られたデモから新しいタスクに適応させるため、2つの軽量プロキシポリシーの速度差でベースのサンプラーを操縦する手法を提案した。

詳しい要約

1. どんなもの?

Proxy Policy Steering (PPS) は、大規模データで事前学習された汎用ロボットポリシー(例:pi 0.5)を、限られたデモンストレーションで新しいタスクに特化させるための推論時適応手法。2つの軽量なproxy policy(reference proxyとtask proxy)を訓練し、それらの速度空間での差を計算して、凍結されたベースのサンプラーを各denoising stepで操縦する。ベース自体は変更しないため、その広範な能力(失敗からの回復など)を維持しつつ、タスク固有の行動を引き出す。

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

従来のfine-tuning(LoRAなど)はベースの広範な能力を劣化させる可能性があるが、PPSはベースを凍結するため能力を保持する。また、from-scratch specialistsやresidual policiesはベースの事前知識を活用しきれないか、追加パラメータが多い。先行のinference-time steering手法と比べ、PPSはキャリブレーションされた速度残差を用いる点が新しく、タスク監視による変化を正確に分離する条件を理論的に特定している。さらに、ベースのパラメータにアクセスせずに適用可能で、訓練が軽量。

3. 技術・手法の肝は?

PPSは2つのproxy policyを訓練する。reference proxyはターゲットタスクの観察に対する凍結ベースの行動を模倣し、task proxyはreferenceから初期化され、タスク監視(デモ)でその行動がどう変わるかを学習する。この2つの速度予測の差が、各denoising stepでベースのサンプラーを操縦するキャリブレーションされた速度残差となる。この残差がタスク監視による変化を分離する条件を特定し、それを経験的に検証。ベースは前方速度予測のみに使われ、パラメータは不要。

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

8つの実世界と4つのシミュレーション操作タスクで評価。PPSは最先端のpi 0.5ベースポリシーに対して平均53%の絶対成功率向上を達成し、ベースが全く解けなかったタスクではゼロから1への改善を示した。また、ベースの広範な能力を維持することを確認。LoRA fine-tuning、from-scratch specialists、residual policies、先行のinference-time steering手法と比較して優位性を示した。

5. 議論はある?

要旨からは、PPSの理論的条件が実際にどの程度満たされるか、またproxy policyの訓練に必要なデモ数や計算コストの詳細は不明。さらに、ベースの能力維持の評価方法(具体的なタスク)や、PPSがベースの能力をどの程度保持するかの限界についての議論は要旨に含まれていない。また、PPSがベースのパラメータにアクセスせずに適用可能とあるが、proxy policyの訓練にはベースの出力が必要であり、その実用性に関する議論は不明。

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

要旨で参照されている研究は、pi 0.5ベースポリシー、LoRA fine-tuning、from-scratch specialists、residual policies、先行のinference-time steering手法。次に読むべき論文としては、pi 0.5の元論文(Physical Intelligenceのロボット基盤モデル)、LoRA(Low-Rank Adaptation)、およびinference-time steeringの関連研究(例:diffusion policyのsteering手法)が挙げられる。

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

著者: Chuanruo Ning, Tianrui Wang, Wei-Chiu Ma, Kuan Fang

分類: cs.RO

原文アブストラクト

Generalist robot policies carry broad manipulation priors from large-scale data, but specializing them to a new task remains the deployment bottleneck. This requires eliciting task-specific behavior from limited demonstrations without degrading their broad capabilities. We introduce Proxy Policy Steering (PPS), an inference-time adaptation method that resolves this challenge by training two lightweight proxy policies whose calibrated velocity-space difference steers the frozen base sampler. A reference proxy models the frozen base's behavior on target-task observations, and a task proxy, initialized from the reference, captures how this behavior changes under task supervision. Their difference forms a calibrated velocity-space residual that steers the frozen base sampler at every denoising step. We identify the conditions under which this residual isolates the change induced by task supervision, and validate them empirically. Because the base is never directly modified, its broad capabilities remain available at inference, including behaviors such as recovery from failure that the demonstrations themselves do not exercise. Adaptation requires only forward velocity predictions from the base, making PPS lightweight to train and applicable even without access to the base's parameters. On 8 real-world and 4 simulation manipulation tasks, PPS lifts the state-of-the-art pi 0.5 base policy by 53% absolute success rate on average, with zero-to-one gains on tasks the base never solves, while preserving the base's broad capabilities. PPS outperforms LoRA fine-tuning, from-scratch specialists, residual policies, and prior inference-time steering methods.