Research
I am currently a researcher at Dr. Wissam Kontar’s lab at the University of Nebraska-Lincoln, focusing on automated vehicle (AV) behavior analysis based on empirical and simulation data to improve safety and efficiency in mixed traffic environments.
Key Topics:
- Empirical Analysis of AV Interaction and Behavior in Urban Mixed Traffic
- Designing Consensus-Aware Automated Vehicles under Competing Objectives
- AV Behavior Trade-offs in Varying Traffic Contexts
- Big Data and Smart Data for Traffic Safety Analysis
- Machine Learning in Demand Forecasting and Safety Analysis
- Activity Sequencing and Dynamic Time Warping (DTW)
Understanding Trade-offs in AV Behavior
In our recent study, “Consensus-Aware AV Behavior: Trade-offs Between Safety, Interaction, and Performance in Mixed Urban Traffic,” we analyzed high-resolution trajectory data from the TGSIM dataset to explore how automated vehicles behave at signalized urban intersections, particularly around pedestrians and other vulnerable road users.
We proposed a new evaluation framework that considers three interdependent performance dimensions: safety, interaction quality, and traffic performance. Through empirical analysis, we found that AVs often prioritize safety but fall short in interaction clarity and traffic flow efficiency. Notably, only 1.63% of AV–pedestrian interaction frames achieved full consensus across all three dimensions.
This work underscores the importance of explicitly modeling consensus trade-offs when designing AV behavior policies. We are now advancing to the next phase: developing a consensus-aware behavioral framework to help AVs balance these dimensions in real-world deployment.
📄 Read the Paper on arXiv
📂 See the Analysis Code on GitHub
Modeling Crash Count and Severity Using Street-Level Imagery
This study leverages Mapillary Open Street-View (OSV) detections and StreetLight-calibrated traffic data to enhance pedestrian crash modeling in Lincoln, NE. By integrating these smart data sources, the work demonstrated how detailed real-world variables—mapped at the level of uniform grid squares—improve crash count and severity prediction using both generalized linear models and machine learning approaches.
Results of the Severity RF Classifier Model with Balanced Weights
Class | Precision | Recall | F1-score | Support |
---|---|---|---|---|
1 (Property damage only) | 0.40 | 1.00 | 0.57 | 12 |
2 (Possible injury) | 0.86 | 0.74 | 0.80 | 262 |
3 (Visible injury) | 0.82 | 0.81 | 0.82 | 264 |
4 (Serious injury) | 0.73 | 0.85 | 0.79 | 110 |
5 (Fatal) | 0.88 | 1.00 | 0.94 | 15 |
Overall Accuracy | 0.80 | 663 |
📄 Preprint Available on ResearchGate
Calibrating Traffic with LBS Data and Smart Data
In collaboration with NDOT, we developed Random Forest models to calibrate StreetLight location-based services (LBS) data into actual pedestrian, bicycle, and vehicle volumes using traditional count data, EPA Smart Location Database metrics, and roadway attributes. Our models achieved exceptionally high predictive accuracy across all modes. Feature importance and SHAP analysis confirmed that while StreetLight indicators were strong predictors, contextual variables like lane count, land use density, and socioeconomic attributes significantly improved predictions for pedestrian and bicycle modes. These findings highlight the power of integrating commercial mobility data with public datasets for scalable, mode-specific traffic estimation, especially in data-sparse environments.
Beeswarm SHAPley Plot for the Bicycle Volume Model
📂 See the Calibration Code on GitHub
📄 Full Text Available on ResearchGate
More Research
- Modeling Pedestrian and Bicyclist Crash Exposure using Location-Based Service Data
- Modeling Driver’s Gap Acceptance Behavior Using Empirical Data