日本フィジカルAI新聞

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

週刊ニュースレター購読
VLA/ドローン制御arXiv:2609.01404v1

マルチモーダルLLMをドローン制御の汎用視覚言語行動エージェントとして評価する:指令、接近、追跡、探索

Evaluating Multimodal LLMs as Generalist Vision-Language-Action Agents for Drone Control: Commanding, Approaching, Tracking and Searching

シェア:XThreadsFacebookLINEはてブBluesky

マルチモーダルLLMをドローン制御ループに直接組み込み、プロンプトのみで行動空間を宣言するエージェントを提案し、接近・追跡・探索・群制御の4能力を評価するベンチマークを導入した。

詳しい要約

1. どんなもの?

DroneCATS-AgentとDroneCATSベンチマークを導入した研究。MLLMをドローンの制御ループに直接組み込み、行動空間をプロンプトで宣言するだけで、微調整や関数呼び出しスキーマなしに、接近、追跡、探索、マルチドローン指揮の4つの能力を評価する。

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

従来のシステムはモデルの意思決定を狭める傾向があるが、本研究はMLLMを交換可能なコンポーネントとして扱い、モデルを独立変数とするベンチマークを提供。また、2Bパラメータの小規模モデルまで評価し、エッジでの性能差を明らかにする点が新しい。

3. 技術・手法の肝は?

MLLMをドローン制御ループに直接組み込み、行動空間をプロンプトで宣言。モデルにヨーイングや探索、不確かな時の熟考、到着の自己宣言を任せる。微調整や関数呼び出しスキーマは使用しない。

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

フロンティアモデルとオープンモデルを、接近、追跡、探索、マルチドローン指揮の4つの能力で評価。小規模モデルはナビゲーションで成功半径に入るが、到着宣言が早すぎるか全くしないためエピソードを失うことを発見。

5. 議論はある?

空間知覚は保たれるが、行動プロトコルに欠陥がある。小規模モデルはマルチドローン指揮で単一座標を盲目的にコピーする。展開可能なエッジモデルとフロンティアモデルの差はナビゲーションではなく、プロトコルの維持と終了行動の正確さにある。

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

要旨からは不明。関連手法として、MLLMをロボット制御に用いるVision-Language-Actionモデルや、マルチモーダルな意思決定ベンチマークが挙げられる。

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

著者: Jaewoo Park, Minyoung Lee, Sukmin Seo, Moonbin Yim, Hyunwook Yoon, Dohoon Ryu, Daehee Kim, Myungseo Song, Jihyuk Byun, Seunggyu Chang, Taeho Kil, Jiseob Kim, Bado Lee, Geewook Kim

分類: cs.RO, cs.AI

原文アブストラクト

Multimodal Large Language Models (MLLMs) are strong perceivers of images and video. We ask how far that reach extends into acting: dropping an MLLM directly into a drone's control loop, with its entire action space declared solely in the prompt. Recent systems approach this setting but increasingly narrow the model's decision-making. We widen it back. We introduce DroneCATS-Agent, an architecture where the MLLM is a swappable component, and DroneCATS, a benchmark treating the model as the independent variable. Beyond merely flying toward a pixel, our agent entrusts the model to yaw and search, deliberate when unsure, and self-declare arrival---all without fine-tuning or function-calling schemas. Evaluating frontier and open models across four core capabilities---approaching a visible target, tracking a moving one, searching outside the initial view, and commanding a multi-drone fleet---reveals that even the simplest embodied settings are far from solved. Crucially, to identify what breaks first at the edge, our roster scales down to 2B parameters. The findings expose a stark paradox: it is not the flying that fails. Small open models often navigate into the success radius more reliably than frontier models, yet lose the episode by declaring arrival prematurely or not at all. Multi-drone commanding amplifies this divide, with small models failing by blindly copying a single coordinate across distinct views. Viewed as vision-language-action agents, the models' spatial perception holds up, but their action protocol does not. What separates a deployable edge model from a frontier model is not navigation, but the discipline to sustain a declared protocol and emit the correct terminating action. The open problem is closing this gap at onboard compute costs---yielding a fast model that plans persistently and knows exactly when it is done---and DroneCATS is built to measure that distance.