Abstract
The integration of automated vehicles (AVs) into transportation systems presents an unprecedented opportunity to enhance road safety and efficiency. However, understanding the interactions between AVs and human-driven vehicles (HVs) at intersections remains an open research question. This study aims to bridge this gap by examining behavioral differences and adaptations of AVs and HVs at unsignalized intersections by utilizing two large-scale AV datasets from Waymo and Lyft. By using a systematic methodology, the research identifies and analyzes merging and crossing conflicts by calculating key safety and efficiency metrics, including time to collision, post-encroachment time, maximum required deceleration, time advantage, and speed and acceleration profiles. Through this approach, the study assesses the safety and efficiency implications of these behavioral differences and adaptations for mixed-autonomy traffic. The findings reveal a paradox: while AVs maintain larger safety margins, their conservative behavior can lead to unexpected situations for human drivers, potentially causing unsafe conditions. From a performance point of view, human drivers tend to exhibit more consistent behavior when interacting with AVs versus other HVs, suggesting AVs may contribute to harmonizing traffic flow patterns. Moreover, notable differences were observed between Waymo and Lyft vehicles, which highlights the importance of considering manufacturer-specific AV behaviors in traffic modeling and management strategies for the safe integration of AVs. The processed dataset, as well as the developed algorithms and scripts, are openly published to foster research on AV–HV interactions.
Automated vehicles (AVs) are widely recognized as a transformative innovation in transportation, with the potential to improve traffic safety and efficiency (
The growing availability of real-world AV datasets in recent years has opened up unprecedented opportunities to study the dynamics and interactions between automated and human-driven vehicles (HVs). Existing research has examined both the operational characteristics of AVs navigating alongside conventional vehicles (
In response to these gaps, the present study conducts a comprehensive analysis of AV–HV interactions at unsignalized intersections using two large-scale AV datasets. By examining both merging and crossing conflicts, and utilizing various safety and efficiency metrics, we aim to capture the intricate dynamics of these interactions and shed light on the potential safety and efficiency implications of mixed human and automated traffic. The main contributions of this study are summarized as follows.
Through these contributions, this study provides a better understanding of AV–HV dynamics in complex traffic scenarios and aims to advance the growing body of knowledge on AV–HV interactions. The remainder of the paper is as follows. In the next section, related studies are reviewed. Next, the methodology is described, including the data preprocessing, scenario selection, and metrics calculations. Finally, the results are presented and discussed.
Related Works
Previous research on AV–HV interactions generally falls into two main categories: studies exploring the behavioral differences between AVs and HVs, and studies investigating the behavioral adaptation of HVs when interacting with AVs. In the context of mixed-autonomy traffic, “behavioral adaptation” refers to the behavioral adjustments made by human drivers when interacting with AVs compared to when they are interacting with other human drivers (
The initial studies utilized “field data” to research the behavior of human drivers in mixed-autonomy traffic. Rahmati et al. (
With the availability of “real-world” datasets of AVs, such as the Waymo Open Dataset (
Recently, a few studies have gone beyond analyzing car-following scenarios. Wen et al. (
This study addresses these limitations by utilizing two real-world AV datasets from Waymo (
Methodology
To ensure a robust and reliable analysis of the interactions between AVs and HVs, we propose a structured framework that guides the entire process from dataset selection to conflict analysis. The proposed framework, illustrated in Figure 1, begins with defining the analysis metrics and selecting appropriate datasets aligned with the objectives of the study. Next, the selected datasets undergo preparation, which includes developing algorithms for identifying unsignalized intersections from raw datasets and preprocessing the data to mitigate noise and remove outliers. Subsequently, we develop algorithms for detecting and classifying conflicts into crossing or merging interactions, identifying potential conflict points, and calculating metrics that characterize the behaviors and interactions of AVs and HVs. The framework concludes with a comprehensive analysis using the established metrics and statistical methods to ensure robust and reliable findings. Our analysis encompasses both qualitative and statistical comparative analysis. We deliberately adopt the term “framework” to highlight the importance of key steps, including data preparation, scenario selection, and conflict identification, which could have substantial impacts on the final results (

The methodological framework employed in this study, illustrating the systematic process from data selection and preprocessing to conflict identification and behavioral analysis.
Definition of Metrics
Before detailing the data-driven procedures, we first introduce the key metrics used to characterize vehicle interactions and conflict dynamics throughout the study.
Time to Collision
TTC measures the time remaining before a collision would occur if both vehicles maintained their current speed and trajectory. We use the approach proposed by Albano et al. (
For merging scenarios:
where
Post-Encroachment Time
Post-encroachment time (PET) measures the time difference between the moment the first vehicle leaves the conflict point and the second vehicle arrives at it:
where
Maximum Required Deceleration to Avoid Collision
While existing metrics such as TTC and PET capture the timing and spatial proximity of interactions, they do not reflect the intensity of response required from the following vehicle to avoid a collision. This intensity is important because it directly influences the follower’s comfort and the perceived safety of interactions. It also reveals behavioral traits of the leading vehicle, such as aggressiveness or lack of cooperation, which traditional metrics such as TTC and PET fail to capture. Accordingly, in this study, we introduce a new metric called MRD. MRD quantifies the peak deceleration that a following vehicle must apply to avoid a potential collision, from the moment a conflict is detected until the leading vehicle clears the conflict point. Higher MRD values indicate increased braking demands on the follower, potentially stemming from aggressive or non-cooperative actions by the leading vehicle. MRD can also serve as a safety metric by representing the criticality of the situation based on the required deceleration needed to avoid potential collisions. This dual role makes MRD a valuable addition to existing metrics, offering insights into both conflict severity and interaction dynamics. MRD is mathematically expressed as follows:
where
Time Advantage
TA indicates the time differences between the estimated arrival of the first and the second vehicles at the intersection. TA defines which vehicle arrives first at the conflict point, assuming that the two vehicles maintain their current speed:
where
Dataset Selection and Introduction
Our criteria for dataset selection included several key characteristics: the availability of long trajectories to capture the behavior of AVs and HVs before and within the intersection, the presence of AVs operating in fully autonomous mode (and not with a human driver), and the availability of comprehensive trajectory data for detailed analysis. Table 1 presents a comparison of four popular AV datasets. Among these datasets, the nuPlan data is collected by an equipped vehicle driven by a human driver; the length of scenarios within the Argoverse 2 dataset is 11 s. Therefore, this study utilizes Lyft Level 5 and Waymo Open Datasets, which provide longer scenarios, allowing us to study both the negotiation phase and the interaction phase among vehicles. Both datasets provide rich information on autonomous vehicle operations in diverse traffic scenarios, making them suitable for our analysis of AV–HV interactions at unsignalized intersections.
Comparison of nuPlan, Waymo, Argoverse 2, and Lyft Level 5 Datasets
The Waymo Open Dataset (

The Lyft Level 5 dataset (
Dataset Preparation
The dataset preparation is comprised of two steps: preprocessing the data by removing outliers and reducing noises in the datasets, and identifying relevant scenarios where vehicles interact with each other at an unsignalized intersection. These steps are detailed as follows.
Data Smoothing
We observed different types of noises and outliers in the dataset. Most of the noises were apparently caused by measurement errors, also reported by Jiao et al. (
where

Applying the low-pass filter (LPF) to speed profiles from Waymo and Lyft datasets: (
Scenario Selection
Following data preparation and smoothing, we focus on selecting scenarios that represent unsignalized intersections with equal priority on all approaches. This selection criterion ensures that vehicle interactions are primarily influenced by driving behavior and negotiation processes rather than externally imposed traffic priority rules. To identify these specific scenarios, we implement a three-step approach.

Different steps for the automatic identification of unsignalized intersections with equal priority on all approaches from the raw datasets: (

Examples of identified intersections, highlighting stop signs as indicators of unsignalized intersections with equal priority for all approaches: (
Conflict Identification and Classification
The next step is to identify the merging and crossing conflicts. As a broad definition, a conflict refers to a “situation where two or more road users approach each other in space and time to such an extent that there is a risk of collision if their movements remain unchanged” (
Merging conflicts: When two vehicles start from different lanes before the intersection and end up in the same lane after the intersection area.
Crossing conflicts: When two vehicles start from different lanes before the intersection and end up in different lanes after the intersection area.
Figure 6 depicts two examples of identified merging and crossing interactions. The color of the points on the trajectory shows the time from the start of the scenario; therefore, the start of the scenario is indicated by a black color and the end of the scenario is identified by a light green color. Finally, 1424 merging conflicts and 1185 crossing conflicts at unsignalized intersections were identified in the two datasets. Table 2 presents the number of conflicts per dataset and conflict type. In this table, and across the paper, HV–HV refers to conflicts where both interacting vehicles are human-driven, HV–AV refers to the scenarios where the second vehicle in the conflict (follower) is the autonomous vehicle, and AV–HV refers to the cases where the follower is a HV, but the leader is an AV. In this study, the terms “leader” and “follower” refer to the order of vehicles passing through the conflict zone at unsignalized intersections. The “leader” is the vehicle that passes first, while the “follower” is influenced by the leader’s decisions and behaviors during the interaction. This terminology is used to describe the dynamics of multi-directional conflicts and does not imply a car-following relationship, as vehicles approach from different directions rather than sequentially in the same lane.

Examples of identified crossing and merging conflicts: (
Number of Scenarios for Crossing and Merging in Waymo and Lyft Datasets
Identifying the Conflict Point
For calculating most of the metrics in this study, we first need to identify the potential conflict point for each interaction. For crossing scenarios, this process is straightforward as the conflict point occurs where the trajectories of the two vehicles intersect. However, for merging scenarios, the trajectories of the two vehicles might not intersect because of their lateral offset within the lane. To address this, a buffer of 2 m (1 m on each side) is added to each vehicle’s trajectory, and the first point of contact between the two buffers is identified as the conflict point. This is shown by the red dot in Figure 7. This buffer size was selected based on typical vehicle widths (1.8–2.5 m) (

Illustration of identifying the conflict point for crossing and merging scenarios: (
This structured methodological approach enables a systematic assessment of vehicle interactions at unsignalized intersections. The next section presents the results of this analysis, highlighting key behavioral differences and dynamics between AVs and HVs.
Results and Discussion
In this section, we present the results from our analysis of the behavioral adaptations and differences between HVs and AVs at unsignalized intersections. For our analysis, we classify the interactions into three groups.
This classification allows us to systematically explore how AVs and human drivers interact in mixed-autonomy traffic at unsignalized intersections. By isolating these scenarios, we can assess the impact of AVs on driving behaviors, traffic flow, and safety.
Post-Encroachment Time and Time to Collision
PET and TTC are the two most popular safety surrogate measures that are widely used for the safety analysis of interactions and driving behaviors (

Joint distributions of post-encroachment time (PET)–minimum time to collision (TTC) for different types of interactions within Waymo and Lyft datasets: (
The visual inspection of these plots, accompanied by the results of statistical analysis presented in Table 3, reveal interesting findings. In general, in scenarios where an AV follows an HV (orange dots), higher values of PET and minTTC are observed compared to other conflict types. This trend is evident in both merging and crossing scenarios, indicating that AVs maintain larger safety buffers and show more conservative driving behaviors when trailing HVs. These findings highlight the potential of AVs to enhance safety at unsignalized intersections by maintaining larger safety margins. Nevertheless, this benefit comes with a cost of possible lower efficiency because of larger gaps between the vehicles (
Comparison of Post-Encroachment Time (PET) and Minimum Time to Collision (minTTC) in Crossing and Merging Scenarios for Waymo and Lyft Datasets
Interestingly, the differences between AV–HV and HV–HV interactions are less apparent, which suggests that human drivers still show similar and relatively aggressive driving styles when interacting with AVs. However, we observed greater heterogeneity in HV behaviors when interacting with other HVs compared to their interactions with AVs. This encourages the argument that the presence of AVs may contribute to reducing variability in HV behavior at intersections, potentially standardizing traffic flow patterns. This finding aligns with observations from car-following scenarios in the literature (
Maximum Required Deceleration
We employ MRD as another indication of scenario criticality. Higher values of MRD indicate a harsher possible reaction from the follower considering its current speed and distance to the leader to avoid a potential collision. Figure 9 depicts boxplots of estimated MRD values for the followers before reaching the conflict point, and Table 4 presents the results of statistical tests for evaluating the significance of observed differences. Interestingly, AV–HV interactions show higher values of MRD compared to other interaction types for both merging and crossing scenarios. This might be related to the unexpected behavior of AVs, which can lead to misunderstandings by human drivers. Specifically, human drivers may be uncertain whether the AV is yielding or proceeding, causing hesitation and delayed deceleration. This uncertainty can result in human drivers delaying their deceleration, leading to higher MRD values. This observation aligns with reports on crashes involving AVs, where the unexpected behavior of AVs has been identified as a key factor in AV–HV collisions, particularly in rear-end collisions in car-following scenarios (

Comparison of maximum required deceleration values for Waymo and Lyft vehicles in merging and crossing scenarios: (
Comparison of Maximum Required Deceleration (MRD) for Waymo and Lyft Datasets in Crossing and Merging Scenarios
Comparing the MRD values between the Waymo and Lyft datasets reveals a key distinction. Lyft vehicles, when following HVs, exhibit higher MRD values, suggesting that human drivers are more likely to force Lyft vehicles to yield, often pushing them to decelerate more harshly. This could lead to potentially unsafe situations. In contrast, Waymo vehicles show significantly lower MRD values in HV–AV interactions (their average is close to HV–HV interactions, with fewer variations), indicating they are less often bullied by human drivers, likely because of their more human-compatible driving style. This observation provides two important insights: firstly, it highlights the variability in AVs’ behavior across different manufacturers and its potential impact on traffic safety and dynamics and, secondly, it underscores the importance of human-predictable decision-making in AVs for their safe and effective integration into mixed-autonomy traffic environments.
All in all, the MRD analysis, along with PET and TTC observations, indicates that while AVs generally behave more safely and conservatively than human drivers, their decisions and actions may not fully align with human expectations. This misalignment can cause confusion for human drivers, potentially leading to unsafe situations. Furthermore, the overly cautious behavior of AVs can inadvertently provoke aggressive driving styles in human drivers. These findings highlight the need for AVs to adopt behavior that is not only safe but also predictable to human drivers to ensure smooth and safe integration into traffic.
Time Advantage Distributions
In this study, we propose a novel approach to identify potentially aggressive driving behavior by the “leading vehicle” at intersections. To this end, we utilize the metric called TA to estimate which vehicle will reach the intersection first at each time step from when the conflict is detected until the first vehicle finally passes the conflict point. Tracking the TA values as the vehicles approach the intersection allows us to determine which vehicle established a positional advantage during the interaction. For instance, observing frequent negative TA values for the leading vehicle in an interaction suggests that the lead vehicle was initially at a disadvantage (negative TA values) but may have accelerated or acted aggressively to gain the lead at the conflict point. Therefore, TA distributions allow us to quantify aggressive maneuvers, such as not decelerating or forcing the other vehicle to yield. It is important to note that while HV–AV and AV–HV classifications in this study refer to the “final passing” order of vehicles at the intersection, the TA values represent the “estimated” passing order at each time instance during the
The TA distributions for HV–AV and AV–HV interactions for both Waymo and Lyft vehicles are depicted in Figure 10. The statistical tests for comparing these distributions are provided in Table 5. To compare the TA distributions between different interaction types (HV–AV versus AV–HV), we employ two-sample Kolmogorov–Smirnov (KS) and two-sample Anderson–Darling (AD) tests. These two tests play a complementary role to each other. The KS test evaluates the maximum distance between two cumulative distribution functions and is particularly sensitive to differences around the median of the distributions. The two-sample AD test, while similar in purpose, gives more weight to observations in the tails of the distributions and generally provides higher statistical power for detecting distributional differences (

Time advantage value distributions for Waymo and Lyft datasets: (
Statistical Test Results of Comparing the Time Advantage Value Distributions of Automated Vehicle (AV)–Human-Driven Vehicle (HV) and HV–AV Interactions for Waymo and Lyft Datasets
These analyses reveal interesting patterns: the distribution of TA values for Waymo vehicles when being the final follower in an interaction closely resembles that of human drivers in comparable situations. This suggests that Waymo vehicles show human-comparable behaviors during the negotiation phase when approaching the intersection. In contrast, the distribution of TA values for Lyft vehicles differs significantly from that for human drivers (Table 5). Visual inspection of the distributions suggests that human drivers tend to take advantage of Lyft vehicles more often than Waymo vehicles in both merging and crossing conflicts (as shown by the more frequent occurrence of negative TA values when the human driver ultimately becomes the leader in the interaction [i.e., HV–AV interactions]). This could be because of Lyft’s more conservative driving style. These observations about the behavior of Waymo and Lyft vehicles are in line with previous observations in the Section on MRD, where Lyft vehicles often exhibited higher MRD values, indicating a need for harder braking to avoid collisions, likely because of more aggressive driving from human drivers.
Speed and Acceleration Analysis
The speed of vehicles within the intersection and their acceleration behavior are important aspects that can be used both for studying the safety and efficiency of the intersection and for the calibration of microscopic traffic flow models. Our analysis of these metrics focuses on two aspects: the follower’s speed at the conflict point, which serves as an indicator of the aggressiveness of the following vehicle in an interaction; and the speed and acceleration profiles when the vehicle starts from a standstill, which can influence traffic efficiency and performance.
The analysis of follower speed at the conflict point, depicted in Figure 11 and Table 6, reveals differences not only between AVs and HVs but also between the Waymo and Lyft vehicles. In the Lyft dataset, we observe lower heterogeneity in the speed values, with values similar to or lower than human drivers in similar conditions. Conversely, Waymo’s autonomous vehicles exhibited speeds similar to, and even higher than, those of human drivers, with comparable levels of heterogeneity. This finding suggests that Lyft’s autonomous vehicles adopt a more conservative approach when navigating unsignalized intersections and entering the conflict zone, while the Waymo vehicle shows more human-like behavior. These findings highlight the ongoing debate in AV development between prioritizing safety through conservative behavior or maintaining traffic efficiency by mimicking human driving styles. The Lyft approach may lead to potentially increased safety but could negatively affect traffic flow if widely adopted. On the other hand, Waymo’s approach may facilitate smoother integration with human-driven traffic but might not fully leverage the potential safety benefits of AVs.

Distributions of the follower speed at the conflict point: (
Comparison of Speed and Acceleration for Waymo and Lyft Datasets in Crossing and Merging Scenarios
In the next step, the speed and acceleration profiles of the following vehicle when starting from a standstill are investigated. Figure 12 presents these profiles, along with 95% confidence intervals, and Table 6 provides the statistical tests evaluating the significance of the observed differences. The results indicate that the speed and acceleration profiles of Waymo vehicles are more closely aligned with those of human drivers, while Lyft vehicles exhibit visibly different patterns. In addition, the Lyft vehicles show more uniform speed profiles with a gentler slope compared to both human drivers and Waymo vehicles.

Speed and acceleration profiles for Waymo and Lyft datasets: (
Examination of the acceleration profiles yields noteworthy insights as well. Waymo vehicles display an overall acceleration pattern similar to HVs, characterized by a rapid initial increase followed by sustained low acceleration. In contrast, Lyft vehicles exhibit a unique acceleration profile. It begins with significantly lower acceleration, experiences a slight decrease midway through the profile, and ends with a mild increase. This unique behavior is probably related to the cautious behavior of Lyft vehicles to make sure the intersection is safe to pass. In addition, the acceleration profiles of HVs in AV–HV interactions within the Lyft dataset indicate greater variability and uncertainty when interacting with Lyft vehicles. This may stem from the unfamiliar and overly cautious behavior of Lyft AVs, which human drivers might find harder to predict.
Overall, the speed and acceleration analysis from the Waymo and Lyft datasets reveals both contrasting and consistent behaviors. While AVs generally exhibit more uniform and stable behavior, which could improve traffic efficiency, the overly cautious driving style observed in Lyft vehicles raises concerns about whether such conservative behavior might undermine efficiency and provoke unexpected responses from human drivers.
Summary of Findings
This section summarizes the main findings of this study. The analysis of two large-scale AV datasets revealed that AVs generally maintain larger safety margins compared to HVs, especially when interacting as followers. This is evidenced by higher PET and minTTC values when AVs trail HVs. This conservative approach by AVs can potentially contribute to increased safety at intersections; however, this benefit might come with the cost of some reduction in traffic efficiency. The findings also suggest that although human drivers may tend to exhibit more consistent and less variable behavior when interacting with AVs, this consistency appears to be influenced by the specific behavior of the AVs themselves. Therefore, a general statement cannot be made across all AV types. The extent to which AVs contribute to standardizing traffic flow patterns and improving safety and efficiency at intersections is likely dependent on how predictable and human-compatible the AV’s driving style is.
This study also highlights potential challenges associated with the integration of AVs into mixed-autonomy traffic. Analysis of the MRD reveals that human drivers following AVs (HV–AV) frequently need to apply more abrupt deceleration rates compared to HV–HV interactions. This observation may be attributed to the unfamiliar or unexpected behavior of AVs, which can potentially lead to misinterpretations and elevated risks for human drivers. These findings highlight a paradox in the analysis of mixed-autonomy traffic flow: while AVs generally maintain larger safety margins, their different driving style can lead to unexpected situations for human drivers, potentially causing unsafe situations. Also, an overly cautious driving style from AVs can lead to aggressive or unsafe driving from human drivers.
Finally, this study reveals differences between the behavior of Waymo and Lyft vehicles when interacting with HVs at unsignalized intersections. While Lyft AVs demonstrated more conservative behaviors, Waymo AVs exhibited behaviors more similar to human drivers and less conservative compared to the Lyft vehicle. These manufacturer-specific differences have important implications for traffic safety at both individual and system levels. At the individual level, the contrasting approaches create different safety challenges: Lyft’s conservative behavior, while theoretically safer, often provokes aggressive responses from human drivers, potentially creating new safety risks. Meanwhile, Waymo’s human-like behavior facilitates smoother interactions but may not fully exploit the safety potential of autonomous technology. At the system level, the presence of AVs with different behaviors could create broader safety challenges in mixed-traffic environments. As human drivers encounter AVs from different manufacturers, they may develop inconsistent expectations about AV behavior, leading to confusion and potentially inappropriate responses. This behavioral inconsistency across manufacturers suggests that some degree of standardization in AV behavior could be beneficial for overall traffic safety, particularly during the transition period when both human drivers and different types of AVs share the road. However, determining the optimal standard behavior that balances safety margins with human compatibility remains an open challenge that warrants further research.
While the datasets used in this study did not include crash data, our findings align with broader observations from crash reports involving AVs collected by the California Department of Transportation (
Conclusion
This study provides an in-depth examination of the interactions between AVs and HVs at unsignalized intersections by utilizing real-world large-scale datasets from Waymo and Lyft. The research underscores the intricate dynamics present in mixed-autonomy traffic environments, highlighting the importance of understanding the mutual influence of AVs and human drivers. By evaluating key safety metrics, such as TTC, PET, MRD, and TA, this study sheds light on the behavioral differences and adaptations between AVs and HVs. One of the key findings of this study is that AVs tend to maintain larger safety margins than HVs, which enhances safety but may also reduce traffic efficiency. However, the research reveals that human drivers exhibit more consistent behavior when interacting with AVs, suggesting that AVs could standardize traffic flow patterns at intersections. This potential for harmonization indicates a positive influence of AVs on overall traffic dynamics. The study further identifies significant differences between the behaviors of Waymo and Lyft AVs. Waymo vehicles tend to mimic human driving behaviors more closely, leading to smoother integration with human traffic. In contrast, Lyft vehicles display more conservative driving patterns, which may increase safety but at the cost of potential inefficiencies in traffic flow. These differences underscore the importance of considering manufacturer-specific differences in traffic modeling and management strategies. The study also highlights potential challenges in mixed-autonomy traffic. The unexpected behaviors of AVs can lead to misunderstandings and increased risk for human drivers, as indicated by higher MRD values in AV–HV interactions. This paradox of maintaining safety margins while potentially causing unsafe situations because of unpredictability underscores the need for improved AV algorithms that align more closely with human expectations and reasoning.
While this study provides valuable insights into the interactions between AVs and HVs at unsignalized intersections, several limitations must be acknowledged. One limitation of this study is the use of datasets collected in different cities, which may affect the driving behaviors of both human drivers and AVs. Although we took measures to minimize this impact by using the data in the same country and state, doing mostly relative comparisons, and using rigorous statistical tests, future work should consider the utilization of datasets collected in similar geographical locations on availability. Moreover, although we have implemented measures such as comprehensive data preprocessing, multi-metric analysis, use of diverse datasets, consideration of behavioral context, and rigorous statistical testing to address the potential biases highlighted by Jiao et al. (
Footnotes
Acknowledgements
The authors would like to thank all partners within the Hi-Drive project for their cooperation and valuable contributions.
Author Contributions
The authors confirm contribution to the paper as follows: study conception and design: S. Rahmani, Z. Xu, S.C. Calvert, B. van Arem; data collection: S. Rahmani, Z. Xu; analysis and interpretation of results: S. Rahmani, Z. Xu, S.C. Calvert, B. van Arem; draft manuscript preparation: S. Rahmani, Z. Xu, S.C. Calvert. All authors reviewed the results and approved the final version of the manuscript.
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 project has received funding from the European Union’s Horizon 2020 Research and Innovation Programme under grant agreement No 101006664.
Data Accessibility Statement
