Abstract
This work focuses on the design of a deep learning-based autonomous driving system deployed and tested on the real-world MIT Racecar to assess its effectiveness in driving scenarios. The Deep Neural Network (DNN) translates raw image inputs into real-time steering commands in an end-to-end learning fashion, following the imitation learning framework. The key design challenge is to ensure that DNN predictions are accurate and fast enough, at a high sampling frequency, and result in smooth vehicle operation under different operating conditions. In this study, we design and compare various DNNs, to identify the most effective approach for real-time autonomous driving. In designing the DNNs, we adopted an incremental design approach that involved enhancing the model capacity and dataset to address the challenges of real-world driving scenarios. We designed a PD system, CNN, CNN-LSTM, and CNN-NODE, and evaluated their performance on the real-world MIT Racecar. While the PD system handled basic lane following, it struggled with sharp turns and lighting variations. The CNN improved steering but lacked temporal awareness, which the CNN-LSTM addressed as it resulted in smooth driving performance. The CNN-NODE performed similarly to the CNN-LSTM in handling driving dynamics, yet with slightly better driving performance. The findings of this research highlight the importance of iterative design processes in developing robust DNNs for autonomous driving applications.
| Original language | English |
|---|---|
| Title of host publication | ICHORA 2025 - 2025 7th International Congress on Human-Computer Interaction, Optimization and Robotic Applications, Proceedings |
| Publisher | Institute of Electrical and Electronics Engineers Inc. |
| ISBN (Electronic) | 9798331510886 |
| DOIs | |
| Publication status | Published - 2025 |
| Event | 7th International Congress on Human-Computer Interaction, Optimization and Robotic Applications, ICHORA 2025 - Ankara, Turkey Duration: 23 May 2025 → 24 May 2025 |
Publication series
| Name | ICHORA 2025 - 2025 7th International Congress on Human-Computer Interaction, Optimization and Robotic Applications, Proceedings |
|---|
Conference
| Conference | 7th International Congress on Human-Computer Interaction, Optimization and Robotic Applications, ICHORA 2025 |
|---|---|
| Country/Territory | Turkey |
| City | Ankara |
| Period | 23/05/25 → 24/05/25 |
Bibliographical note
Publisher Copyright:© 2025 IEEE.
Keywords
- Autonomous Driving
- Deep Learning
- Imitation Learning
- MIT Racecar
- Real-time