paper-with-me

홈 › Papers

LATR: 3D Lane Detection from Monocular Images with Transformer

2023-08-08 · ICCV 2023 1 · Yueru Luo, Chaoda Zheng, Xu Yan, Tang Kun, Chao Zheng, Shuguang Cui, Zhen Li

3D lane detection from monocular images is a fundamental yet challenging task in autonomous driving. Recent advances primarily rely on structural 3D surrogates (e.g., bird's eye view) built from front-view image features and camera parameters. However, the depth ambiguity in monocular images inevitably causes misalignment between the constructed surrogate feature map and the original image, posing a great challenge for accurate lane detection. To address the above issue, we present a novel LATR model, an end-to-end 3D lane detector that uses 3D-aware front-view features without transformed view representation. Specifically, LATR detects 3D lanes via cross-attention based on query and key-value pairs, constructed using our lane-aware query generator and dynamic 3D ground positional embedding. On the one hand, each query is generated based on 2D lane-aware features and adopts a hybrid embedding to enhance lane information. On the other hand, 3D space information is injected as positional embedding from an iteratively-updated 3D ground plane. LATR outperforms previous state-of-the-art methods on both synthetic Apollo, realistic OpenLane and ONCE-3DLanes by large margins (e.g., 11.4 gain in terms of F1 score on OpenLane). Code will be released at https://github.com/JMoonr/LATR .

📄 PDF Abstract BibTeX arXiv:2308.04583

Code (1)

jmoonr/latr 공식 구현 pytorch

Tasks

3D Lane DetectionAutonomous DrivingLane Detection

Methods 이 논문이 사용한 방법론

Apollo Please enter a description about the method here

Similar Papers 제목 키워드 기반

Rethinking Lanes and Points in Complex Scenarios for Monocular 3D Lane Detection

2025-03-08 · CVPR 2025 1 · Yifan Chang, JunJie Huang, XiaoFeng Wang, Yun Ye 외

Monocular 3D lane detection is a fundamental task in autonomous driving. Although sparse-point methods lower computational load and maintain high accuracy in complex lane geometries, current methods fail to fully leverag…

3D Lane DetectionAutonomous DrivingLane Detection

LaTr: Layout-Aware Transformer for Scene-Text VQA

2021-12-23 · CVPR 2022 1 · Ali Furkan Biten, Ron Litman, Yusheng Xie, Srikar Appalaraju 외

We propose a novel multimodal architecture for Scene Text Visual Question Answering (STVQA), named Layout-Aware Transformer (LaTr). The task of STVQA requires models to reason over different modalities. Thus, we first in…

Optical Character Recognition (OCR)Question AnsweringTextVQAVisual Question Answering+1

UniPlane: Unified Plane Detection and Reconstruction from Posed Monocular Videos

2024-07-04 · Yuzhong Huang, Chen Liu, Ji Hou, Ke Huo 외

We present UniPlane, a novel method that unifies plane detection and reconstruction from posed monocular videos. Unlike existing methods that detect planes from local observations and associate them across the video for …

MonoGround: Detecting Monocular 3D Objects from the Ground

2022-06-15 · CVPR 2022 1 · Zequn Qin, Xi Li

Monocular 3D object detection has attracted great attention for its advantages in simplicity and cost. Due to the ill-posed 2D to 3D mapping essence from the monocular imaging process, monocular 3D object detection suffe…

3D Object DetectionDepth EstimationMonocular 3D Object DetectionObject+2

HeightLane: BEV Heightmap guided 3D Lane Detection

2024-08-15 · Chaesong Park, Eunbin Seo, Jongwoo Lim

Accurate 3D lane detection from monocular images presents significant challenges due to depth ambiguity and imperfect ground modeling. Previous attempts to model the ground have often used a planar ground assumption with…

3D Lane DetectionLane Detection