日本フィジカルAI新聞

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

週刊ニュースレター購読
制御arXiv:2609.08958

接触認識グラフニューラルダイナミクスモデルによるテンセグリティロボットのモデル予測制御

Model Predictive Control of Tensegrity Robots via Contact-Aware Graph Neural Dynamics Model

シェア:XThreadsFacebookLINEはてブBluesky

テンセグリティロボットの複雑な接触ダイナミクスを学習するグラフニューラルネットワークモデルを拡張し、MPPIコントローラと組み合わせて、障害物や傾斜などの複雑な環境でのナビゲーション性能を向上させた。

詳しい要約

1. どんなもの?

本論文は、3本バーのTensegrityロボットのための、学習されたグラフニューラルネットワーク(GNN)ダイナミクスモデルに基づくModel Predictive Path Integral (MPPI)コントローラを提案する。接触検出モジュールをGNNモデルに組み込み、非水平な平面地形、障害物、自己衝突を考慮できるようにする。さらに、学習モデルとMPPIコントローラを閉ループでデータ収集し、モデル精度と制御性能を反復的に向上させる。また、旋回運動プリミティブを組み合わせたハイブリッドMPPI戦略を導入し、機動性を高める。

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

先行研究のGNNベースのダイナミクスモデルは、主に平坦な地形を想定していたが、本研究は接触検出モジュールを拡張し、非水平地形や障害物、自己衝突を扱えるようにした点が新しい。また、学習と制御を閉ループで行うことで、モデル精度と制御性能を同時に改善する点、および旋回プリミティブを統合したハイブリッドMPPIにより機動性を向上させた点が先行研究より優れている。

3. 技術・手法の肝は?

手法の核は、(1) GNNダイナミクスモデルに微分可能な接触検出モジュールを追加し、接触リッチな環境での状態遷移を予測できるようにしたこと、(2) 学習モデルとMPPIコントローラを閉ループで動作させ、データ収集とモデル更新を繰り返すことでモデル精度と制御性能を向上させること、(3) MPPIに旋回運動プリミティブを組み合わせたハイブリッド戦略により、複雑な環境でのナビゲーション性能を高めたことである。

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

MuJoCoシミュレーション環境で、壁障害物、傾斜、狭い通路、低いクリアランス構造、複合3D障害物コースの5つのナビゲーションタスクを実行し、提案手法の有効性を検証した。比較対象として、平坦地ベースラインモデル、A*ベースの再プランニング、MPPIのみの変種を用い、提案手法が予測精度とナビゲーション性能で優れていることを示した。

5. 議論はある?

要旨からは、提案手法の限界や課題についての議論は不明。ただし、シミュレーションのみで検証されており、実機での検証が今後の課題と考えられる。また、接触検出モジュールの精度や計算コスト、ハイブリッドMPPIのパラメータ調整などに関する詳細な議論は要旨には含まれていない。

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

要旨で参照されている先行研究として、GNNベースのダイナミクスモデル(flat-ground baseline model)や、A*ベースの再プランニング、MPPIのみの変種が挙げられる。また、Tensegrityロボットの制御に関する一般的な研究や、Model Predictive Control (MPC) の関連研究を読むことが推奨される。

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

著者: Nelson Chen, Patrick Meng, Charles Tang, Angelina Degay, Zachary Brei, Rebecca Kramer-Bottiglio, Kostas E. Bekris, Mridul Aanjaneya

分類: cs.RO

原文アブストラクト

Tensegrity robots offer lightweight, compliant mobility over challenging terrain but remain difficult to model and control due to complex contact-rich dynamics and partial observability. This work presents a model predictive path integral (MPPI) controller for a three-bar tensegrity robot driven by a learned graph neural network (GNN) dynamics model. This work first extends prior GNN-based models with a differentiable contact detection module. The extension allows the dynamics model to reason over non-horizontal planar terrains, obstacles, as well as self-collisions. Then, the learned dynamics model and the MPPI controller operate in a closed data-collection loop, iteratively improving model accuracy and control performance. This work further introduces a hybrid MPPI strategy that combines MPPI with turning motion primitives to improve maneuverability. Experiments are performed in MuJoCo across five navigation tasks, which include, wall obstacles, inclines, narrow corridors, low-clearance structures, and a composite 3D obstacle course. The experiments demonstrate that the hybrid MPPI controller operating over the learned GNN dynamics model improves predictive accuracy over a flat-ground baseline model and achieves superior navigation performance compared to $A^*$-based re-planning and MPPI-only variants. Results show that the contact-aware learned dynamics combined with the sampling-based model predictive control enable robust tensegrity navigation in complex, contact-rich environments.

関連論文