CVOct 22, 2021

SwiftLane: Towards Fast and Efficient Lane Detection

arXiv:2110.11779v116 citations
Originality Incremental advance
AI Analysis

This work addresses the need for fast and efficient lane detection in embedded systems like autonomous vehicles, though it is incremental as it builds on existing methods with optimizations.

The paper tackles the problem of achieving real-time lane detection with limited computational resources by proposing SwiftLane, a lightweight deep learning framework that achieves 411 FPS inference speed on a benchmark dataset while maintaining comparable accuracy.

Recent work done on lane detection has been able to detect lanes accurately in complex scenarios, yet many fail to deliver real-time performance specifically with limited computational resources. In this work, we propose SwiftLane: a simple and light-weight, end-to-end deep learning based framework, coupled with the row-wise classification formulation for fast and efficient lane detection. This framework is supplemented with a false positive suppression algorithm and a curve fitting technique to further increase the accuracy. Our method achieves an inference speed of 411 frames per second, surpassing state-of-the-art in terms of speed while achieving comparable results in terms of accuracy on the popular CULane benchmark dataset. In addition, our proposed framework together with TensorRT optimization facilitates real-time lane detection on a Nvidia Jetson AGX Xavier as an embedded system while achieving a high inference speed of 56 frames per second.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes