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

ロボットの知覚と動作をプログラムで結ぶ仕組み

HarnessPAI: An Evolving Harness for Physical AI

Xin Wang, Wenhao Wu, Menghao Zhang, Zhi Wang, Kun Shao, Jian Luan, Yang Li, Qing Li, Shangding Gu, Huichi Zhou, Shuqing Shi, Fei Ni, Shuo Lu, Weicheng Meng, Kang Li, Jin Wu, Kang Zhao, Shangmin Guo, Gen Li, Yongqiang Tang, Zhizhong Zhang, Yuan Xie, Heng Qu

この論文をやさしく読む

ひとことで言うと

ロボットの動作モデルを、実行して修正できるプログラムで補う仕組みです。

何に役立つ?

異なる種類のロボットで、場面の変化や長い手順を含む課題への対応を改善する検討に役立ちます。

この研究の面白いところ

実行中は選んだプログラムで動き、実行後の結果からプログラムを改良します。収集したデータで元のモデルを追加学習する使い方も示しています。

どこまで分かった?

改善幅は要旨に挙げられたベンチマークと比較手法に対する結果です。すべての実環境のロボットで同じ改善が得られることを示すものではありません。

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

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

フィジカルAIは、世界を知覚し、理解して推論し、どう動くかを決める身体を持つエージェントの構築を目指す。しかし研究は主に、観測から低水準の制御へ対応付ける行動モデルに注目してきた。一般的な学習方法では、頑健な行動に必要な知覚と推論の能力が損なわれることがあり、高性能の行動モデルでも場面の変化や長期にわたる課題に弱くなる。そこで、モデルやロボットの形態に依存せず、コードを実行・更新可能な接点として基礎となる動作要素を整理する仕組みHarnessPAIを提案する。二つの時間尺度を分け、個々の実行中には固定したプログラムが実行を導き確認する一方、実行と実行の間にはフィードバックを用いてプログラムを修正し、失敗から再利用可能な技能を抽出する。卓上ロボットアーム、家庭用ロボット、ロボット掃除機、脚で歩くエージェントで、基礎モデルを再学習せずに、行動モデル単独やコードを方策として使う比較手法より良い結果を得た。LIBERO-PROではπ0.5に対して61.6ポイント、RoboCasaの単位課題ではWorldDreamerに対して27.2ポイント改善した。プログラムを選んだ後の実行中は、高水準の大規模言語モデルによるオンラインの熟考を必要としない。さらに、収束したプログラムは低コストで信頼性の高い熟練者データ収集器にもなり、収集したデータでπ0.5を追加学習すると、LIBERO-PROの成功率が38.8ポイント上がった。結果は、フィジカルAIの進展には強い行動モデルだけでなく、知覚、課題理解と推論、動作実行を、検証可能でフィードバックを使う一つの仕組みに統合することも重要であると示唆する。ウェブサイトは要旨に記載されている。

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

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

更新履歴

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

原文の要旨

Physical AI aims to build embodied agents that perceive the world, understand and reason about it, and decide how to act. Yet the field has focused primarily on the last component: the action model that maps observations to low-level controls. The prevailing training recipe can erode the perceptual and reasoning capabilities needed for robust behavior, leaving even strong action models vulnerable to scene perturbations and long-horizon tasks. We introduce HarnessPAI, a model- and embodiment-agnostic Harness framework for Physical AI that treats code as the executable and evolvable interface that organizes the underlying action primitive. The framework separates two timescales: within a rollout, it executes open-loop at the program level, with a fixed program guiding and checking execution; across rollouts, it evolves closed-loop, using execution feedback to revise the program and distill failures into reusable skills. Across desktop robot arms, household robots, a robot vacuum, and a legged walking agent, HarnessPAI improves on both pure action models and code-as-policy baselines without retraining the underlying model: a 61.6-point gain over $\pi_{0.5}$ on LIBERO-PRO and a 27.2-point gain over WorldDreamer on RoboCasa atomic tasks. Once a program is selected, rollout execution requires no online high-level LLM deliberation. Beyond execution, the converged program is also a cheap and reliable expert-data collector, and fine-tuning $\pi_{0.5}$ on collected expert data lifts success rate on LIBERO-PRO by 38.8 points. Our results suggest that the frontier of Physical AI depends not only on stronger action models, but also on executable harnesses that integrate perception, task understanding and reasoning, and action execution into a unified, verifiable, and feedback-driven system. Website: https://darwin-agent.github.io/HarnessPAI

著者のコメント

45 pages, 23 figures, 15 tables

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