菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-10
📄 Abstract - Multi-model approach for autonomous driving: A comprehensive study on traffic sign-, vehicle- and lane detection and behavioral cloning

Deep learning and computer vision techniques have become increasingly important in the development of self-driving cars. These techniques play a crucial role in enabling self-driving cars to perceive and understand their surroundings, allowing them to safely navigate and make decisions in real-time. Using Neural Networks self-driving cars can accurately identify and classify objects such as pedestrians, other vehicles, and traffic signals. Using deep learning and analyzing data from sensors such as cameras and radar, self-driving cars can predict the likely movement of other objects and plan their own actions accordingly. In this study, a novel approach to enhance the performance of selfdriving cars by using pre-trained and custom-made neural networks for key tasks, including traffic sign classification, vehicle detection, lane detection, and behavioral cloning is provided. The methodology integrates several innovative techniques, such as geometric and color transformations for data augmentation, image normalization, and transfer learning for feature extraction. These techniques are applied to diverse datasets,including the German Traffic Sign Recognition Benchmark (GTSRB), road and lane segmentation datasets, vehicle detection datasets, and data collected using the Udacity selfdriving car simulator to evaluate the model efficacy. The primary objective of the work is to review the state-of-the-art in deep learning and computer vision for self-driving cars. The findings of the work are effective in solving various challenges related to self-driving cars like traffic sign classification, lane prediction, vehicle detection, and behavioral cloning, and provide valuable insights into improving the robustness and reliability of autonomous systems, paving the way for future research and deployment of safer and more efficient self-driving technologies.

顶级标签: computer vision robotics model training
详细标签: autonomous driving object detection lane detection behavioral cloning transfer learning 或 搜索:

自动驾驶的多模型方法:关于交通标志、车辆与车道检测及行为克隆的综合研究 / Multi-model approach for autonomous driving: A comprehensive study on traffic sign-, vehicle- and lane detection and behavioral cloning


1️⃣ 一句话总结

这篇论文提出了一种结合预训练和定制神经网络的创新方法,通过数据增强和迁移学习等技术,有效提升了自动驾驶汽车在交通标志识别、车辆检测、车道预测和行为克隆等关键任务上的性能,为开发更安全可靠的自动驾驶系统提供了重要见解。

源自 arXiv: 2603.09255