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

YOLOP: You Only Look Once for Panoptic Driving Perception

About

A panoptic driving perception system is an essential part of autonomous driving. A high-precision and real-time perception system can assist the vehicle in making the reasonable decision while driving. We present a panoptic driving perception network (YOLOP) to perform traffic object detection, drivable area segmentation and lane detection simultaneously. It is composed of one encoder for feature extraction and three decoders to handle the specific tasks. Our model performs extremely well on the challenging BDD100K dataset, achieving state-of-the-art on all three tasks in terms of accuracy and speed. Besides, we verify the effectiveness of our multi-task learning model for joint training via ablative studies. To our best knowledge, this is the first work that can process these three visual perception tasks simultaneously in real-time on an embedded device Jetson TX2(23 FPS) and maintain excellent accuracy. To facilitate further research, the source codes and pre-trained models are released at https://github.com/hustvl/YOLOP.

Dong Wu, Manwen Liao, Weitian Zhang, Xinggang Wang, Xiang Bai, Wenqing Cheng, Wenyu Liu• 2021

Related benchmarks

TaskDatasetResultRank
Semantic segmentationBDD100K
mIoU91.5
78
Drivable Area SegmentationBDD100K v1.0 (test)
mIoU (%)92
41
Lane SegmentationBDD100K v1.0 (test)
IoU26.5
36
Lane DetectionBDD100K (test)
Accuracy70.5
33
Driver and Traffic Scene RecognitionAIDE
DER Accuracy73.56
33
Drivable Area SegmentationBDD100K (test)
mIoU91.6
22
Object DetectionWater-surface dataset (test)
mAP50-9537.9
20
Waterline SegmentationWater-surface dataset (test)
mIoU74.9
19
Semantic segmentationWater-surface dataset (test)
mIoU (d)99
19
Object DetectionBDD100K--
19
Showing 10 of 18 rows

Other info

Code

Follow for update