PriorLane: A Prior Knowledge Enhanced Lane Detection Approach Based on Transformer
Qibo Qiu, Haiming Gao, Wei Hua, Gang Huang, Xiaofei He

TL;DR
PriorLane introduces a transformer-based lane detection framework that leverages low-cost local prior knowledge and a knowledge embedding alignment module to significantly improve segmentation accuracy in autonomous driving.
Contribution
The paper presents a novel framework called PriorLane that enhances vision transformer-based lane detection with prior knowledge fusion and a knowledge embedding alignment module.
Findings
PriorLane achieves 2.82% higher mIoU with prior knowledge on Zjlab dataset.
State-of-the-art performance on CULane and TuSimple benchmarks.
Transformer-only approach benefits from pre-trained large datasets.
Abstract
Lane detection is one of the fundamental modules in self-driving. In this paper we employ a transformer-only method for lane detection, thus it could benefit from the blooming development of fully vision transformer and achieve the state-of-the-art (SOTA) performance on both CULane and TuSimple benchmarks, by fine-tuning the weight fully pre-trained on large datasets. More importantly, this paper proposes a novel and general framework called PriorLane, which is used to enhance the segmentation performance of the fully vision transformer by introducing the low-cost local prior knowledge. Specifically, PriorLane utilizes an encoder-only transformer to fuse the feature extracted by a pre-trained segmentation model with prior knowledge embeddings. Note that a Knowledge Embedding Alignment (KEA) module is adapted to enhance the fusion performance by aligning the knowledge embedding.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAutonomous Vehicle Technology and Safety · Advanced Neural Network Applications · Adversarial Robustness in Machine Learning
MethodsAttention Is All You Need · Linear Layer · Softmax · Layer Normalization · Multi-Head Attention · Dense Connections · Residual Connection · Vision Transformer
