paper-with-me

홈 › Papers

PersFormer: 3D Lane Detection via Perspective Transformer and the OpenLane Benchmark

2022-03-21 · Li Chen, Chonghao Sima, Yang Li, Zehan Zheng, Jiajie Xu, Xiangwei Geng, Hongyang Li, Conghui He, Jianping Shi, Yu Qiao, Junchi Yan

Methods for 3D lane detection have been recently proposed to address the issue of inaccurate lane layouts in many autonomous driving scenarios (uphill/downhill, bump, etc.). Previous work struggled in complex cases due to their simple designs of the spatial transformation between front view and bird's eye view (BEV) and the lack of a realistic dataset. Towards these issues, we present PersFormer: an end-to-end monocular 3D lane detector with a novel Transformer-based spatial feature transformation module. Our model generates BEV features by attending to related front-view local regions with camera parameters as a reference. PersFormer adopts a unified 2D/3D anchor design and an auxiliary task to detect 2D/3D lanes simultaneously, enhancing the feature consistency and sharing the benefits of multi-task learning. Moreover, we release one of the first large-scale real-world 3D lane datasets: OpenLane, with high-quality annotation and scenario diversity. OpenLane contains 200,000 frames, over 880,000 instance-level lanes, 14 lane categories, along with scene tags and the closed-in-path object annotations to encourage the development of lane detection and more industrial-related autonomous driving methods. We show that PersFormer significantly outperforms competitive baselines in the 3D lane detection task on our new OpenLane dataset as well as Apollo 3D Lane Synthetic dataset, and is also on par with state-of-the-art algorithms in the 2D task on OpenLane. The project page is available at https://github.com/OpenPerceptionX/PersFormer_3DLane and OpenLane dataset is provided at https://github.com/OpenPerceptionX/OpenLane.

📄 PDF Abstract BibTeX arXiv:2203.11089

Code (2)

OpenDriveLab/PersFormer_3DLane 공식 구현 pytorch
OpenDriveLab/OpenLane

Tasks

3D Lane DetectionAutonomous DrivingLane DetectionMulti-Task Learning

Methods 이 논문이 사용한 방법론

Apollo Please enter a description about the method here

Similar Papers 제목 키워드 기반

GroupLane: End-to-End 3D Lane Detection with Channel-wise Grouping

2023-07-18 · Zhuoling Li, Chunrui Han, Zheng Ge, Jinrong Yang 외

Efficiency is quite important for 3D lane detection due to practical deployment demand. In this work, we propose a simple, fast, and end-to-end detector that still maintains high detection precision. Specifically, we dev…

3D Lane DetectionLane Detection

Enhancing 3D Lane Detection and Topology Reasoning with 2D Lane Priors

2024-06-05 · Han Li, Zehao Huang, Zitian Wang, Wenge Rong 외

3D lane detection and topology reasoning are essential tasks in autonomous driving scenarios, requiring not only detecting the accurate 3D coordinates on lane lines, but also reasoning the relationship between lanes and …

3D Lane DetectionAutonomous DrivingLane Detection

TopoMask: Instance-Mask-Based Formulation for the Road Topology Problem via Transformer-Based Architecture

2023-06-08 · M. Esat Kalfaoglu, Halil Ibrahim Ozturk, Ozsel Kilinc, Alptekin Temizel

Driving scene understanding task involves detecting static elements such as lanes, traffic signs, and traffic lights, and their relationships with each other. To facilitate the development of comprehensive scene understa…

3D Lane DetectionGraph Neural NetworkLane DetectionScene Understanding

OpenLane-V2: A Topology Reasoning Benchmark for Unified 3D HD Mapping

2023-04-20 · NeurIPS 2023 11 · Huijie Wang, Tianyu Li, Yang Li, Li Chen 외

Accurately depicting the complex traffic scene is a vital component for autonomous vehicles to execute correct judgments. However, existing benchmarks tend to oversimplify the scene by solely focusing on lane perception …

3D Lane DetectionAutonomous VehiclesLane Detection

The 1st-place Solution for CVPR 2023 OpenLane Topology in Autonomous Driving Challenge

2023-06-16 · Dongming Wu, Fan Jia, Jiahao Chang, Zhuoling Li 외

We present the 1st-place solution of OpenLane Topology in Autonomous Driving Challenge. Considering that topology reasoning is based on centerline detection and traffic element detection, we develop a multi-stage framewo…

Autonomous Driving