日本フィジカルAI新聞

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

週刊ニュースレター購読
タスクプランニングarXiv:2608.08884v1

SHRIMP: ロボットタスクプランの反復的改良

SHRIMP: Iterative Refinement of Robot Task Plans

シェア:XThreadsFacebookLINEはてブBluesky

自然言語でロボットのタスクプランを生成し、ユーザーがシミュレーションで検証しながら反復的に修正できるシステムを提案した。ユーザー調査で制御感と透明性の向上を確認した。

詳しい要約

1. どんなもの?

SHRIMPは、ユーザーが自然言語でロボットの階層的なプリミティブプランを自動生成し、再プロンプトや明示的な修正を通じて反復的にプランを改訂できるシステム。各改訂段階でシミュレーションによる検証が可能で、満足したら実機で実行できる。

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

従来のLLMを用いた自然言語からのタスクプラン生成は、意味的曖昧性や生成過程の不透明さがあり、ユーザーが実行前にプランを検証しにくかった。SHRIMPは反復的な改訂とシミュレーション検証を組み合わせることで、ユーザーの知覚コントロールとロボットの透明性を向上させた点が新しい。

3. 技術・手法の肝は?

SHRIMPは、自然言語入力から階層的なロボットプリミティブプランを自動生成する。ユーザーは再プロンプト(re-prompting)と明示的修正(explicit correction)を通じてプランを反復的に改訂でき、各段階でシミュレーションによる検証が可能。

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

テーブルトップのキッチンタスクを計画する参加者を対象としたユーザースタディ(n=35)を実施し、SHRIMPが知覚コントロールとロボットの透明性を向上させることを検証した。

5. 議論はある?

要旨からは、ユーザースタディの詳細な結果や限界、他の指標への影響などは不明。また、実機での実行結果やシミュレーションとの差異についても言及がない。

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

要旨で参照されている研究は明示されていないが、関連手法としてLLMを用いたタスクプランニングや、ユーザーによるプラン修正を扱った研究が考えられる。具体的には、SayCanやPaLM-SayCanなどのLLMベースのロボットタスクプランニング、またExplainable AIやHuman-Robot Interactionの分野の研究が関連する。

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

著者: Mya Schroder, Yuna Hwang, Callie Y. Kim, Leqian Cheng, Jeffrey Li-cheng Liu, Chenchen Zheng, Xinning He, Bilge Mutlu

分類: cs.RO, cs.HC

原文アブストラクト

As collaborative robots have entered domains such as manufacturing, agriculture, and healthcare, programming or adapting robot behavior typically requires robotic expertise that most end users lack. Natural language lowers this barrier. Recent advancements in large language models (LLMs) have made it feasible to translate natural language into robot task plans. However, language-based task specification suffers from semantic ambiguity, and generative models lack transparency for how language instructions become robot actions, making it difficult for users to validate the plan before execution. To address these issues, we introduce SHRIMP, a system that allows users to automatically generate a hierarchical robot primitive plan using natural language and iteratively revise their plan through re-prompting and explicit correction. At each revision, SHRIMP allows users to validate their plan in simulation, and once satisfied, execute it on the physical robot. Through a user study involving participants planning tabletop kitchen tasks (n=35), we validate that SHRIMP improves perceived control and enhances robot transparency. System videos and source code are available at https://wisc-hci.github.io/SHRIMP.