论文标题
polyranenet:通过深层回归进行的泳道估计
PolyLaneNet: Lane Estimation via Deep Polynomial Regression
论文作者
论文摘要
促进自动驾驶的巨大进展的主要因素之一是深度学习的出现。对于更安全的自动驾驶车辆,尚未完全解决的问题之一是车道检测。由于该任务的方法必须实时工作(+30 fps),因此它们不仅必须有效(即具有很高的精度),而且还必须有效(即快速)。在这项工作中,我们提出了一种新型的泳道检测方法,该方法将图像用作位于车辆中的前瞻性摄像机的输入,并通过深层多项式回归输出代表图像中每个车道标记的多项式。所提出的方法显示出与Tusimple数据集中现有的最新方法具有竞争力,同时保持其效率(115 fps)。此外,还提出了另外两个公共数据集的广泛定性结果,以及最近用于泳道检测的评估指标的局限性。最后,我们提供源代码和训练有素的模型,使其他人可以复制本文中显示的所有结果,这在最先进的车道检测方法中非常罕见。完整的源代码和预估计的模型可在https://github.com/lucastabelini/polylyanenet上找到。
One of the main factors that contributed to the large advances in autonomous driving is the advent of deep learning. For safer self-driving vehicles, one of the problems that has yet to be solved completely is lane detection. Since methods for this task have to work in real-time (+30 FPS), they not only have to be effective (i.e., have high accuracy) but they also have to be efficient (i.e., fast). In this work, we present a novel method for lane detection that uses as input an image from a forward-looking camera mounted in the vehicle and outputs polynomials representing each lane marking in the image, via deep polynomial regression. The proposed method is shown to be competitive with existing state-of-the-art methods in the TuSimple dataset while maintaining its efficiency (115 FPS). Additionally, extensive qualitative results on two additional public datasets are presented, alongside with limitations in the evaluation metrics used by recent works for lane detection. Finally, we provide source code and trained models that allow others to replicate all the results shown in this paper, which is surprisingly rare in state-of-the-art lane detection methods. The full source code and pretrained models are available at https://github.com/lucastabelini/PolyLaneNet.