日本フィジカルAI新聞

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

週刊ニュースレター購読
動作計画arXiv:2609.10033

対称性が学習ベース動作計画にもたらすもの

What Symmetry Buys a Learned Motion Planner

シェア:XThreadsFacebookLINEはてブBluesky

始点と終点で定まる座標系で軌道と障害物を表現することで、SE(3)の並進3・回転2の自由度を初期化時に除去し、混雑3D環境での衝突回避率を14.6%から51.1%へ改善した。

詳しい要約

1. どんなもの?

学習ベースのmotion plannerにおけるrigid-body equivarianceの獲得を扱う研究。start sとgoal gが定める座標frameでtrajectoryとobstaclesを表現することで、SE(3)の3並進と2回転を初期化時に除去できるかを問う。cluttered 3D benchmarkで検証。

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

既存研究はtraining data、inference operator、weightsのいずれかでrigid-body equivarianceを復元し、それぞれコストを伴う。本研究はplanning query自体がequivarianceを無償で供給する量を問い、architecture・data・budgetを固定して比較した点が新しい。

3. 技術・手法の肝は?

start sとgoal gから閉形式でframeを定め、原点を中点、第一軸をg-sに沿わせる。そのframeでtrajectoryとobstaclesを表現し、queryごとに1回のcross productでSE(3)の3並進と2回転を除去。architectureに制約なし。start-goal軸周りの1回転は残り、連続的な規則では除去できない。

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

cluttered 3D benchmarkで、architecture・data・budgetを固定しheld-out collision-free rateを比較。frameは14.60%から51.10%へ改善。start-goal直線segmentは15.6%で、world-frame modelはそれを上回らない。残差回転の3機構はそれぞれ1点未満の価値。

5. 議論はある?

representationが供給するものがmechanismが強制するものを支配する。標準的なdiagnosticは差を見逃し、non-equivariance residualが区別不能な2モデルが28点異なる。non-symmetry介入で較正すると、frameは最大効果ではなく、local geometryが+40.0でframeの+36.5を上回る。

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

要旨で参照/比較されているのは、training data・inference operator・weightsでequivarianceを復元する既存研究、equivariant backbone、non-symmetry intervention、local geometry。同分野の定番としてlearning-based motion planning、SE(3) equivariant neural network。

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

著者: Andrea Emir Sevincel

分類: cs.RO

原文アブストラクト

Learning-based motion planners pay at training what classical planners pay per query. Trained in world coordinates, they relearn the same motion at every position and orientation. Existing work restores the missing rigid-body equivariance in the training data, in the inference operator, or in the weights, and each carries a cost. We ask how much of that equivariance the planning query supplies for free. A start s and a goal g determine a frame in closed form, with origin at their midpoint and first axis along g-s. Expressing trajectory and obstacles in that frame removes three translations and two rotations of SE(3), at initialisation, for one cross product per query and with no constraint on the architecture. A single rotation about the start-goal axis remains, and no continuous rule removes it. On a cluttered 3D benchmark, holding architecture, data and budget fixed, the frame raises the held-out collision-free rate from 14.60% to 51.10%, where a straight segment from start to goal scores 15.6% and the world-frame model does not beat it. We build all three mechanisms for the residual rotation and each is worth under a point, though the equivariant backbone reaches any given level two to three times sooner. What the representation supplies therefore dominates what any mechanism enforces, and the standard diagnostic does not see the difference: two models with indistinguishable non-equivariance residuals differ by 28 points. Calibrated against a non-symmetry intervention, the frame is not even the largest effect available, since local geometry is worth +40.0 where the frame is worth +36.5.

関連論文