制約付きLLMによる意味と物理の橋渡し:安全で信頼できるロボットマニピュレーション
Bridging Semantics and Physics with Constrained LLMs for Safe and Trustworthy Robotic Manipulation
言語指示から生成されたプランが物理的に実行可能かを検証するため、型付き契約とMCPスキーマ検証、MoveIt Task Constructorによる衝突チェックを組み合わせ、実機で高い成功率を達成した。
詳しい要約
1. どんなもの?
2. 先行研究と比べてどこがすごい?
3. 技術・手法の肝は?
4. どうやって有効だと検証した?
5. 議論はある?
6. 次に読むべき論文は?
※ AIが要旨から生成した要約です。正確性は原文をご確認ください。
著者: Wenhao Hong, Lan Wei, Dandan Zhang
分類: cs.RO
原文アブストラクト
A language-guided robot operating in a real kitchen must do more than produce a plan that appears correct. It must also execute that plan safely in cluttered environments under imperfect perception. Large language models (LLM) can decompose instructions into action sequences, yet a language-action gap remains: a plan may appear valid linguistically while being physically infeasible under kinematic and collision constraints. We bridge this gap by formalizing the reasoning-execution boundary as a typed contract. From RGB-D observations, the system grounds perceived objects in an explicit, collision-aware scene model and constrains language-level decisions through schema-validated tool calls defined by the Model Context Protocol (MCP), rejecting malformed commands before they reach the robot. Each validated call is deterministically grounded in a MoveIt Task Constructor pipeline, where candidate motions are evaluated against the reconstructed planning scene in a verify-then-act step. Only trajectories that pass both kinematic and collision checks are sent to the robot. On a physical UFactory 850, the method achieves up to 80% success across ten trials per task on pouring tasks involving liquids, granular media, and discrete solids. It achieves 90% success on a grasp-and-place task using the same planning, protocol, and verification stack. Although a scripted policy slightly outperforms our method on the easiest task, its success rate falls to 10% on the hardest, compared with 60% for our method.
関連論文
- 否定制約付き器用把持のためのポテンシャル誘導粒子ステアリングマニピュレーション
- Peg-in-Bench: 高精度ロボット挿入のためのモジュール式ベンチマークマニピュレーション
- Facet-0: 接触を伴う精密操作のためのロボット基盤モデルマニピュレーション
- Motus2: 巧みな操作のための自己進化型汎用世界モデルマニピュレーション
- SUN: 言語に基づく制御から学習、実機への永続的プログラムマニピュレーション
- Zeva: 文脈内因果学習による汎用身体操作の実現マニピュレーション