paper-with-me

홈 › Papers

Rethinking Efficient Lane Detection via Curve Modeling

2022-03-04 · CVPR 2022 1 · Zhengyang Feng, Shaohua Guo, Xin Tan, Ke Xu, Min Wang, Lizhuang Ma

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\'ezier 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 .

📄 PDF Abstract BibTeX arXiv:2203.02431

Code (2)

voldemortX/pytorch-auto-drive 공식 구현 pytorch
zkyntu/UnLanedet pytorch

Tasks

Lane Detection

Methods 이 논문이 사용한 방법론

FLIP https://developer.nvidia.com/blog/flip-a-difference-evaluator-for-alternating-images/

Similar Papers 제목 키워드 기반

Decoupling the Curve Modeling and Pavement Regression for Lane Detection

2023-09-19 · Wencheng Han, Jianbing Shen

The curve-based lane representation is a popular approach in many lane detection methods, as it allows for the representation of lanes as a whole object and maximizes the use of holistic information about the lanes. Howe…

3D Lane DetectionLane Detectionregression

CurveLane-NAS: Unifying Lane-Sensitive Architecture Search and Adaptive Point Blending

2020-07-23 · ECCV 2020 8 · Hang Xu, Shaoju Wang, Xinyue Cai, Wei zhang 외

We address the curve lane detection problem which poses more realistic challenges than conventional lane detection for better facilitating modern assisted/autonomous driving systems. Current hand-designed lane detection …

Autonomous DrivingLane Detection

Robust Lane Detection with Wavelet-Enhanced Context Modeling and Adaptive Sampling

2025-03-24 · Kunyang Li, Ming Hou

Lane detection is critical for autonomous driving and ad-vanced driver assistance systems (ADAS). While recent methods like CLRNet achieve strong performance, they struggle under adverse con-ditions such as extreme weath…

Autonomous DrivingLane Detection

Monocular 3D Lane Detection via Structure Uncertainty-Aware Network with Curve-Point Queries

2025-11-17 · Ruixin Liu, Zejian Yuan arxiv

Monocular 3D lane detection is challenged by aleatoric uncertainty arising from inherent observation noise. Existing methods rely on simplified geometric assumptions, such as independent point predictions or global plana…

3D Lane Detection

Generating Dynamic Kernels via Transformers for Lane Detection

2023-01-01 · ICCV 2023 1 · Ziye Chen, Yu Liu, Mingming Gong, Bo Du 외

State-of-the-art lane detection methods often rely on specific knowledge about lanes -- such as straight lines and parametric curves -- to detect lane lines. While the specific knowledge can ease the modeling process…

Lane Detection