日本フィジカルAI新聞

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

週刊ニュースレター購読
軌道生成arXiv:2608.03159v1

拡散モデルと一貫性蒸留による人間協調ロボット軌道生成の高速化

Accelerating Human-Aware Robot Trajectory Generation via Diffusion and Consistency Distillation

シェア:XThreadsFacebookLINEはてブBluesky

人間とロボットの協調環境で、衝突回避と自己衝突回避を満たす関節空間軌道を拡散モデルで生成し、一貫性蒸留で推論を高速化した。

詳しい要約

1. どんなもの?

本研究は、人間とロボットのインタラクション(HRI)環境におけるロボットマニピュレータのための制約付き動作計画フレームワークを提案する。非冗長マニピュレータでエンドエフェクタの姿勢が完全に指定される場合、衝突回避や自己衝突回避などの追加要件は、単純なヌルスペースの二次タスクとして扱うことが難しい。この問題に対処するため、Rapidly-exploring Random Tree (RRT) および RRT* アルゴリズムを用いて衝突回避と自己衝突回避を考慮した軌道を生成し、そのデータセットで拡散モデルを訓練する。拡散モデルはガイド付きサンプリングにより制約を満たす軌道を生成する。さらに、反復的な拡散サンプリングの推論時間を短縮するために consistency distillation を適用し、損失関数に joint-weighted jerk regularization 項を組み込んで、関節加速度の急激な変化を罰することでより滑らかな軌道を促進する。

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

先行研究では、非冗長マニピュレータの完全指定エンドエフェクタ姿勢下での衝突回避や自己衝突回避をヌルスペースの二次タスクとして扱うことが困難であり、HRI環境で安全性と運動学的制約を同時に考慮した関節空間軌道の生成が課題とされていた。本研究は、RRT/RRT* で生成したデータセットを用いて拡散モデルを訓練し、ガイド付きサンプリングにより制約を満たす軌道を生成する点で新しい。さらに、consistency distillation を適用して推論時間を短縮し、jerk regularization を導入して軌道の滑らかさを向上させている点が先行研究と比べて優れている。

3. 技術・手法の肝は?

手法の核は、まず RRT および RRT* アルゴリズムを用いて衝突回避と自己衝突回避を考慮した軌道データセットを生成すること。次に、このデータセットで拡散モデルを訓練し、ガイド付きサンプリングにより制約を満たす軌道を生成する。推論時間を短縮するために consistency distillation を適用し、反復的な拡散サンプリングを1回のステップに蒸留する。さらに、損失関数に joint-weighted jerk regularization 項を追加し、関節加速度の急激な変化を罰することで軌道の滑らかさを向上させる。

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

シミュレーション実験により検証した。consistency model が 100 ms 未満で 150 個の軌道候補を生成できること、高いエピソード成功率を維持すること、jerk regularization を適用した場合に関節およびエンドエフェクタの jerk が大幅に低減されることを示した。

5. 議論はある?

要旨からは、提案手法の限界や実機での検証、他の環境での汎用性などについての議論は不明。また、consistency distillation による品質のトレードオフや、jerk regularization の重み設定の影響なども詳細は不明。

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

要旨で参照されている研究として、RRT および RRT* アルゴリズム、拡散モデル、consistency distillation に関する論文が挙げられる。具体的には、拡散モデルの基礎論文(Denoising Diffusion Probabilistic Models)や consistency models の論文、および RRT の元論文(Rapidly-exploring random trees: A new tool for path planning)などが関連する。

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

著者: Byeong-Il Ham, Hyun-Bin Kim, Kyung-Soo Kim

分類: cs.RO

原文アブストラクト

This research proposes a constrained motion planning framework for robot manipulators in human-robot interaction (HRI). For a non-redundant manipulator with a fully specified end-effector pose, additional requirements such as collision avoidance and self-collision avoidance are difficult to handle as simple null-space secondary tasks. This limitation makes it challenging to generate feasible joint-space trajectories in HRI environments where safety and kinematic constraints must be considered simultaneously. To address this limitation, collision- and self-collision-aware trajectories are generated using Rapidly-exploring Random Tree (RRT) and RRT* algorithms, and the resulting dataset is used to train a diffusion model that generates constraint-satisfying trajectories through guided sampling. To reduce the inference time required for iterative diffusion sampling, consistency distillation is applied, and a joint-weighted jerk regularization term is incorporated into the loss function to promote smoother trajectories by penalizing abrupt changes in joint acceleration. Simulation results show that the consistency model generates 150 trajectory candidates in less than 100 ms, maintains a high episode success rate, and substantially reduces joint and end-effector jerk when jerk regularization is applied.