arXiv論文メモ
新着一覧
cs.RO / cs.AI / cs.CL / cs.CV · 査読状況未確認

障害物を避けるロボット操作エージェントの実行基盤

Coding Agents with an Obstacle-Aware Harness for Safe Robot Manipulation

Bingxin Xu, Yuzhang Shang, Zhen Dong, Emilio Ferrara

この論文をやさしく読む

ひとことで言うと

ロボット操作エージェントが目標達成と障害物回避を同時に守れるかを調べ、安全制約を優先させるSafeHarnessを提案した研究です。

何に役立つ?

ロボット制御を成功率だけでなく衝突回避でも評価する設計に役立ちます。経路計画と接触動作を分けて再計画を組み込む参考になります。

この研究の面白いところ

障害物を認識し禁止されても計画で安全を優先できない失敗を切り分けています。SafeHarnessは成功率71.9%、衝突回避率87.5%を報告しました。

どこまで分かった?

結果は要旨に記載された操作課題と障害物条件に基づきます。未知のロボットや環境への一般化は要旨からは分かりません。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

コーディングエージェントは、ロボット操作の有望な方式として登場している。言語モデルがロボット制御器をプログラムとして記述し、この方式で構築したエージェントは、ロボット専用の訓練なしでロボットを動かすようになっている。しかし、この方式が安全でもあるかどうかは問われてこなかった。そこで、各課題に操作目標とロボットが触れてはならない障害物を組み合わせ、安全制約の下でコーディングエージェントを評価する。エージェントは目標を追求する一方、ほとんどの場合に障害物へ衝突し、課題完了を唯一の目的として安全性を軽視する。推論の記録では障害物について考察しており、プロンプトも接触を禁止しているため、問題は知覚にも指示にもない。明示された制約が優先事項にならない計画段階に問題がある。 操作を移動経路の段階と接触を伴う局面に分けることで、失敗の原因を特定する。経路上では、モデルに安全な余裕を確保して通過する経路という概念がなく、選んだ経路が実行不能になった場合に再計画する概念もないため、安全制約を優先できない。接触時には、接触動作も同じ制約に従うことを認識していない。 この不足を補うため、安全制約を優先できるよう、障害物を考慮する二つの実行支援機構をモデルに与えるSafeHarnessを提案する。障害物を考慮した経路計画では、物体を境界ボックスとして表現し、その上に経由点の列として候補経路を描く。エージェントは事前に経路を計画して検証し、必要に応じて再計画した後に実行する。一方、障害物を考慮した接触実行では、接触そのものが障害物を避けるよう接触位置を選ぶ。SafeHarnessは課題成功率71.9%、衝突回避率87.5%を達成し、従来の最高水準をそれぞれ6.5%、27.0%上回る。これらは支援機構を備えない同じエージェントの結果の、それぞれ2.3倍、1.5倍である。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-17(UTC)
最新改訂
2026-09-17 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

Coding agents have emerged as a promising paradigm for robot manipulation: a language model writes the robot controller as a program, and agents built in this way now operate robots without robot-specific training.Whether this paradigm is also safe, however, has not been asked. We evaluate coding agent under a safety constraint, where each task pairs a manipulation goal with an obstacle the robot must not touch. The agent pursues the goal but collides with the obstacle in most cases, treating task completion as its sole objective while neglecting safety. The agent reasons about the obstacle in its traces, and the prompt already forbids touching it, so neither perception nor instruction is at fault; the fault lies in the planning, where the stated constraint never becomes a priority. By decomposing manipulation into a route phase and a contact-rich moment, we locate the source of the failure. Along the route, the model cannot prioritize the safety constraint, having no notion of a clearing route and none of replanning once a chosen route becomes infeasible. At the contact, it is unaware that contact execution is bounded by the same constraint. To close this gap, we present SafeHarness, which equips the model with two obstacle-aware harnesses that enable it to prioritize the safety constraint. Obstacle-aware route planning grounds the objects as bounding boxes and draws candidate routes over them as sequences of waypoints. The agent then plans a route in advance, verifies it, replans when necessary, and only then executes it. Obstacle-aware contact execution instead selects the contact position so that the contact itself avoids the obstacle. SafeHarness attains 71.9% task success and 87.5% collision avoidance, surpassing the previous SOTA by 6.5% and 27.0%, respectively. These results are $2.3\times$ and $1.5\times$ those of the same agent without harnesses.

arXiv ID: 2609.20822 / 要約の誤りについて