日本フィジカルAI新聞

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

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

PRISM: 投影統合型サンプリングベースMPCとベイズコスト調整による双腕マニピュレーション

PRISM: Projection-Integrated Sampling-Based MPC with Bayesian Cost Tuning for Bimanual Manipulation

シェア:XThreadsFacebookLINEはてブBluesky

GPU物理シミュレータをオンライン世界モデルとして用い、QPガイド付きサンプリングと投影により運動学的制約を満たす双腕操作のMPCフレームワークを提案。ベイズ最適化でコスト重みを自動調整し、複雑な双腕タスクで成功率を向上。

詳しい要約

1. どんなもの?

PRISMは、GPU加速の物理シミュレータをオンラインの世界モデルとして用いる、投影統合型サンプリングベースModel Predictive Control (MPC)フレームワークである。複雑な環境での双腕マニピュレーション(物体運搬、ハンドオーバー、持ち上げなど)を対象とし、各MPCステップでサンプリングした関節速度軌道を、関節位置・速度・加速度・ジャークの制約と初期速度境界条件を満たす集合に投影してからロールアウト評価することで、運動学的に実行可能な広範な探索を実現する。また、カスタムのADMM/Bregman-splitting QPソルバーと、オフラインでのBayesian optimizationによるコスト重み調整を特徴とする。

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

従来のサンプリングベースMPCは、制約を無視した探索や計算コストの高さが課題であった。PRISMは、QPガイド付き制御サンプリングにより軌道探索と運動学的実現可能性を分離し、広範かつ実行可能な探索を可能にした点が新しい。また、専用のQPソルバーによりリアルタイム性を維持し、Bayesian optimizationで手動調整を減らした点も優れている。

3. 技術・手法の肝は?

手法の核は、QPガイド付き制御サンプリング戦略である。各MPCステップで、サンプリングされた関節速度軌道を、関節位置・速度・加速度・ジャーク制約と初期速度境界条件を満たす集合への射影(projection)を行う。この射影には、関節ごとの分離可能性と再利用可能な行列分解を利用したカスタムADMM/Bregman-splitting QPソルバーを用いる。また、タスクコスト重みはオフラインでBayesian optimizationにより調整される。

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

PerAct2タスクの難易度を上げた変種(障害物制約付きボール運搬、トレイ運搬、キューブハンドオーバー、ボックス持ち上げ)で評価し、代表的なサンプリングベースベースラインと比較して、ロバスト性とタスク成功率が向上したことを示した。また、実機のdual UR5eマニピュレータへのsim-to-real転送にも成功し、物理ベースのオンラインプランニングの実用性を実証した。

5. 議論はある?

要旨からは、計算コストやシミュレータの精度への依存、Bayesian optimizationの収束性、他のタスクへの一般化などに関する議論は明示されていない。また、ベースラインとの比較条件や、実機実験の詳細(成功率、環境の複雑さなど)も要旨からは不明である。

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

要旨で参照されているPerAct2タスクに関連する研究(PerAct: Perceptual Transformer for Robotic Manipulation)や、サンプリングベースMPCの代表的な手法(e.g., Cross-Entropy Method (CEM), Model Predictive Path Integral (MPPI))、また双腕マニピュレーションのプランニングに関する研究(e.g., TrajOpt, CHOMP)が挙げられる。

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

著者: Alinjar Dan, Iryna Hurova, Karl Kruusamäe, Arun Kumar Singh

分類: cs.RO

原文アブストラクト

Bimanual manipulation in cluttered, contact-rich environments remains challenging because it requires coordinated motion generation, interaction-aware planning, and reliable execution under tight kinematic constraints. We present PRISM, a projection-integrated sampling-based Model Predictive Control (MPC) framework that uses a GPU-accelerated physics simulator as an online world model for complex dual-arm manipulation. The main algorithmic contribution is a QP-guided control sampling strategy that decouples trajectory exploration from kinematic feasibility. At each MPC step, sampled joint-velocity trajectories are projected onto the set of motions satisfying joint position, velocity, acceleration, and jerk bounds, together with an initial-velocity boundary condition, before rollout evaluation. This enables broad yet feasible exploration of coordinated bimanual behaviors. To support efficient online execution, we derive a custom ADMM/Bregman-splitting QP solver that exploits joint-wise separability and reusable matrix factorizations. We further use Bayesian optimization to tune task-cost weights offline, reducing manual parameter selection. We evaluate PRISM on challenging variants of PerAct$^{2}$ tasks, including obstacle-constrained ball transport, tray transport, cube handover, and box lifting. Experiments show improved robustness and task success relative to representative sampling-based baselines, while maintaining real-time or near-real-time execution. We also demonstrate successful sim-to-real transfer on dual UR5e manipulators, highlighting the practical potential of physics-based online planning for contact-rich bimanual manipulation. Project details, including code and supplementary videos, are available at \href{https://sites.google.com/view/prismbimanual}{\texttt{https://sites.google.com/view/prismbimanual}}.

関連論文