paper-with-me

홈 › Papers

PriorLane: A Prior Knowledge Enhanced Lane Detection Approach Based on Transformer

2022-09-15 · Qibo Qiu, Haiming Gao, Wei Hua, Gang Huang, Xiaofei He

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. Extensive experiments on our Zjlab dataset show that PriorLane outperforms SOTA lane detection methods by a 2.82% mIoU when prior knowledge is employed, and the code will be released at: https://github.com/vincentqqb/PriorLane.

📄 PDF Abstract BibTeX arXiv:2209.06994

Code (1)

vincentqqb/priorlane 공식 구현 pytorch

Tasks

Lane Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Map-Enhanced Ego-Lane Detection in the Missing Feature Scenarios

2020-04-02 · Xiaoliang Wang, Yeqiang Qian, Chunxiang Wang, Ming Yang

As one of the most important tasks in autonomous driving systems, ego-lane detection has been extensively studied and has achieved impressive results in many scenarios. However, ego-lane detection in the missing feature …

Autonomous DrivingLane Detection

LaneCPP: Continuous 3D Lane Detection using Physical Priors

2024-06-12 · CVPR 2024 1 · Maximilian Pittner, Joel Janai, Alexandru P. Condurache

Monocular 3D lane detection has become a fundamental problem in the context of autonomous driving, which comprises the tasks of finding the road surface and locating lane markings. One major challenge lies in a flexible …

3D Lane DetectionAutonomous DrivingLane Detection

PVALane: Prior-Guided 3D Lane Detection with View-Agnostic Feature Alignment

2024-03-24 · Proceedings of the AAAI Conference on Artificial Intelligence 2024 3 · Zewen Zheng, Xuemin Zhang, Yongqiang Mou, Xiang Gao 외

Monocular 3D lane detection is essential for a reliable autonomous driving system and has recently been rapidly developing. Existing popular methods mainly employ a predefined 3D anchor for lane detection based on front-…

3D Lane DetectionAutonomous DrivingLane Detection

ImagineMap: Enhanced HD Map Construction with SD Maps

2024-12-22 · Yishen Ji, Zhiqi Li, Tong Lu

Track Mapless demands models to process multi-view images and Standard-Definition (SD) maps, outputting lane and traffic element perceptions along with their topological relationships. We propose a novel architecture tha…

Ground Plane Matters: Picking Up Ground Plane Prior in Monocular 3D Object Detection

2022-11-03 · Fan Yang, Xinhao Xu, Hui Chen, Yuchen Guo 외

The ground plane prior is a very informative geometry clue in monocular 3D object detection (M3OD). However, it has been neglected by most mainstream methods. In this paper, we identify two key factors that limit the app…

3D Object DetectionMonocular 3D Object Detectionobject-detectionObject Detection