日本フィジカルAI新聞

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

週刊ニュースレター購読
ソーシャルロボット制御arXiv:2608.15549v1

MistyPilot: マルチエージェントLLMスキルオーケストレーションによるソーシャルロボット制御の実現

MistyPilot: Enabling Social-Robot Control through Multi-Agent LLM Skill Orchestration

シェア:XThreadsFacebookLINEはてブBluesky

自然言語の指示からソーシャルロボットを制御するためのマルチエージェントLLMフレームワークを提案し、センサー連動の物理的動作と対話的な社会的動作を統合的に実行する。

詳しい要約

1. どんなもの?

MistyPilotは、小型ソーシャルロボットMistyを自然言語の高レベル指示で制御するためのmulti-agent LLMフレームワークである。Task Routerが指示を2つの専門エージェント(Physically Interactive AgentとSocial Interaction Agent)に振り分け、センサー駆動の物理的スキルと対話指向の社会的スキルを統合的にオーケストレーションする。

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

既存のインターフェースは、開発者がAPIを手動でスキルに組み合わせ、パラメータを設定し、センサイベントをバインドし、タスク状態を管理する必要があった。MistyPilotは、multi-agent LLMフレームワークにより、これらの複雑な手順を自動化し、高レベル指示から直接スキルをオーケストレーションする点で優れている。

3. 技術・手法の肝は?

手法の核は、Task Routerによる指示の分類と、2つの専門エージェントの協調である。Physically Interactive Agentはセンサー駆動のロボット制御と直接スキル呼び出しを担当し、Social Interaction Agentは対話指向のタスク状態管理と文脈依存のマルチモーダル応答生成を担当する。また、Social Interaction Agentは再利用可能な結果をキャッシュし、効率を向上させる。

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

5つのコンポーネントレベルのテストスイート(ルーティング、センサースキルバインド、タスク状態解析、結果再利用、スキル拡張)を物理Mistyロボット上で実行し、最大100スキルまで高い精度を達成した。さらに、12名の参加者による予備ユーザースタディを実施し、ユーザビリティと対話品質の肯定的な認識を得た。また、単一エージェントのベースラインと比較して分散が低いことを確認した。

5. 議論はある?

要旨からは、議論の詳細は不明である。ただし、ユーザースタディが予備的であり、参加者数が12名と少ないこと、また、評価がコンポーネントレベルに焦点を当てており、統合システム全体の性能については言及されていない可能性が考えられる。

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

要旨で参照されている研究は明示されていないが、関連する分野として、multi-agent LLMシステム、ソーシャルロボットの自然言語制御、スキルオーケストレーションに関する研究が挙げられる。具体的には、LLMベースのロボット制御フレームワークや、対話管理システムの研究が関連する。

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

著者: Xiao Wang, Lu Dong, Ifeoma Nwogu, Srirangaraj Setlur, Venu Govindaraju

分類: cs.RO, cs.AI

原文アブストラクト

Programming small social robots from natural-language instructions requires more than invoking isolated APIs. Interactive tasks combine reactive physical behaviors with stateful social behaviors, while existing interfaces often require developers to manually compose APIs into skills, configure their parameters, bind sensor events to skills, and manage task states at runtime. We present MistyPilot, a multi-agent LLM framework that interprets high-level natural-language instructions and orchestrates the corresponding skills on the Misty social robot. A Task Router dispatches each instruction to one of two specialized agents: a Physically Interactive Agent for sensor-triggered robot control and direct skill invocation, and a Social Interaction Agent for dialogue-oriented task-state management and context-dependent multimodal response generation. To improve efficiency, the Social Interaction Agent reuses previously generated results when applicable and invokes full generation otherwise. We evaluate MistyPilot on five component-level suites, with sensor bindings and skill invocations executed on the physical Misty robot, and a preliminary user study with 12 participants. MistyPilot attains high accuracy on routing, sensor-skill binding, task-state parsing, result reuse, and skill extension up to 100 skills, and lower variance than an otherwise identical single-agent baseline, while participants report positive perceptions of usability and interaction quality. The code will be made publicly available via the project page.