Back To Projects

Prioritizing Environmental and Behavioral Context in Autonomous Vehicle Hazard Detection

Mia M.

This study evaluates how autonomous vehicles can optimize critical, split-second braking decisions by prioritizing complex environmental and pedestrian behavioral conditions rather than relying solely on fixed distance-based rules. Utilizing a two-stage deep learning framework and an LSTM network on simulated time-series data, the research demonstrates that adaptive safety assessment using motion trends and dynamic Time-to-Collision thresholds significantly enhances hazard prediction accuracy.


This paper examines how autonomous vehicles (AV) can make safe, split-second braking decisions in critical situations. Although AVs promise safer transportation, they remain vulnerable to failures caused by unfavorable weather conditions and unpredictable pedestrian behavior. This project aims to identify which environmental and behavioral attributes autonomous vehicles should prioritize to reduce the risk of severe or fatal mistakes. Using a dataset generated by adapting a simulator from Dixit et al. (2021), this study manipulates conditions including fog, rain, nighttime visibility, and pedestrian speed. A two-stage deep learning framework extracts motion-based features from simulated data and uses a Long Short-Term Memory (LSTM) network to classify time-series as hazardous or non-hazardous using a Time-to-Collision threshold. Results show that environmental and behavioral conditions—rather than distance alone—determine collision risk, and that safety assessment based on dynamic Time-to-Collision and motion trends enables more accurate hazard prediction across example scenarios. These findings highlight the need for AV safety systems to use adaptive, risk-aware braking strategies that respond to changing environmental conditions rather than relying on fixed distance-based rules.

Explore More!

Source Code
Mia M.
Aansh Shah

Related Projects

Using Machine Learning for Calculus

This research aims to develop a machine learning program that verifies the correctness of integral equalities by leveraging a language processing approach, achieving 40-60% accuracy across different classifiers and datasets, unlike traditional mathematical software that only evaluates one-sided equations.
Paul N.
Mentored by Erick Ruiz
Predicting Unplanned Electric Vehicle Breakdowns using Machine Learning on Sensor and Diagnostic Data

This study explores the use of artificial intelligence (AI) for fault prediction in electric vehicles (EVs) to reduce unexpected breakdowns and improve reliability. Using sensor, driving, and diagnostic data from 2020–2024, the research found that tree-based models, particularly Decision Tree and Random Forest, achieved over 90% predictive accuracy, demonstrating AI’s potential to enable proactive maintenance and enhance user confidence in EV technology.
Richa K.
Mentored by Rami Abi-Akl
Self-supervised DINOv2 versus Supervised CNNs for Insurance Claim Cost Predictions

This study investigates whether vehicle insurance claim amounts can be predicted directly from images of damaged cars by comparing CNN models, the self-supervised DINOv2 model, and GPT-5.5 as a vision language model. Results showed that DINOv2 performed best, achieving an R² of 0.12 compared with 0.07 for ResNet152V2 and 0.08 for ResNeXt50, while GPT-5.5 tended to overestimate repair costs, particularly for severe damage.
Rohan V.
Mentored by Ivan Felipe Rodriguez