Pedestrian Behavior Modeling for Autonomous Vehicles
Explainable hybrid automaton models that predict long-horizon pedestrian crossing behavior, feeding probabilistic forecasts into AV motion planners for safe urban navigation.
Pedestrian behavior prediction is one of the hardest open problems in AV perception — pedestrians are multimodal (they can cross or not cross), their intent is latent, and predictions must be accurate over 5–10 second horizons to be useful for planning. This work develops the Multimodal Hybrid Pedestrian (MHP) model: an explainable, probabilistic behavior model based on hybrid automaton theory that predicts long-horizon pedestrian actions and trajectories at unsignalized crosswalks, with direct integration into AV motion planning.
Model Structure
The MHP model is a hybrid automaton with four discrete behavioral modes:
- Approaching — pedestrian walking toward the crosswalk
- Waiting — pedestrian paused at the curb, evaluating a crossing gap
- Crossing — pedestrian actively traversing the road
- Walking away — pedestrian departing without crossing
Transition guards encode the pedestrian’s decision-making logic: the model separately represents intent to cross and execution of crossing, unlike prior work that assumed all pedestrians at a crosswalk would eventually cross. This separation produces significantly less conservative predictions for pedestrians who ultimately walk away.
Within each discrete mode, continuous motion evolves according to mode-specific dynamics (linear motion models with learned parameters). The model outputs a probability distribution over future mode sequences and associated continuous trajectories, represented as a set of forward reachable prediction envelopes.
Validation
The MHP model was validated against two baselines — a constant velocity model and a baseline hybrid automaton that does not separately model crossing intent — on two datasets:
- Real-world data: pedestrian trajectories collected on Michigan streets involving interactions with both human-driven and automated vehicles
- Virtual reality data: pedestrian behavior captured using an omnidirectional treadmill and VR headset in a simulated urban environment with AV interactions
Across both datasets, the MHP model’s probabilistic predictions more frequently contained the ground truth trajectory compared to both baselines, particularly in scenarios where pedestrians wait and then cross — the mode transition the constant velocity model cannot represent (Jayaraman et al., 2021) (Jayaraman et al., 2020).
Prediction envelopes at time tp. e1p is the constant velocity prediction. e2p and e3p are the MHP predictions for waiting and crossing, respectively. The pedestrian turns to cross (solid orange), which the constant velocity model misses but the MHP model captures via e3p.
Integration with AV Motion Planning
The probabilistic predictions from the MHP model feed directly into a Behavior-aware Model Predictive Controller (B-MPC) for AV motion planning. The B-MPC uses the predicted pedestrian mode probabilities and trajectory envelopes as constraints and costs, enabling the AV to plan paths that are safe across the distribution of possible pedestrian futures — not just the most likely one. This produces less conservative AV behavior compared to worst-case planning while maintaining safety guarantees (Jayaraman et al., 2020) (Jayaraman et al., 2021).
The model is applicable across urban scenarios: midblock crosswalks, signalized and unsignalized intersections, one-way and two-way streets.
Transferable Engineering
This work is directly applicable to any AV stack requiring long-horizon pedestrian prediction: the MHP model is a plug-in probabilistic predictor that outputs trajectory distributions compatible with standard MPC and sampling-based planners.
References
2021
- Multimodal hybrid pedestrian: A hybrid automaton model of urban pedestrian behavior for automated driving applicationsIeee Access, 2021
- Automated Vehicle Behavior Design for Pedestrian Interactions at Unsignalized CrosswalksIn International Symposium on Transportation Data and Modelling, 2021
2020
- Analysis and prediction of pedestrian crosswalk behavior during automated vehicle interactionsIn 2020 IEEE International Conference on robotics and automation (ICRA), 2020
- Efficient Behavior-aware Control of Automated Vehicles at Crosswalks using Minimal Information Pedestrian Prediction ModelIn American Control Conference, 2020