日本フィジカルAI新聞

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

週刊ニュースレター購読
マニピュレーションarXiv:2609.26499

ローカルコーディングエージェントによるマニピュレーションスキルの汎化

Generalizing Manipulation Skills with a Local Coding Agent

シェア:XThreadsFacebookLINEはてブBluesky

ローカルのオープンウェイトVLMがコーディングエージェントとしてロボットアームを制御し、追加の学習やプログラミングなしで新しいタスクに一度で汎化できるかを検証した。

詳しい要約

1. どんなもの?

- ローカルなopen-weight VLM(Qwen3.8-27B)がcoding-agent harnessを通じてUR3eロボットアームを制御するシステム。 - モデル自身がコードを書き、実行し、デバッグする。 - サービス層がkinematics、safety limits、classic computer vision techniquesを実装。 - 新しいタスクへのone-shot generalizationを、人間のプログラミングや追加訓練なしに試みる。

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

- 従来のlanguage-driven robotsは固定action interfaceや訓練済みpolicyを用いるため、新タスクへの一般化には追加のエンジニアリングかデータ収集が必要だった。 - 本研究は、ローカルopen-weight VLMがcoding agentとして自らコードを生成・実行することで、追加の人間プログラミングや訓練なしにone-shotで新変種に一般化できるかを検証。 - 単一ワークステーション上で動作する点も特徴。

3. 技術・手法の肝は?

- ローカルopen-weight VLM(Qwen3.8-27B)をcoding-agent harnessで駆動。 - モデルはkinematics、safety limits、classic computer vision techniquesを実装したサービス上で自らコードを書き実行。 - タスクは子供のおもちゃを用い、色・サイズ・形状・タスク変種の一般化を試す9タスク。 - 各タスク5試行。

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

- 9タスク×5試行=45試行中30試行でgeneralizationを観測。 - 所要時間は3.4〜67.5分でタスク複雑度に依存。 - 成功後に同じタスクを再実行させると所要時間が50%短縮され、self-improvement over timeを示唆。 - ローカルcoding agentの限界も明示。

5. 議論はある?

- ローカルcoding agentの限界を明らかにし、それらの解決とself-improvement over timeのさらなる調査が実世界展開への直接的な道筋を示すと主張。 - 具体的な限界の内容や議論の詳細は要旨からは不明。

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

- 要旨で参照/比較されている研究は明示されていない。 - 関連手法として、language-driven robots、coding agent、open-weight VLM、UR3e、Qwen3.8-27Bが挙げられる。 - 同分野の定番として、robot manipulation with language models、code-as-policies、vision-language-action modelsなどが考えられるが、要旨に直接の参照はない。

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

著者: Raman Talwar, Elias Nijs, Andreas Verleysen, Francis wyffels

分類: cs.RO

原文アブストラクト

Today, progress in open-weight language models enables systems capable of writing, executing and debugging code while still running on a single workstation. Most language-driven robots give the model a fixed action interface or a trained policy. Generalizing to a new task therefore means more engineering effort or more data collection, both time-consuming. We investigate whether a local open-weight vision-language model can control a robot and one-shot generalize to new variations of a task without new human programming or training. We let a local open-weight VLM, Qwen3.8-27B, drive a UR3e robotic arm from a coding-agent harness. It writes and runs its own code above a service that implements kinematics, safety limits and classic computer vision techniques. We investigate if this system is capable of generalizing to unseen tasks. Specifically, we test it on nine tasks built from children's toys designed to probe generalization capability across various object characteristics: color, size, shape, and task variation of those. With five trials for each task, we observe generalization in 30 out of 45 trials with durations ranging from 3.4 to 67.5 minutes depending on task complexity. We further test if there is a speedup when an agent is asked to redo the task after successful completion. This resulted in a 50% reduction in duration, indicating that there is self-improvement over time. Finally, we expose the limitations of a local coding agent. We believe that solving those limitations combined with further investigation of self-improvement over time points at a direct path toward real-world deployment of a local coding agent.

関連論文

PR本紙発行元 EmplifAI