CLRKDNet: Speeding up Lane Detection with Knowledge Distillation
Weiqing Qi, Guoyang Zhao, Fulong Ma, Linwei Zheng, Ming Liu
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/weiqingq/CLRKDNetOfficialIn paperpytorch★ 20
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% 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.
Tasks
Benchmark Results
| Dataset | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| CULane | CLRKDNet (DLA-34) | F1 score | 80.68 | — | Unverified |
| CULane | CLRKDNet (ResNet-18) | F1 score | 79.66 | — | Unverified |