運転シーンにおける車線検出は、自動運転車や高度な運転支援システムにとって重要なモジュールです。近年、多くの高度なレーン検出方法が提案されています。ただし、ほとんどの方法は1つの画像から車線を検出することに焦点を当てており、多くの場合、重い影、深刻なマークの劣化、深刻な車両の閉塞など、いくつかの極端に悪い状況の処理において不十分なパフォーマンスをもたらします。実際、車線は道路上の連続した線構造です。その結果、1つの現在のフレームで正確に検出できないレーンは、前のフレームの情報を組み込むことによって潜在的に推論される可能性があります。この目的のために、連続運転シーンの複数のフレームを使用して車線検出を調査し、畳み込みニューラルネットワーク(CNN)とリカレントニューラルネットワーク(RNN)を組み合わせたハイブリッドディープアーキテクチャを提案します。具体的には、各フレームの情報がCNNブロックによって抽象化され、時系列の特性を保持する複数の連続フレームのCNN特徴が、特徴学習およびレーン予測のためにRNNブロックに送られます。 2つの大規模なデータセットに対する広範な実験は、提案された方法が、特に困難な状況の処理において、レーン検出において競合する方法よりも優れていることを示しています。
Lane detection in driving scenes is an important module for autonomous vehicles and advanced driver assistance systems. In recent years, many sophisticated lane detection methods have been proposed. However, most methods focus on detecting the lane from one single image, and often lead to unsatisfactory performance in handling some extremely-bad situations such as heavy shadow, severe mark degradation, serious vehicle occlusion, and so on. In fact, lanes are continuous line structures on the road. Consequently, the lane that cannot be accurately detected in one current frame may potentially be inferred out by incorporating information of previous frames. To this end, we investigate lane detection by using multiple frames of a continuous driving scene, and propose a hybrid deep architecture by combining the convolutional neural network (CNN) and the recurrent neural network (RNN). Specifically, information of each frame is abstracted by a CNN block, and the CNN features of multiple continuous frames, holding the property of time-series, are then fed into the RNN block for feature learning and lane prediction. Extensive experiments on two large-scale datasets demonstrate that, the proposed method outperforms the competing methods in lane detection, especially in handling difficult situations.