日本フィジカルAI新聞

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

週刊ニュースレター購読
操作/能動的知覚arXiv:2608.21031

PhysCaP: 物理情報に基づく探索によるコード駆動ポリシーエージェントの接地

PhysCaP: Grounding Code-as-Policy Agent with Physics-Informed Exploration

シェア:XThreadsFacebookLINEはてブBluesky

ロボット操作における能動的知覚のため、物理特性を推定し探索行動を計画するコード駆動ポリシーエージェントを提案。

詳しい要約

1. どんなもの?

PhysCaPは、ロボット操作における能動的知覚のための物理情報を組み込んだCode-as-Policyエージェントである。視覚言語行動ポリシーはデモの模倣に優れるが、受動的観察に依存し、操作に重要な潜在的な物理特性を推論できない。PhysCaPは、code-as-policyフレームワークに物理情報に基づく探索層を追加し、相互作用を通じて明示的な情報探索を可能にする。追加センサーなしでロボットの自己受容感覚から物体の質量と剛性を推定するトレーニング不要の物理特性抽出モジュールを導入する。探索コストと情報効率のバランスを取るため、Planner(いつ探索し、いつ停止するかを決定)とPrioritizer(非現実的な相互作用をフィルタリングし、ヒューリスティックな優先度スコアで残りをランク付け)のデュアルエージェント設計を採用する。

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

既存の受動的ベースラインは物理特性が隠されている場合に失敗し、ナイーブなインタラクティブベースラインは過剰探索する。PhysCaPは、物理特性の明示的な探索を可能にし、探索コストを抑えつつ効率的な情報取得を実現する点で優れている。また、トレーニング不要の物理特性抽出モジュールにより、追加センサーや学習を必要とせずに質量と剛性を推定できる点が新しい。

3. 技術・手法の肝は?

手法の肝は、物理情報に基づく探索層とデュアルエージェント設計である。具体的には、トレーニング不要の物理特性抽出モジュールがロボットの自己受容感覚から物体の質量と剛性を推定する。Plannerは探索のタイミングと停止を決定し、Prioritizerは非現実的な相互作用を除外し、ヒューリスティックな優先度スコアで残りの相互作用をランク付けすることで、効率的で的を絞った探索を実現する。

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

実世界のテーブルトップ操作タスク(隠れた物体の探索、空き缶の検出、熟したアボカドの発見)とLIBEROのシミュレーションタスクで評価した。既存の受動的およびナイーブなインタラクティブベースラインと比較し、PhysCaPは少ない相互作用と短い実行時間で同等の性能を達成した。アブレーション研究により、提案された物理特性抽出モジュールの有効性を検証した。

5. 議論はある?

要旨からは、議論の詳細は不明である。ただし、PhysCaPは能動的知覚の重要性を示し、物理特性の推定が操作タスクに有効であることを示唆している。また、探索コストと情報効率のトレードオフをデュアルエージェントで解決している点が議論の対象となる可能性がある。

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

要旨で参照されている関連研究として、code-as-policyフレームワーク、vision-language-action policies、能動的知覚、物理特性推定に関する研究が挙げられる。具体的には、Code-as-Policyの元論文や、物理特性推定のための自己受容感覚を利用した研究、能動的探索のための強化学習手法などが関連する。

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

著者: Chen-Yu Lin, Jing-Wen Chen, Hsueh-En Chang, Hung-An Chen, Sheng-Hsun Chang, Chi-Pin Huang, Fu-En Yang, Min-Hung Chen, Yi-Ting Chen, Yu-Chiang Frank Wang, Shao-Hua Sun

分類: cs.RO

原文アブストラクト

We present PhysCaP, a Physics-Informed Code-as-Policy agent for active perception in robotic manipulation. While vision-language-action policies excel at imitating demonstrations, they rely on passive observation and fail to infer latent physical properties critical for manipulation. PhysCaP augments code-as-policy frameworks with a physics-informed exploration layer that enables explicit information-seeking through interaction. It introduces training-free physical property extraction modules that estimate object mass and stiffness from robot proprioception without additional sensors. To balance exploration costs and the efficiency of information obtained, PhysCaP employs a dual-agent design: a Planner that decides when to explore and when to stop, and a Prioritizer that filters implausible interactions and ranks the remainder using a heuristic priority score, enabling efficient, targeted exploration. We evaluate PhysCaP on real-world tabletop manipulation tasks (searching for hidden objects, detecting empty cans, and finding ripe avocados) and a simulated task in LIBERO. The results show that existing passive and naive interactive baselines either fail when physical properties are hidden or over-explore, whereas PhysCaP achieves comparable performance with fewer interactions and reduced execution time. Ablation studies further validate the effectiveness of the proposed physical property extraction modules. Project page: https://physcap.github.io