Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Key Points Estimation and Point Instance Segmentation Approach for Lane Detection

About

Perception techniques for autonomous driving should be adaptive to various environments. In the case of traffic line detection, an essential perception module, many condition should be considered, such as number of traffic lines and computing power of the target system. To address these problems, in this paper, we propose a traffic line detection method called Point Instance Network (PINet); the method is based on the key points estimation and instance segmentation approach. The PINet includes several stacked hourglass networks that are trained simultaneously. Therefore the size of the trained models can be chosen according to the computing power of the target environment. We cast a clustering problem of the predicted key points as an instance segmentation problem; the PINet can be trained regardless of the number of the traffic lines. The PINet achieves competitive accuracy and false positive on the TuSimple and Culane datasets, popular public datasets for lane detection. Our code is available at https://github.com/koyeongmin/PINet_new

Yeongmin Ko, Younkwan Lee, Shoaib Azam, Farzeen Munir, Moongu Jeon, Witold Pedrycz• 2020

Related benchmarks

TaskDatasetResultRank
Lane DetectionCULane (test)
F1 Score (Total)74.4
268
Lane DetectionTuSimple (test)
Accuracy96.75
250
Lane DetectionCULane
F1@5074.4
39
Lane DetectionCULane
F-measure (Total)74.4
25
Lane DetectionCULane
Accuracy (Normal)90.3
9
Road Network ExtractionArgoverse (test)
M-F47.2
6
HD Map ReconstructionArgoverse frontal 50m x 50m (test)
Chamfer Distance492.4
6
Road Network ExtractionnuScenes v1.0 (val)
M-F49.5
6
Lane Graph ExtractionnuScenes (val)
Map Precision54.1
4
Showing 9 of 9 rows

Other info

Code

Follow for update