HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Rethinking Efficient Lane Detection via Curve Modeling

Zhengyang Feng Shaohua Guo Xin Tan Ke Xu Min Wang Lizhuang Ma

Rethinking Efficient Lane Detection via Curve Modeling

Abstract

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 .

Code Repositories

voldemortX/pytorch-auto-drive
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
lane-detection-on-culaneBézierLaneNet (ResNet-34)
F1 score: 75.57
lane-detection-on-culaneBézierLaneNet (ResNet-18)
F1 score: 73.67
lane-detection-on-llamasBézierLaneNet (ResNet-18)
F1: 0.9552
lane-detection-on-llamasBézierLaneNet (ResNet-34)
F1: 0.9611
lane-detection-on-tusimpleBézierLaneNet (ResNet-34)
Accuracy: 95.65%
lane-detection-on-tusimpleBézierLaneNet (ResNet-18)
Accuracy: 95.41%

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Rethinking Efficient Lane Detection via Curve Modeling | Papers | HyperAI