Cascaded-LaneAFA: a single-stage traffic lane line detection network

DOI: https://doi.org/10.1007/s11042-024-19297-3
IF: 2.577
2024-05-08
Multimedia Tools and Applications
Abstract:Traffic lane detection is a critical subsystem in autonomous driving systems. Numerous studies have been conducted on this topic, but challenges still exist when dealing with complex traffic scenarios. In this research, we propose Cascaded-LaneAFA: a lane detection method based on line anchor, which can be trained by the convolutional network. We have redesigned the network architecture using a single-stage detection framework to improve the running speed of the lane detection algorithm. Additionally, we have adopted an anchor feature aggregator (AFA) module which utilized a multi-head self-attention mechanism to incorporate global lane information better. The proposed method has been tested and validated on two widely used datasets including TuSimple and LLAMAS, and the results demonstrate that our method has improvements in both accuracy and runtime efficiency, striking a balance between the two aspects. In comparison to the baseline, employing ResNet101 as the backbone network not only reduces the network depth by 21 layers compared to ResNet122, but also decreases the number of line anchors by 4/5. This adjustment achieves a balance between precision and computational complexity, resulting in a 0.7% improvement in accuracy while reducing the false discovery rate (FDR) by 1.23%.
computer science, information systems, theory & methods,engineering, electrical & electronic, software engineering
What problem does this paper attempt to address?