Skip to main content
QUICK REVIEW

[論文レビュー] Rethinking the Open-Loop Evaluation of End-to-End Autonomous Driving in nuScenes

Jiang-Tian Zhai, Ze Feng|arXiv (Cornell University)|May 17, 2023
Autonomous Vehicle Technology and Safety被引用数 9
ひとこと要約

この論文は、自我状態情報のみを用いたMLPベースのモデルが nuScenes での端到端計画性能を、知覚ベースの手法と同等に達成できることを示し、現在のオープンループ評価指標が手法の優位性を過大評価する可能性があると主張しています。

ABSTRACT

Modern autonomous driving systems are typically divided into three main tasks: perception, prediction, and planning. The planning task involves predicting the trajectory of the ego vehicle based on inputs from both internal intention and the external environment, and manipulating the vehicle accordingly. Most existing works evaluate their performance on the nuScenes dataset using the L2 error and collision rate between the predicted trajectories and the ground truth. In this paper, we reevaluate these existing evaluation metrics and explore whether they accurately measure the superiority of different methods. Specifically, we design an MLP-based method that takes raw sensor data (e.g., past trajectory, velocity, etc.) as input and directly outputs the future trajectory of the ego vehicle, without using any perception or prediction information such as camera images or LiDAR. Our simple method achieves similar end-to-end planning performance on the nuScenes dataset with other perception-based methods, reducing the average L2 error by about 20%. Meanwhile, the perception-based methods have an advantage in terms of collision rate. We further conduct in-depth analysis and provide new insights into the factors that are critical for the success of the planning task on nuScenes dataset. Our observation also indicates that we need to rethink the current open-loop evaluation scheme of end-to-end autonomous driving in nuScenes. Codes are available at https://github.com/E2E-AD/AD-MLP.

研究の動機と目的

  • nuScenesにおけるエンドツーエンド自動運転評価の再評価を促す。
  • 知覚や予測入力に依存しない、単純なエンドツーエンドモデルを提案する。
  • 提案モデルを nuScenes の指標を用いて知覚ベースの手法と比較する。
  • 計画の成功要因と評価スキームへの影響を分析する。

提案手法

  • 入力は自我状態の履歴と高レベルの指令からなり、知覚機能は含まれない。
  • 次の T_f フレームに対する自我軌道を、単純な MLP で予測。
  • トレーニングは将来フレームに対してL1損失を用いた真値軌道を使用。
  • グリッドベースの衝突考慮による難例に対して損失の加重を適用。
  • モデル実装は PaddlePaddle と PyTorch の両方で、指定された最適化手法とスケジュールを用意。

実験結果

リサーチクエスチョン

  • RQ1知覚・予測情報を含む入力は、nuScenes で自我状態情報のみを用いる計画と比べて明確な優位性を提供するだろうか?
  • RQ2現在の nuScenes の計画評価指標(L2誤差、衝突率)は、エンドツーエンドの計画手法を区別するのに頑健か?
  • RQ3入力成分(速度、加速度、高レベル指令)が計画性能と安全性にどのように影響するか?

主な発見

方法知覚高レベル自我状態L2(m)↓衝突(%)↓情報命令速度加速度軌道1秒2秒3秒平均1秒2秒3秒平均
NMP--------2.31--1.92----
SA-NMP--------2.05--1.59----
FF--------0.551.202.541.430.060.171.070.43
EO--------0.671.362.781.600.040.090.880.33
ST-P3--------1.332.112.902.110.230.621.270.71
UniAD--------0.480.961.651.030.050.170.710.31
VAD-Tiny-----0.200.380.650.410.100.120.270.16
VAD-Base-----0.170.340.600.370.070.100.240.14
Ours-----0.530.911.480.970.170.460.830.49
-0.330.480.660.490.210.290.400.30
0.240.320.490.350.180.220.280.23
0.200.260.410.290.170.180.240.19
  • 自我状態のみのMLPは、nuScenesで知覚ベースの手法と同等のL2計画性能を達成できる。
  • 速度、加速度、及び高レベル指令情報を組み込むと、アブレーションで平均L2誤差と衝突率が低減する。
  • 知覚ベースの手法は衝突率で有利な場合があるかもしれないが、多くのケースで差は小さい。
  • 占有グリッドのグリッドサイズは衝突評価に大きく影響し、 GT 軌道に対する偽陽性を引き起こすことがある。
  • nuScenesの軌道データは前方・直線-小さな回頭の動きに偏っており、評価のダイナミクスに影響を与える。
  • 本研究は、現在のオープンループ評価スキームが実世界の計画品質を頑健に反映していない可能性を示唆する。

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。