arXiv reaDer
微分可能な最小二乗近似によるエンドツーエンドのレーン検出
End-to-end Lane Detection through Differentiable Least-Squares Fitting
  レーン検出は通常、最初にレーンマーキングのセグメンテーションマスクが予測された2ステップパイプラインで取り組まれ、次にラインラインモデル(放物線またはスプラインなど)が後処理されたマスクに適合されます。このような2段階のアプローチの問題は、ネットワークのパラメーターが目的のタスク(車線の曲率パラメーターの推定)ではなく、プロキシタスク(車線のマーキングのセグメント化)に最適化され、最適なパフォーマンスが得られないことです。 。この作業では、レーンパラメーターを直接回帰して、レーン検出器をエンドツーエンドでトレーニングする方法を提案します。アーキテクチャは2つのコンポーネントで構成されています。各レーンラインのセグメンテーションのような重みマップを予測するディープネットワーク、および各マップに重み付き最小二乗の最適な曲線のパラメーターを返す微分可能な最小二乗近似モジュールセンス。これらのパラメータは、選択した損失関数でその後監視できます。私たちの方法は、最小二乗フィッティング手順を通して逆伝播することが可能であるという観察に依存しています。これにより、目的の真のタスクに合わせて機能が最適化されるエンドツーエンドの方法が実現します。ネットワークは、外れ値を処理する必要がある2ステップパイプラインとは対照的に、モデルフィッティングステップ中の不安定性を防ぐ機能を生成することを暗黙的に学習しますヒューリスティックで。さらに、システムは単なるブラックボックスではなく、中間的に生成されたセグメンテーションのようなウェイトマップを検査して視覚化できるため、ある程度の解釈が可能です。コードとビデオはgithub.com/wvangansbeke/LaneDetection_End2Endで入手できます。
Lane detection is typically tackled with a two-step pipeline in which a segmentation mask of the lane markings is predicted first, and a lane line model (like a parabola or spline) is fitted to the post-processed mask next. The problem with such a two-step approach is that the parameters of the network are not optimized for the true task of interest (estimating the lane curvature parameters) but for a proxy task (segmenting the lane markings), resulting in sub-optimal performance. In this work, we propose a method to train a lane detector in an end-to-end manner, directly regressing the lane parameters. The architecture consists of two components: a deep network that predicts a segmentation-like weight map for each lane line, and a differentiable least-squares fitting module that returns for each map the parameters of the best-fitting curve in the weighted least-squares sense. These parameters can subsequently be supervised with a loss function of choice. Our method relies on the observation that it is possible to backpropagate through a least-squares fitting procedure. This leads to an end-to-end method where the features are optimized for the true task of interest: the network implicitly learns to generate features that prevent instabilities during the model fitting step, as opposed to two-step pipelines that need to handle outliers with heuristics. Additionally, the system is not just a black box but offers a degree of interpretability because the intermediately generated segmentation-like weight maps can be inspected and visualized. Code and a video is available at github.com/wvangansbeke/LaneDetection_End2End.
updated: Thu Sep 05 2019 07:57:31 GMT+0000 (UTC)
published: Fri Feb 01 2019 12:05:47 GMT+0000 (UTC)
参考文献 (このサイトで利用可能なもの) / References (only if available on this site)
被参照文献 (このサイトで利用可能なものを新しい順に) / Citations (only if available on this site, in order of most recent)
Amazon.co.jpアソシエイト