Methods › Computer Vision › Lane Detection Models › YOLOP
YOLOP
Introduced by Dong Wu et al. in YOLOP: You Only Look Once for Panoptic Driving Perception
archive 2025-07-28 Description, source and code snippet are the archive's method entry.
YOLOP is a panoptic driving perception network for handling 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. It can be thought of a lightweight version of Tesla's HydraNet model for self-driving cars.
A lightweight CNN, from Scaled-yolov4, is used as the encoder to extract features from the image. Then these feature maps are fed to three decoders to complete their respective tasks. The detection decoder is based on the current best-performing single-stage detection network, YOLOv4, for two main reasons: (1) The single-stage detection network is faster than the two-stage detection network. (2) The grid-based prediction mechanism of the single-stage detector is more related to the other two semantic segmentation tasks, while instance segmentation is usually combined with the region based detector as in Mask R-CNN. The feature map output by the encoder incorporates semantic features of different levels and scales, and our segmentation branch can use these feature maps to complete pixel-wise semantic prediction.
Papers archive 2025-07-28
2 shown of 2, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.
-
Detection-segmentation convolutional neural network for autonomous vehicle perception 30 Jun 2023 · 1 repository · arXiv:2306.17485
-
YOLOP: You Only Look Once for Panoptic Driving Perception 25 Aug 2021 · 5 repositories · arXiv:2108.11250Syntology ran 1 of 18 samples · 17 unverified
Tasks archive 2025-07-28
9 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.
| Task | Papers |
|---|---|
| Object Detection | 2 |
| object-detection | 2 |
| Autonomous Driving | 1 |
| Autonomous Vehicles | 1 |
| Drivable Area Detection | 1 |
| Lane Detection | 1 |
| Multi-Task Learning | 1 |
| Segmentation | 1 |
| Traffic Object Detection | 1 |
Usage over time archive 2025-07-28
Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).
Categories archive 2025-07-28
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections