paper-with-me

홈 › Papers

WS-3D-Lane: Weakly Supervised 3D Lane Detection With 2D Lane Labels

2022-09-23 · Jianyong Ai, Wenbo Ding, Jiuhua Zhao, Jiachen Zhong

Compared to 2D lanes, real 3D lane data is difficult to collect accurately. In this paper, we propose a novel method for training 3D lanes with only 2D lane labels, called weakly supervised 3D lane detection WS-3D-Lane. By assumptions of constant lane width and equal height on adjacent lanes, we indirectly supervise 3D lane heights in the training. To overcome the problem of the dynamic change of the camera pitch during data collection, a camera pitch self-calibration method is proposed. In anchor representation, we propose a double-layer anchor with a improved non-maximum suppression (NMS) method, which enables the anchor-based method to predict two lane lines that are close. Experiments are conducted on the base of 3D-LaneNet under two supervision methods. Under weakly supervised setting, our WS-3D-Lane outperforms previous 3D-LaneNet: F-score rises to 92.3% on Apollo 3D synthetic dataset, and F1 rises to 74.5% on ONCE-3DLanes. Meanwhile, WS-3D-Lane in purely supervised setting makes more increments and outperforms state-of-the-art. To the best of our knowledge, WS-3D-Lane is the first try of 3D lane detection under weakly supervised setting.

📄 PDF Abstract BibTeX arXiv:2209.11523

Code (1)

SAIC-Vision/WS-3D-Lane 공식 구현 pytorch

Tasks

3D Lane DetectionLane Detection

Methods 이 논문이 사용한 방법론

BASE 설명 없음
Apollo Please enter a description about the method here

Similar Papers 제목 키워드 기반

Hybrid Transformer-Mamba for Weakly Supervised Volumetric Medical Segmentation

2025-12-11 · Yiheng Lyu, Lian Xu, Coen Arrow, Mohammed Bennamoun 외 arxiv

Weakly supervised segmentation enables model training from plane-level labels. Existing methods often rely on 2D encoders, neglecting the volumetric nature of medical data. We propose TranSamba, a hybrid Transformer-Mamb…

Object Localization

LaneCorrect: Self-supervised Lane Detection

2024-04-23 · Ming Nie, Xinyue Cai, Hang Xu, Li Zhang

Lane detection has evolved highly functional autonomous driving system to understand driving scenes even under complex environments. In this paper, we work towards developing a generalized computer vision system able to …

Autonomous DrivingLane Detection

CARLANE: A Lane Detection Benchmark for Unsupervised Domain Adaptation from Simulation to multiple Real-World Domains

2022-06-16 · Julian Gebele, Bonifaz Stuhr, Johann Haselberger

Unsupervised Domain Adaptation demonstrates great potential to mitigate domain shifts by transferring models from labeled source domains to unlabeled target domains. While Unsupervised Domain Adaptation has been applied …

2D Semantic SegmentationAutonomous DrivingDomain AdaptationLane Detection+4

Unsupervised Domain Adaptive Lane Detection via Contextual Contrast and Aggregation

2024-07-18 · Kunyang Zhou, Yunjian Feng, Jun Li

This paper focuses on two crucial issues in domain-adaptive lane detection, i.e., how to effectively learn discriminative features and transfer knowledge across domains. Existing lane detection methods usually exploit a …

Lane Detection

Semi-supervised lane detection with Deep Hough Transform

2021-06-09 · Yancong Lin, Silvia-Laura Pintea, Jan van Gemert

Current work on lane detection relies on large manually annotated datasets. We reduce the dependency on annotations by leveraging massive cheaply available unlabelled data. We propose a novel loss function exploiting geo…

Lane Detection