NaviFormer: A Deep Reinforcement Learning Transformer-like Model to Holistically Solve the Navigation Problem

arXiv cs.RO / 4/21/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • NaviFormerは、ルート(ウェイポイント順)とパス(2点間の軌道予測)を同時に扱う「グローバルナビゲーション問題」を、Transformer系の深層強化学習モデルで解くことを目的としています。
  • モデルは高レベルの経路予測と低レベルの衝突回避を含む軌道予測を統合して行い、現実の要件にある“両方を同時に解く”アプローチを狙っています。
  • 複数の実験では他手法との比較を通じて、サブ問題ごとの制約や難しさを理解し、その結果として性能を高められることが示されたとしています。
  • さらに、計算速度が優れていることから、リアルタイム運用を要するミッションへの適用可能性も主張されています。

Abstract

Path planning is usually solved by addressing either the (high-level) route planning problem (waypoint sequencing to achieve the final goal) or the (low-level) path planning problem (trajectory prediction between two waypoints avoiding collisions). However, real-world problems usually require simultaneous solutions to the route and path planning subproblems with a holistic and efficient approach. In this paper, we introduce NaviFormer, a deep reinforcement learning model based on a Transformer architecture that solves the global navigation problem by predicting both high-level routes and low-level trajectories. To evaluate NaviFormer, several experiments have been conducted, including comparisons with other algorithms. Results show competitive accuracy from NaviFormer since it can understand the constraints and difficulties of each subproblem and act consequently to improve performance. Moreover, its superior computation speed proves its suitability for real-time missions.