paper-with-me

홈 › 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, Zhujin Liang, Yi Shan, Dalong Du, Xingang Wang

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 leverage the geometric structure of lanes in both lane geometry representations and model design. In lane geometry representations, we present a theoretical analysis alongside experimental validation to verify that current sparse lane representation methods contain inherent flaws, resulting in potential errors of up to 20 m, which raise significant safety concerns for driving. To address this issue, we propose a novel patching strategy to completely represent the full lane structure. To enable existing models to match this strategy, we introduce the EndPoint head (EP-head), which adds a patching distance to endpoints. The EP-head enables the model to predict more complete lane representations even with fewer preset points, effectively addressing existing limitations and paving the way for models that are faster and require fewer parameters in the future. In model design, to enhance the model's perception of lane structures, we propose the PointLane attention (PL-attention), which incorporates prior geometric knowledge into the attention mechanism. Extensive experiments demonstrate the effectiveness of the proposed methods on various state-of-the-art models. For instance, in terms of the overall F1-score, our methods improve Persformer by 4.4 points, Anchor3DLane by 3.2 points, and LATR by 2.8 points. The code will be available soon.

📄 PDF Abstract BibTeX arXiv:2503.06237

Code (0)

등록된 구현이 없습니다.

Tasks

3D Lane DetectionAutonomous DrivingLane Detection

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
Patching Activation patching studies the model's computation by altering its latent representations, the token embeddings in transformer-based language models, during the inference process

Similar Papers 제목 키워드 기반

Monocular 3D Lane Detection via Structure Uncertainty-Aware Network with Curve-Point Queries

2025-11-17 · Ruixin Liu, Zejian Yuan arxiv

Monocular 3D lane detection is challenged by aleatoric uncertainty arising from inherent observation noise. Existing methods rely on simplified geometric assumptions, such as independent point predictions or global plana…

3D Lane Detection

Monocular Object and Plane SLAM in Structured Environments

2018-09-10 · Shichao Yang, Sebastian Scherer

In this paper, we present a monocular Simultaneous Localization and Mapping (SLAM) algorithm using high-level object and plane landmarks. The built map is denser, more compact and semantic meaningful compared to feature …

Camera LocalizationObjectSimultaneous Localization and Mapping

VP-SLAM: A Monocular Real-time Visual SLAM with Points, Lines and Vanishing Points

2022-10-23 · Andreas Georgis, Panagiotis Mermigkas, Petros Maragos

Traditional monocular Visual Simultaneous Localization and Mapping (vSLAM) systems can be divided into three categories: those that use features, those that rely on the image itself, and hybrid models. In the case of fea…

Simultaneous Localization and MappingTranslation

Ground Plane Polling for 6DoF Pose Estimation of Objects on the Road

2018-11-16 · Akshay Rangesh, Mohan M. Trivedi

This paper introduces an approach to produce accurate 3D detection boxes for objects on the ground using single monocular images. We do so by merging 2D visual cues, 3D object dimensions, and ground plane constraints to …

ObjectPose Estimation

RidgeSfM: Structure from Motion via Robust Pairwise Matching Under Depth Uncertainty

2020-11-20 · Benjamin Graham, David Novotny

We consider the problem of simultaneously estimating a dense depth map and camera pose for a large set of images of an indoor scene. While classical SfM pipelines rely on a two-step approach where cameras are first estim…