Autonomous driving paper index

Transformer Generates Conditional Convolution Kernels for End-to-End Lane Detection

2024-09-01 · IEEE Sensors Journal

autonomous drivingend-to-endlane detectionperceptioncontrol

One-line summary

First, we design a new Transformer structure to generate lane-by-lane parameter matrices from a global perspective instead of extracting features, efficiently constructing per-lane conditional convolution kernels.

Engineering notes

Extensive experiments on the CULane, TuSimple, and CurveLanes datasets demonstrate that our method outperforms all Transformer-based end-to-end methods, offering a superior tradeoff between accuracy and speed. Our code is available at https://github.com/Zhuanglong2/Condformer.

Chinese explanation / 中文解读

中文解读待补充:本站会优先为端到端自动驾驶、BEV感知、3D目标检测、轨迹预测、路径规划、LiDAR感知等高价值论文补充中文说明。

Original abstract

Environmental perception is crucial in autonomous driving technology, providing essential prior information for vehicle control and decision-making. Lane detection is gaining increasing attention as a critical component of environmental perception tasks. Mainstream frameworks rely on CNN-based architectures that often require preprocessing and postprocessing, complicating the implementation of end-to-end detection. Although Transformer-based structures address this issue from a global perspective, achieving higher accuracy remains challenging. This article proposes a novel Transformer-based end-to-end architecture, CondFormer, that processes each lane line separately, enhancing both accuracy and speed. First, we design a new Transformer structure to generate lane-by-lane parameter matrices from a global perspective instead of extracting features, efficiently constructing per-lane conditional convolution kernels. Second, to fully utilize multiscale information, CondFormer performs conditional convolution on the fused feature data. Then, each lane is further processed to obtain lane detection results using the ROW-wise method. Extensive experiments on the CULane, TuSimple, and CurveLanes datasets demonstrate that our method outperforms all Transformer-based end-to-end methods, offering a superior tradeoff between accuracy and speed. Our code is available at https://github.com/Zhuanglong2/Condformer.

7.0Engineering value
8.0Research novelty
5.0Business relevance

Links and sources

Need this topic turned into a technical roadmap?

Full Self Driving can prepare a custom autonomous driving literature review, code map, dataset map, and B2B technology assessment.

Request B2B research

Comments

No comments yet. Be the first to share your thoughts on this paper.
Login or register to leave a comment