Abstract
This study examined real-world driver-pedestrian encounters to identify key interaction features and assess how the importance of these features is mediated by protection afforded by the environment. Using inverse reinforcement learning, we estimated the utility functions to evaluate the relative importance of different aspects of the interaction for each road user and how they differ between undesignated (e.g., jaywalking) and designated (e.g., zebra crossings) crossings. Pedestrian pausing behavior and dynamic features like acceleration changes and time gaps were important at designated crossings, whereas undesignated crossings relied on distances and bidirectional gaze, highlighting reliance on non-verbal cues. This work builds on previous studies analyzing the role of environmental features on interaction, communication, and negotiation between drivers and pedestrians. Understanding driver-pedestrian communication and identifying the most important interaction features may enhance the design of effective and coordinated driver-pedestrian interaction strategies, especially in the context of automated driving systems.
Introduction
Road users communicate using various channels, including both implicit and explicit cues (Domeyer et al., 2019). However, prior work suggests that the vast majority of the communication between road users is in fact implicit (Lee et al., 2021). Studies have found differences in these implicit cues given the roadway context between designated (e.g., stop signs and zebra crossings) and undesignated crossing environments (e.g., jaywalking). Designated crossings were associated with greater and more prolonged mutual kinematic information exchange between drivers and pedestrians compared to undesignated crossing environments (Noonan et al., 2023). Undesignated crossings have been associated with greater interdependence between driver kinematics (e.g., variation in speed) and pedestrian wait times as well as pedestrian kinematics and driver wait times. (Domeyer et al., 2020; Noonan et al., 2022). In a recent study, Pipkorn et al. (2025) also found differences in communication patterns across different environments, showing that undesignated and designated crossings had a greater prevalence of bidirectional gaze behavior (i.e., instances in which the driver and pedestrian look at one another) compared to protected crossings. An outstanding question is: What are the key features (e.g., kinematics, temporal features, and bidirectional gazing) of these driver-pedestrian interactions, and how does their relative importance vary between drivers and pedestrians across different types of crossings?
As vehicles with advanced automation capabilities and more contextually aware systems are introduced, the ability to interpret and respond to subtle human signals may help to improve driver-pedestrian coordination and enhance capabilities for proactive decisions. Understanding how drivers and pedestrians coordinate and communicate non-verbally within a specific roadway context may support the development of intuitive and reliable communication.
The current study uses inverse reinforcement learning (IRL) as a framework to identify the key features underlying driver and pedestrian preferences and priorities that guide their behavior without requiring those preferences to be explicitly stated. By learning from observed actions in real-world traffic, IRL makes it possible to deduce the implicit decision-making features that drivers and pedestrians may use during their interaction.
The goal of this study is to estimate, through observation of real-world road user behavior, the features of driver-pedestrian interactions that may be preferred given the context of the interaction vis-à-vis the level of protection afforded by the infrastructure. One way of quantifying the importance of a particular action or behavior for a driver-pedestrian interaction is through utility (von Neumann et al., 1944). IRL was used to estimate the importance (i.e., contribution to the utility) of different features (i.e., behaviors or actions) to either the driver or pedestrian behaviors, dependent upon the type of crossing. These estimated utilities were then compared between crossing types and interaction partners to understand how they differ across categories.
Methods
We used inverse reinforcement learning (IRL) (Ng & Russel, 2000; Russel, 1998) to quantify utilities using naturalistic driving data as a foundation. The key idea of IRL is that, given observed behaviors in a variety of circumstances, it is possible to estimate the reward function that is being optimized by those behaviors. The power of this approach is that it can provide this reward function without inferring the policy (i.e., the mapping of behavior to reward) and is well-suited for complex and dynamic environments. Specifically, maximum entropy IRL is a way of estimating a reward function as a linear weighting of single values associated with features and correlated to their visitation frequency (Ziebart et al., 2008). The general approach of this study is to take expert trajectories observed from naturalistic encounters between drivers and pedestrians in two different environments: designated and undesignated encounters, and then infer a reward function using maximum entropy IRL. Then, a post-hoc statistical analysis was performed based on the IRL output.
Data Collection
Data were drawn from the ongoing MIT-AVT naturalistic driving data collection effort (Fridman et al., 2019). Vehicle-pedestrian interactions (i.e., road crossing) were initially detected using computer vision and then verified by trained behavioral coders. In total, 216 epochs were identified: 145 designated crossings and 71 undesignated crossings. Vehicle kinematic and video data were collected using an in-vehicle recording system. The kinematic state of the pedestrian (walking, standing, or pausing) and the gaze direction of the driver and pedestrian were manually annotated (see Noonan et al., 2022).
Feature Engineering
To capture the relevant factors influencing driver and pedestrian behavior, a number of features were engineered. Each feature is a mapping from the multidimensional state-space to a single real-valued number, ensuring the reward function associated with these features is correlated to their visitation frequency (Ziebart et al., 2008). The features specific to the driver were:
Velocity - representing the relative progress of the driver
Acceleration change - identified using at most one change (AMOC) change point detection (Chen & Gupta, 2012)
Walking, pausing, and standing - the proportion of the interaction the pedestrian spends walking, moving but not walking at a full pace (i.e., pausing), and not moving (i.e., standing)
Time gap - the transformed time-to-intersection (TTI) to normalize values between 0 and 1
Path distance 0 - the squared sum of driver and pedestrian physical distance to the intersection point. The “distance” is on the time headway scale for pedestrians and is physical distance for vehicles, as vehicles have a much higher deviation in velocity compared to pedestrians.
Bidirectional glance, which is the proportion of time drivers and pedestrians spent looking in each other’s direction.
All features were normalized to values between 0 and 1.
Sample-Based Maximum Entropy IRL
The relative weights of these features were estimated using a sample-based maximum entropy IRL algorithm adapted from previous IRL methodologies (Wu et al., 2020). The advantage of this method is that it allows for reward function estimation using only sampled data without a model of driving behavior. The details of the algorithm are shown in Table 1. The output of the algorithm is four sets of weights – sets for the driver and sets for the pedestrian for each environment (i.e., designated and undesignated crossings). These weights represent the relative importance of each feature to the driver and pedestrian interaction given a particular environment. A post-hoc statistical analysis using a Wilcoxon ranked-sum test was performed to assess differences between crossing types as this non-parametric test performed the best for these data that come from a range of distributions.
The Sampling-Based Maximum Entropy Inverse Reinforcement Learning Algorithm Used Adapted from Wu et al. (2020).
Results
The estimated reward weights for both the driver and pedestrian are shown in Figure 1. Compared to undesignated crossings, designated crossings were characterized by a greater reward weight of the features directly related to kinematics, such as acceleration change and time gap for the driver, and pedestrians had greater weight for pausing behavior.

Estimated reward weights for drivers (top) and pedestrians (bottom) I designated (gray) and undesignated (red) crossings.
This is supported by the post-hoc analysis, which found that in designated crossings, vehicles were observed to have a greater standard deviation of velocity when the pedestrian was walking or pausing (W = 7,463, p < .01) as seen in Figure 2. Hence, in designated crossings, drivers tended to change vehicle speed more when the pedestrian was moving but not when the pedestrian was standing. For drivers, across both environment types, the acceleration change had the largest relative reward weight, underscoring its important role, while bidirectional gaze was the least weighted communication feature (Figure 1). Comparing communication features across environment types indicated that the vehicle-pedestrian distance feature had a higher weighted importance in undesignated compared to designated crossings.

The standard deviation (SD) of vehicle velocity given the kinematic state of the pedestrian in designated (gray) and undesignated (red) crossings.
As seen in Figure 3, drivers maintained an increasingly larger distance from the pedestrian in the undesignated compared to designated crossing (initial distance: no statistically significant difference, W = 3,398, p = .56; median distance: trend toward undesignated greater, W = 3,216, p < .1; final distance: undesignated significantly greater, W = 3,046, p < .05).

The initial (left) median (middle), and final (right) vehicle distance to the pedestrian crossing point in designated (gray) and undesignated (red) crossings.
Finally, the bidirectional gaze feature had a greater value for both the driver and the pedestrian in undesignated crossings. Analysis of gaze behavior indicated that in cases where bidirectional gazing was present it was observed for a greater proportion of the encounter in undesignated crossings (W = 153, p < .05) where it was mainly observed in 35% to 50% of the encounter duration. This is in contrast to designated crossing where bidirectional gazing was less prevalent (in less than 25% of the encounter duration) (Figure 4).

The proportion of bidirectional gazing in each encounter by designed (gray) and undesignated (red) crossings.
Discussion and Conclusion
This study unveils the nuanced communication underlying driver-pedestrian interactions. By quantifying the relative importance of kinematic and behavioral features in designated and undesignated crossings, the analysis shows clear distinctions in how road users prioritize different aspects of the interaction. In designated crossings, dynamic features such as acceleration changes and time gaps, alongside pedestrian pausing behavior, emerged as important features, which suggests that structured crossings facilitate more predictable and adaptive driver responses. Conversely, undesignated crossings placed a greater emphasis on maintaining larger vehicle-pedestrian distances and extended periods of bidirectional gaze, highlighting a reliance on non-verbal cues in less structured contexts. These findings are consistent with previous work suggesting that higher levels of protection were associated with more interdependent kinematic behaviors (Domeyer et al., 2020; Noonan et al., 2022), more spread-out patterns of shared information between movement cues (Noonan et al., 2023), and greater reliance on bidirectional gaze behavior (Pipkorn et al., 2024).
The use of IRL uncover the implicit priorities directly from observed behavior in real-world scenarios. This approach helps to identify which features (e.g., acceleration changes, gaze, or distance) carry the most influence in shaping driver–pedestrian interactions, even in subtle or context-dependent interactions. Findings from the study enhance our understanding of the underlying utility functions that drive behavior in complex traffic scenarios. Advanced vehicle technologies may support driver-pedestrian communication by utilizing and incorporating channels of communication that are relevant for the different contexts of the environment and interaction.
Footnotes
Declaration of Conflicting Interests
The authors declared no potential conflicts of interest with respect to the research, authorship, and/or publication of this article.
Funding
The authors disclosed receipt of the following financial support for the research, authorship, and/or publication of this article: This research was supported by the Toyota Collaborative Safety Research Center. The first author’s efforts in the development of this publication were supported by the New England University Transportation Center (NEUTC; US DOT UTC Grant number 69A3552348301). Data for this study was drawn from work supported by the Advanced Vehicle Technologies (AVT) Consortium at MIT (
). The views and conclusions expressed are those of the authors and have not been sponsored, approved, or endorsed by supporting organizations.
