CLRKDNet: Speeding up Lane Detection with Knowledge Distillation
Weiqing Qi, Guoyang Zhao, Fulong Ma, Linwei Zheng, Ming Liu

TL;DR
CLRKDNet is a streamlined lane detection model that employs knowledge distillation to significantly reduce inference time while maintaining high accuracy, making it suitable for real-time autonomous driving applications.
Contribution
The paper introduces CLRKDNet, a novel lane detection model that simplifies architecture and uses knowledge distillation to achieve faster inference without sacrificing accuracy.
Findings
Reduces inference time by up to 60%.
Maintains detection accuracy comparable to state-of-the-art models.
Effective balance of speed and accuracy for real-time applications.
Abstract
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%…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAutonomous Vehicle Technology and Safety · Advanced Neural Network Applications · Traffic Prediction and Management Techniques
MethodsConvolution · 1x1 Convolution · SPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings · Feature Pyramid Network · Convolutional LSTM based Residual Network
