Autonomous driving paper index
Simulating Self Driving Car Using Deep Learning
One-line summary
Self-driving cars became a trending subject with a big improvement in technologies within the last decade.
Engineering notes
Key topics: self-driving car, self-driving. See the paper for implementation details and experimental results.
Chinese explanation / 中文解读
中文解读待补充:本站会优先为端到端自动驾驶、BEV感知、3D目标检测、轨迹预测、路径规划、LiDAR感知等高价值论文补充中文说明。
Original abstract
Self-driving cars became a trending subject with a big improvement in technologies within the last decade. The project aims to coach a neural network to drive associate degree autonomous automobile agent on Udacity’s automobile Simulator's tracks. Udacity has discharged the machine as ASCII text file computer code and enthusiasts have hosted a contest (challenge) to show an automobile the way to drive victimisation solely camera pictures and deep learning. Autonomously driving an automobile needs learning to regulate steering angle, throttle and brakes. The activity biological research technique is employed to mimic human driving behaviour within the coaching model on the track. which means a dataset is generated within the machine by a user-driven automobile in coaching mode, and therefore the deep neural network model then drives the automobile in autonomous mode. 3 architectures area unit compared regarding their performance. Though the models performed well for the track it had been trained with, the important challenge was to generalize this behaviour on a second track out there on the machine. The dataset for Track_1, that was straightforward with favourable road conditions to drive, was used because the coaching set to drive the automobile autonomously on Track_2, consisting of sharp turns, barriers, elevations, and shadows. Image process and completely different augmentation techniques were accustomed tackle this downside, that allowed extracting the maximum amount data and options within the knowledge as doable. Ultimately, the automobile was ready to run on Track_2 generalizing well. The project aims at reaching an equivalent accuracy on period of time knowledge within the future.
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