ROCVMay 10, 2024

Autonomous Driving with a Deep Dual-Model Solution for Steering and Braking Control

arXiv:2405.06473v11 citationsh-index: 262024 9th International Conference on Smart and Sustainable Technologies (SpliTech)
Originality Synthesis-oriented
AI Analysis

This work addresses autonomous driving for vehicles, but it is incremental as it adapts existing models for resource-constrained devices without major breakthroughs.

The paper tackles autonomous driving control by proposing a dual-model solution using deep neural networks for steering and braking, with a modified PilotNet model that reduces parameters by 60% while maintaining similar performance in simulations.

The technology of autonomous driving is currently attracting a great deal of interest in both research and industry. In this paper, we present a deep learning dual-model solution that uses two deep neural networks for combined braking and steering in autonomous vehicles. Steering control is achieved by applying the NVIDIA's PilotNet model to predict the steering wheel angle, while braking control relies on the use of MobileNet SSD. Both models rely on a single front-facing camera for image input. The MobileNet SSD model is suitable for devices with constrained resources, whereas PilotNet struggles to operate efficiently on smaller devices with limited resources. To make it suitable for such devices, we modified the PilotNet model using our own original network design and reduced the number of model parameters and its memory footprint by approximately 60%. The inference latency has also been reduced, making the model more suitable to operate on resource-constrained devices. The modified PilotNet model achieves similar loss and accuracy compared to the original PilotNet model. When evaluated in a simulated environment, both autonomous driving systems, one using the modified PilotNet model and the other using the original PilotNet model for steering, show similar levels of autonomous driving performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes