Back To Projects

Understanding Object Detection’s Role in Decision-Making for Self-Driving Vehicles

Shishir B.

This research focuses on computer vision for self-driving vehicles by evaluating various AI models for object detection, finding that VGG16 outperformed others with precision of 0.7209 and recall of 0.7298, highlighting the importance of model selection and optimization in ensuring safe navigation in autonomous driving systems.


Our research aimed to understand computer vision in self-driving vehicles through object detection. We evaluated different AI models to determine the best performer for this task. Self-driving cars, led by companies like Tesla, rely heavily on advanced software, and understanding these systems is crucial before their widespread adoption. We applied machine learning models to detect vehicles in highway surveillance footage, comparing their precision and recall. Among the models tested, VGG16 outperformed others, achieving a precision of 0.7209 and a recall of 0.7298. Object detection in self-driving cars identifies vehicles and other road objects, ensuring safe navigation. Achieving high precision and recall requires large datasets with tens of thousands of images and thorough hyperparameter tuning. Choosing the right model is critical; in our case, VGG16 proved the most effective. These findings underscore the importance of robust model selection and optimization in advanced self-driving technology.

Explore More!

Shishir B.
Hassan Azmat

Related Projects

Using Machine Learning Models to Analyze the Aerodynamic Properties of Airfoils

This research posits that leveraging artificial intelligence could significantly reduce financial and computational costs while identifying optimal airfoil geometries.
Aaron W.
Mentored by Ronil Synghal
Fast and Accurate Gamma-Ray/Hadronic Particle Shower Classification Using Machine Learning

This research applies dimensionality reduction techniques, such as Pearson Correlation and Principal Component Analysis, to machine learning models like Random Forests and Support Vector Classifiers to simplify the prediction of atmospheric gamma-ray particle showers, achieving a modest accuracy increase while reducing the number of features used.
Leonardo V.
Mentored by Pablo Bonilla
Predicting the Performance of Code using Machine Learning

The goal of this research paper is to see the potential of machine learning to predict the performance of a given program.
Zachary R.
Mentored by Zachary Gittelman