Autonomous driving paper index
Hybrid Lane Detection and Turn Prediction Framework using U-Net-based Lane Marking Visibility and Geometric Curve Analysis
One-line summary
Autonomous driving systems rely heavily on accurate lane detection and turn prediction for safe and reliable navigation.
Engineering notes
Key topics: autonomous driving system, autonomous driving, autonomous vehicle, lane detection, semantic segmentation, perception, prediction. See the paper for implementation details and experimental results.
Chinese explanation / 中文解读
中文解读待补充:本站会优先为端到端自动驾驶、BEV感知、3D目标检测、轨迹预测、路径规划、LiDAR感知等高价值论文补充中文说明。
Original abstract
Autonomous driving systems rely heavily on accurate lane detection and turn prediction for safe and reliable navigation. However, faded, occluded, or inconsistent lane markings present significant challenges, especially under varying road conditions. To address these issues, this paper introduces a hybrid framework that integrates deep learning with classical vision techniques to enhance lane perception and directional understanding. U-Net, a convolutional neural network architecture, is employed to perform semantic segmentation for lane marking visibility, ensuring robust detection even in degraded scenarios. For straight lanes, a region of interest is extracted, and the Hough Transform is applied to identify solid and dashed lanes based on line continuity and slope filtering. Curved lane detection is achieved by generating a bird’s-eye view using homography, followed by binary and HSV thresholding to isolate white and yellow lanes. Polynomial fitting models the lane curvature, and the radius of curvature is computed accordingly. Turn direction is predicted by evaluating the sign of the highest-degree polynomial coefficient. Experimental validation demonstrates that the proposed framework improves both lane boundary detection accuracy and turn prediction reliability. This method provides a balanced trade-off between deep learning precision and classical algorithm efficiency, making it suitable for real-world autonomous vehicle applications.
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