paper-with-me

홈 › 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. However, the curves produced by these methods may not fit well with irregular lines, which can lead to gaps in performance compared to indirect representations such as segmentation-based or point-based methods. We have observed that these lanes are not intended to be irregular, but they appear zigzagged in the perspective view due to being drawn on uneven pavement. In this paper, we propose a new approach to the lane detection task by decomposing it into two parts: curve modeling and ground height regression. Specifically, we use a parameterized curve to represent lanes in the BEV space to reflect the original distribution of lanes. For the second part, since ground heights are determined by natural factors such as road conditions and are less holistic, we regress the ground heights of key points separately from the curve modeling. Additionally, we have unified the 2D and 3D lane detection tasks by designing a new framework and a series of losses to guide the optimization of models with or without 3D lane labels. Our experiments on 2D lane detection benchmarks (TuSimple and CULane), as well as the recently proposed 3D lane detection datasets (ONCE-3Dlane and OpenLane), have shown significant improvements. We will make our well-documented source code publicly available.

📄 PDF Abstract BibTeX arXiv:2309.10533

Code (0)

등록된 구현이 없습니다.

Tasks

3D Lane DetectionLane Detectionregression

Similar Papers 제목 키워드 기반

A multi-task deep learning approach for lane-level pavement performance prediction with segment-level data

2024-08-04 · Bo wang, Wenbo Zhang, Yunpeng Li

The elaborate pavement performance prediction is an important premise of implementing preventive maintenance. Our survey reveals that in practice, the pavement performance is usually measured at segment-level, where an u…

Ensemble LearningPrediction

OpenLKA: an open dataset of lane keeping assist from market autonomous vehicles

2025-01-06 · Yuhang Wang, Abdulaziz Alhuraish, Shengming Yuan, Shuyi Wang 외

The Lane Keeping Assist (LKA) system has become a standard feature in recent car models. While marketed as providing auto-steering capabilities, the system's operational characteristics and safety performance remain unde…

Autonomous VehiclesTrajectory Planning

Polynomial Regression Network for Variable-Number Lane Detection

2020-08-01 · ECCV 2020 8 · Bingke Wang, Zilei Wang, Yixin Zhang

Lane detection is a fundamental yet challenging task in autonomous driving and intelligent traffic systems due to perspective projection and occlusion. Most of previous methods utilize semantic segmentation to identify t…

Autonomous DrivingLane DetectionregressionRetrieval+2

BezierFormer: A Unified Architecture for 2D and 3D Lane Detection

2024-04-25 · Zhiwei Dong, Xi Zhu, Xiya Cao, Ran Ding 외

Lane detection has made significant progress in recent years, but there is not a unified architecture for its two sub-tasks: 2D lane detection and 3D lane detection. To fill this gap, we introduce B\'{e}zierFormer, a uni…

3D Lane DetectionLane Detection

Temporal-Anchor3DLane: Enhanced 3D Lane Detection with Multi-Task Losses and LSTM Fusion

2025-12-05 · D. Shainu Suhas, G. Rahul, K. Muni arxiv

Monocular 3D lane detection remains challenging due to depth ambiguity, occlusion, and temporal instability across frames. Anchor-based approaches such as Anchor3DLane have demonstrated strong performance by regressing c…

3D Lane Detection