paper-with-me

홈 › Papers

CLRNet: Cross Layer Refinement Network for Lane Detection

2022-03-19 · CVPR 2022 1 · Tu Zheng, Yifei HUANG, Yang Liu, Wenjian Tang, Zheng Yang, Deng Cai, Xiaofei He

Lane is critical in the vision navigation system of the intelligent vehicle. Naturally, lane is a traffic sign with high-level semantics, whereas it owns the specific local pattern which needs detailed low-level features to localize accurately. Using different feature levels is of great importance for accurate lane detection, but it is still under-explored. In this work, we present Cross Layer Refinement Network (CLRNet) aiming at fully utilizing both high-level and low-level features in lane detection. In particular, it first detects lanes with high-level semantic features then performs refinement based on low-level features. In this way, we can exploit more contextual information to detect lanes while leveraging local detailed lane features to improve localization accuracy. We present ROIGather to gather global context, which further enhances the feature representation of lanes. In addition to our novel network design, we introduce Line IoU loss which regresses the lane line as a whole unit to improve the localization accuracy. Experiments demonstrate that the proposed method greatly outperforms the state-of-the-art lane detection approaches.

📄 PDF Abstract BibTeX arXiv:2203.10350

Code (4)

Turoad/clrnet 공식 구현 pytorch
Turoad/lanedet pytorch
zkyntu/UnLanedet pytorch
zkyseu/PPlanedet paddle

Tasks

Lane Detection

Similar Papers 제목 키워드 기반

[Re] CLRNet: Cross Layer Refinement Network for Lane Detection

2023-10-02 · Viswesh N, Kaushal Jadhav, Avi Amalanshu, Bratin Mondal 외

The following work is a reproducibility report for CLRNet: Cross Layer Refinement Network for Lane Detection. The basic code was made available by the author. The paper proposes a novel Cross Layer Refinement Network to …

Lane Detection

CLRmatchNet: Enhancing Curved Lane Detection with Deep Matching Process

2023-09-26 · Sapir Kontente, Roy Orfaig, Ben-Zion Bobrovsky

Lane detection plays a crucial role in autonomous driving by providing vital data to ensure safe navigation. Modern algorithms rely on anchor-based detectors, which are then followed by a label-assignment process to cate…

Autonomous DrivingLane Detection

CLRNetV2: A Faster and Stronger Lane Detector

2025-03-18 · IEEE Transactions on Pattern Analysis and Machine Intelligence 2025 3 · Tu Zheng, Yifei HUANG, Yang Liu, Zheng Yang 외

Lane is critical in the vision navigation system of intelligent vehicles. Naturally, the lane is a traffic sign with high-level semantics, whereas it owns the specific local pattern which needs detailed low-level feature…

Lane Detection

CLRKDNet: Speeding up Lane Detection with Knowledge Distillation

2024-05-21 · Weiqing Qi, Guoyang Zhao, Fulong Ma, Linwei Zheng 외

Road lanes are integral components of the visual perception systems in intelligent vehicles, playing a pivotal role in safe navigation. In lane detection tasks, balancing accuracy with real-time performance is essential,…

Autonomous DrivingKnowledge DistillationLane Detection

Robust Lane Detection with Wavelet-Enhanced Context Modeling and Adaptive Sampling

2025-03-24 · Kunyang Li, Ming Hou

Lane detection is critical for autonomous driving and ad-vanced driver assistance systems (ADAS). While recent methods like CLRNet achieve strong performance, they struggle under adverse con-ditions such as extreme weath…

Autonomous DrivingLane Detection