日本フィジカルAI新聞

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

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

PEEL: スケール不変サンプリングによる長期的分解計画の並列抽出

PEEL: Parallel Extraction for Long-Horizon Disassembly Planning via Scale-Invariant Sampling

シェア:XThreadsFacebookLINEはてブBluesky

ロボットによる多部品物体の分解作業を効率的に解くため、スケール不変サンプリングを用いた並列抽出アルゴリズムPEELを提案し、Fetchマニピュレータで長期的な分解問題を解決した。

詳しい要約

1. どんなもの?

PEELは、長期的な多部品オブジェクトの分解計画を効率的に解くアルゴリズムです。サンプリングベースの動作計画を用いて、衝突のない除去動作のシーケンスを計算し、ロボットマニピュレータに実行させます。特に、狭い脱出経路を持つタイトな分解問題を対象としています。

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

従来のサンプリングベースの動作計画は、狭い通路や長いシーケンスで非効率になることがあります。PEELは、スケール不変サンプリング方式を導入し、オブジェクトのスケールを推定して方向サンプラーを調整することで、単一オブジェクトの除去動作を効率的に計算します。また、MAB-RRTを統合し、複数のプランナーを並列実行して分解順序を決定する点が新しいです。

3. 技術・手法の肝は?

PEELの核心は、スケール不変サンプリング方式とMAB-RRTの統合です。まず、バーンイン段階でオブジェクトのスケールを推定し、そのスケールを利用する方向サンプラーを構築します。MAB-RRTは、報酬信号に基づいて異なるサンプラーを切り替えるマルチアームバンディット方式のRRTです。PEELは、このMAB-RRTを並列に実行し、除去順序を表す順序付きグラフを生成します。

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

PEELの有効性は、76のアセンブリに対する単一パート分解で100%の成功率を示すことで検証されています。また、MAB-RRTがパラメータに対してロバストであることを示しました。さらに、Fetchマニピュレータロボットを用いて、10から17個の部品からなる4つの長期的分解問題を解決しました。

5. 議論はある?

要旨からは、PEELの限界や他の手法との比較についての議論は不明です。また、スケール不変サンプリングの理論的保証や、より複雑なアセンブリへの適用可能性についての詳細は述べられていません。

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

要旨で参照されている関連研究は、サンプリングベースの動作計画(RRTなど)とマルチアームバンディットアルゴリズムです。次に読むべき論文としては、RRTの基礎論文や、マルチアームバンディットの応用に関する論文が考えられます。

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

著者: Servet B. Bayraktar, Andreas Orthey, Zachary Kingston, Marc Toussaint

分類: cs.RO

原文アブストラクト

Long-horizon multi-part object disassembly requires robots to compute feasible sequences of collision-free removal motions, even in the presence of tight, narrow escape corridors. To efficiently solve such disassembly problems, we propose Parallel Extraction for Long-Horizon Disassembly (PEEL), an algorithm which efficiently computes disassembly motions for object assemblies and feeds them to a robot manipulator for execution. PEEL uses sampling-based motion planning to compute single-object motions through the use of a scale-invariant sampling scheme, where the object scale is estimated in a burn-in phase and a subsequent directional sampler exploits the scale. This sampling scheme is integrated into a multi-arm bandit rapidly-exploring random tree (MAB-RRT) planner, which switches between different samplers depending on the reward signal received. Using MAB-RRT, the PEEL algorithm runs a batch of planners in parallel to obtain an ordered graph specifying the sequence in which object parts have to be removed. We show that MAB-RRT can efficiently solve single-part disassemblies with 100 percent success rate on 76 assemblies, and that it is robust to its parameters. By integrating MAB-RRT into PEEL, we solve four long-horizon disassembly problems using the Fetch manipulator robot involving 10 to 17 individual object parts.