End to End Lane detection with One-to-Several Transformer

05/01/2023
by   Kunyang Zhou, et al.
0

Although lane detection methods have shown impressive performance in real-world scenarios, most of methods require post-processing which is not robust enough. Therefore, end-to-end detectors like DEtection TRansformer(DETR) have been introduced in lane detection. However, one-to-one label assignment in DETR can degrade the training efficiency due to label semantic conflicts. Besides, positional query in DETR is unable to provide explicit positional prior, making it difficult to be optimized. In this paper, we present the One-to-Several Transformer(O2SFormer). We first propose the one-to-several label assignment, which combines one-to-one and one-to-many label assignments to improve the training efficiency while keeping end-to-end detection. To overcome the difficulty in optimizing one-to-one assignment. We further propose the layer-wise soft label which adjusts the positive weight of positive lane anchors across different decoder layers. Finally, we design the dynamic anchor-based positional query to explore positional prior by incorporating lane anchors into positional query. Experimental results show that O2SFormer significantly speeds up the convergence of DETR and outperforms Transformer-based and CNN-based detectors on the CULane dataset. Code will be available at https://github.com/zkyseu/O2SFormer.

READ FULL TEXT

page 1

page 9

page 14

research
12/07/2020

End-to-End Object Detection with Fully Convolutional Network

Mainstream object detectors based on the fully convolutional network has...
research
12/12/2022

NMS Strikes Back

Detection Transformer (DETR) directly transforms queries to unique objec...
research
11/09/2020

End-to-end Lane Shape Prediction with Transformers

Lane detection, the process of identifying lane markings as approximated...
research
11/25/2022

DATE: Dual Assignment for End-to-End Fully Convolutional Object Detection

Fully convolutional detectors discard the one-to-many assignment and ado...
research
02/01/2019

End-to-end Lane Detection through Differentiable Least-Squares Fitting

Lane detection is typically tackled with a two-step pipeline in which a ...
research
06/22/2022

SpA-Former: Transformer image shadow detection and removal via spatial attention

In this paper, we propose an end-to-end SpA-Former to recover a shadow-f...
research
10/22/2020

Keep your Eyes on the Lane: Attention-guided Lane Detection

Modern lane detection methods have achieved remarkable performances in c...

Please sign up or login with your details

Forgot password? Click here to reset