DLT-Net: Joint Detection of Drivable Areas, Lane Lines, and Traffic Objects
Abstract
Perception is an essential task for self-driving cars, but most perception tasks are usually handled independently. We propose a unified neural network named DLT-Net to detect drivable areas, lane lines, and traffic objects simultaneously. These three tasks are most important for autonomous driving, especially when a high-definition map and accurate localization are unavailable. Instead of separating tasks in the decoder, we construct context tensors between sub-task decoders to share designate influence among tasks. Therefore, each task can benefit from others during multi-task learning. Experiments show that our model outperforms the conventional multi-task network in terms of the task-wise accuracy and the overall computational efficiency, in the challenging BDD dataset.
BibTeX
@article{Qian-2020-129553,author = {Yeqiang Qian and John M. Dolan and Ming Yang},
title = {DLT-Net: Joint Detection of Drivable Areas, Lane Lines, and Traffic Objects},
journal = {IEEE Transactions on Intelligent Transportation Systems},
year = {2020},
month = {November},
volume = {21},
number = {11},
pages = {4670 - 4679},
keywords = {Multi-task network, deep learning, traffic object detection, drivable area detection, lane line detection},
}