paper-with-me

홈 › Papers

Towards Driving-Oriented Metric for Lane Detection Models

2022-03-31 · CVPR 2022 1 · Takami Sato, Qi Alfred Chen

After the 2017 TuSimple Lane Detection Challenge, its dataset and evaluation based on accuracy and F1 score have become the de facto standard to measure the performance of lane detection methods. While they have played a major role in improving the performance of lane detection methods, the validity of this evaluation method in downstream tasks has not been adequately researched. In this study, we design 2 new driving-oriented metrics for lane detection: End-to-End Lateral Deviation metric (E2E-LD) is directly formulated based on the requirements of autonomous driving, a core downstream task of lane detection; Per-frame Simulated Lateral Deviation metric (PSLD) is a lightweight surrogate metric of E2E-LD. To evaluate the validity of the metrics, we conduct a large-scale empirical study with 4 major types of lane detection approaches on the TuSimple dataset and our newly constructed dataset Comma2k19-LD. Our results show that the conventional metrics have strongly negative correlations ($\leq$-0.55) with E2E-LD, meaning that some recent improvements purely targeting the conventional metrics may not have led to meaningful improvements in autonomous driving, but rather may actually have made it worse by overfitting to the conventional metrics. As autonomous driving is a security/safety-critical system, the underestimation of robustness hinders the sound development of practical lane detection models. We hope that our study will help the community achieve more downstream task-aware evaluations for lane detection.

📄 PDF Abstract BibTeX arXiv:2203.16851

Code (1)

asguard-uci/ld-metric 공식 구현 pytorch

Tasks

Autonomous DrivingLane Detection

Similar Papers 제목 키워드 기반

On Robustness of Lane Detection Models to Physical-World Adversarial Attacks in Autonomous Driving

2021-07-06 · Takami Sato, Qi Alfred Chen

After the 2017 TuSimple Lane Detection Challenge, its evaluation based on accuracy and F1 score has become the de facto standard to measure the performance of lane detection methods. In this work, we conduct the first la…

Autonomous DrivingLane Detection

Graph-based Topology Reasoning for Driving Scenes

2023-04-11 · Tianyu Li, Li Chen, Huijie Wang, Yang Li 외

Understanding the road genome is essential to realize autonomous driving. This highly intelligent problem contains two aspects - the connection relationship of lanes, and the assignment relationship between lanes and tra…

3D Lane DetectionAutonomous DrivingGraph Neural NetworkScene Understanding

Edge Device Deployment of Multi-Tasking Network for Self-Driving Operations

2022-10-10 · Shokhrukh Miraliev, Shakhboz Abdigapporov, Jumabek Alikhanov, Vijay Kakani 외

A safe and robust autonomous driving system relies on accurate perception of the environment for application-oriented scenarios. This paper proposes deployment of the three most crucial tasks (i.e., object detection, dri…

Autonomous DrivingDecoderLane Detectionobject-detection+1

ONCE-3DLanes: Building Monocular 3D Lane Detection

2022-04-30 · CVPR 2022 1 · Fan Yan, Ming Nie, Xinyue Cai, Jianhua Han 외

We present ONCE-3DLanes, a real-world autonomous driving dataset with lane layout annotation in 3D space. Conventional 2D lane detection from a monocular image yields poor performance of following planning and control ta…

3D Lane DetectionAutonomous DrivingLane Detection

Rethinking Efficient Lane Detection via Curve Modeling

2022-03-04 · CVPR 2022 1 · Zhengyang Feng, Shaohua Guo, Xin Tan, Ke Xu 외

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 …

Lane Detection