paper-with-me

홈 › Papers

CLRKDNet: Speeding up Lane Detection with Knowledge Distillation

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

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, yet existing methods often sacrifice one for the other. To address this trade-off, we introduce CLRKDNet, a streamlined model that balances detection accuracy with real-time performance. The state-of-the-art model CLRNet has demonstrated exceptional performance across various datasets, yet its computational overhead is substantial due to its Feature Pyramid Network (FPN) and muti-layer detection head architecture. Our method simplifies both the FPN structure and detection heads, redesigning them to incorporate a novel teacher-student distillation process alongside a newly introduced series of distillation losses. This combination reduces inference time by up to 60% while maintaining detection accuracy comparable to CLRNet. This strategic balance of accuracy and speed makes CLRKDNet a viable solution for real-time lane detection tasks in autonomous driving applications.

📄 PDF Abstract BibTeX arXiv:2405.12503

Code (1)

weiqingq/CLRKDNet 공식 구현 pytorch

Tasks

Autonomous DrivingKnowledge DistillationLane Detection

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
FPN 설명 없음
CLRNet 설명 없음

Similar Papers 제목 키워드 기반

Active Learning for Lane Detection: A Knowledge Distillation Approach

2021-01-01 · ICCV 2021 10 · Fengchao Peng, Chao Wang, Jianzhuang Liu, Zhen Yang

Lane detection is a key task for autonomous driving vehicles. Currently, lane detection relies on a huge amount of annotated images, which is a heavy burden. Active learning has been proposed to reduce annotation in …

2D Object DetectionActive LearningAutonomous DrivingDiversity+4

Learning Lightweight Lane Detection CNNs by Self Attention Distillation

2019-08-02 · ICCV 2019 10 · Yuenan Hou, Zheng Ma, Chunxiao Liu, Chen Change Loy

Training deep models for lane detection is challenging due to the very subtle and sparse supervisory signals inherent in lane annotations. Without learning from much richer context, these models often fail in challenging…

Knowledge DistillationLane DetectionRepresentation Learning

Knowledge distillation for efficient standard scanplane detection of fetal ultrasound

2023-09-01

In clinical practice, ultrasound standard planes (SPs) selection is experience-dependent and it suffers from inter-observer and intra-observer variability. Automatic recognition of SPs can help improve the quality of exa…

Sparse Point Guided 3D Lane Detection

2023-01-01 · ICCV 2023 1 · Chengtang Yao, Lidong Yu, Yuwei Wu, Yunde Jia

3D lane detection usually builds a dense correspondence between the front-view space and the BEV space to estimate lane points in the 3D space. 3D lanes only occupy a small ratio of the dense correspondence, while mo…

3D Lane DetectionLane Detection

A New Training Framework for Deep Neural Network

2021-03-12 · Zhenyan Hou, Wenxuan Fan

Knowledge distillation is the process of transferring the knowledge from a large model to a small model. In this process, the small model learns the generalization ability of the large model and retains the performance c…

Knowledge Distillation