この論文は、RGB画像における車線検出のための新しいパラメトリック曲線ベースの方法を提示します。予測をデコードするか、大量のアンカーを定式化するためにヒューリスティックを通常必要とする最先端のセグメンテーションベースおよびポイント検出ベースの方法とは異なり、曲線ベースの方法は、全体的なレーン表現を自然に学習できます。既存の多項式曲線法の最適化の難しさを処理するために、計算の容易さ、安定性、および変換の自由度が高いため、パラメトリックベジェ曲線を活用することを提案します。さらに、運転シーンで車線の対称性を活用するために、変形可能な畳み込みベースの特徴反転融合を提案します。提案された方法は、人気のあるLLAMASベンチマークで新しい最先端のパフォーマンスを実現します。また、低遅延(> 150 FPS)と小さなモデルサイズ(<10M)の両方を維持しながら、TuSimpleおよびCULaneデータセットで良好な精度を実現します。私たちの方法は、車線検出のためのパラメトリック曲線モデリングに光を当てるための新しいベースラインとして役立ちます。モデルとPytorchAutoDriveのコード:自動運転知覚のための統合フレームワークは、https://github.com/voldemortX/pytorch-auto-driveで入手できます。
This paper presents a novel parametric curve-based method for lane detection in RGB images. Unlike state-of-the-art segmentation-based and point detection-based methods that typically require heuristics to either decode predictions or formulate a large sum of anchors, the curve-based methods can learn holistic lane representations naturally. To handle the optimization difficulties of existing polynomial curve methods, we propose to exploit the parametric Bézier curve due to its ease of computation, stability, and high freedom degrees of transformations. In addition, we propose the deformable convolution-based feature flip fusion, for exploiting the symmetry properties of lanes in driving scenes. The proposed method achieves a new state-of-the-art performance on the popular LLAMAS benchmark. It also achieves favorable accuracy on the TuSimple and CULane datasets, while retaining both low latency (> 150 FPS) and small model size (< 10M). Our method can serve as a new baseline, to shed the light on the parametric curves modeling for lane detection. Codes of our model and PytorchAutoDrive: a unified framework for self-driving perception, are available at: https://github.com/voldemortX/pytorch-auto-drive .