日本フィジカルAI新聞

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

週刊ニュースレター購読
ロボット操作arXiv:2608.26053v1

R^3: 強化学習による自然言語推論を用いたロボットの訓練

$R^3$: Training Robots to Reason in Natural Language via Reinforcement Learning

シェア:XThreadsFacebookLINEはてブBluesky

この論文は、ロボット操作タスクにおいて、視覚言語モデル(VLM)を自然言語で推論するように訓練し、その推論結果を低レベル操作ポリシーのガイドとして利用する手法を提案している。

詳しい要約

1. どんなもの?

本論文は、ロボット操作タスクにおいて、Vision-Language Model (VLM) を自然言語で推論する「ロボット推論器」に訓練する手法 $R^3$ を提案する。$R^3$ は、オフラインの行動データから、ルーブリックに基づく強化学習 (RL) と専門家による推論トレースを用いた中間訓練を組み合わせ、低レベル操作ポリシーを導く自由形式の言語推論を生成する。これにより、長期的なタスクでの探索と一般化を改善する。

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

従来のロボット推論手法は、構造化されたトレースを補助的な監視信号として使用することが多かったが、$R^3$ は自由形式の言語推論を訓練し、テスト時に行動のガイダンスとして利用する点が新しい。また、事前学習済みのVLMを直接推論器に転用するのではなく、専門家のトレースで中間訓練し、ルーブリックベースのRLで微調整するシンプルなレシピを提供する。

3. 技術・手法の肝は?

手法の肝は、2段階のポストトレーニングにある。第一段階では、専門家が生成した推論トレースを用いてVLMを中間訓練し、望ましい推論スタイルを初期化する。第二段階では、オフラインの行動データから、単一ステップのルーブリックに基づくRLを用いて推論器を改善する。これにより、自由形式の言語推論がテスト時の計算として機能し、低レベルポリシーを導く。

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

検証は、Language Tableとシミュレーション上のバイマニュアル食料品詰めタスクの2つのベンチマークで行われた。$R^3$ は、未見タスクでの探索と一般化を改善し、指示のみの模倣学習ベースラインを大幅に上回る性能を示した。

5. 議論はある?

議論としては、自由形式の言語推論がテスト時の計算メカニズムとして機能し、低レベルポリシーを導く可能性が示唆されている。しかし、実ロボットへの適用や、より複雑な環境でのスケーラビリティについては要旨からは不明である。

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

次に読むべき論文は、要旨で参照されているロボット推論の先行研究(構造化トレースを用いた手法)や、VLMの推論能力を活用した関連手法が挙げられる。具体的には、ロボット操作における言語条件付きポリシーや、強化学習を用いた推論改善に関する研究が関連する。

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

著者: Lehong Wu, Yuxiao Qu, Zheyuan Hu, Ivan Zhang, Limin Wei, Zackory Erickson, Aviral Kumar

分類: cs.RO, cs.AI, cs.CL, cs.LG

原文アブストラクト

Reasoning in language allows foundation models to spend more test-time compute on hard problems, such as those requiring decomposition, constraint tracking, and prediction of future consequences. Whether this mechanism can improve robotic manipulation remains unclear, where long-horizon tasks require tracking partial progress, reasoning about object relations, recovering from mistakes, and steering noisy low-level policies. In this paper, we study whether VLMs can be trained to reason directly in natural language to guide low-level manipulation policies. We introduce $R^3$, a simple post-training recipe that turns off-the-shelf VLMs into robotic reasoners: it first mid-trains a VLM on expert-generated reasoning traces to initialize the desired reasoning style, then improves the reasoner with single-step rubric-based RL from offline action data. Unlike prior robotic reasoning methods that mostly use structured traces as auxiliary supervision, $R^3$ trains free-form language reasoning to produce test-time guidance for action. We instantiate $R^3$ on Language Table and simulated bimanual grocery packing, two controlled testbeds for studying robotic reasoning and long-horizon manipulation. $R^3$ improves exploration and generalization across unseen tasks and significantly outperforms instruction-only imitation learning baselines on both benchmarks. Our analyses suggest that free-form language reasoning can function as a test-time compute mechanism for steering low-level policies. Our project page is available at https://robotic-reasoner.github.io/.