Abstract

To investigate and compare the lane changing behavior of passenger cars and heavy vehicles during the implementation period (defined as the interval from the start time to the end time of a lane change maneuver), this study applies the gradient boosting decision tree (GBDT) method to model the lane changing behavior of heavy vehicles and passenger cars, respectively. Results show that the lane change models vary with the vehicle types and lane change directions. Different factors are considered by the drivers of passenger cars and heavy vehicles when implementing lane changes to different directions. Partial dependence plots of GBDT models reveal that the influence of independent variables on lane changing behavior is nonlinear and complicated, which means that the same variable leads to various effects on the lane change decision across different vehicle types and lane change directions. In contrast with other state-of-the-art methods, the proposed method can obtain more accurate results. The findings indicate that it is necessary to build specific lane change models based on vehicle types and lane change directions for microscopic traffic simulators and autonomous vehicles.

1. Introduction

Recently, several projects of cooperative vehicle infrastructure systems have been undertaken all over the world. Among the numerous projects, the vehicular ad hoc network (VANET) has an important role in the upcoming “super smart highway.” In a VANET, all vehicles and roadside infrastructures are equipped with wireless interfaces and sensors. Therefore, vehicles are able to perceive the surrounding traffic conditions and communicate with roadside units and other vehicles, which can help vehicles realize autonomous driving. However, it will take a long time to realize full autonomous driving[13]. Advanced driver assistance systems (ADASs) and connected and autonomous vehicles (CAVs) will play important roles in the near future. Accurate and robust lane change decision-making, planning, and controlling systems are extremely important in developing ADAS and CAVs to improve traffic safety, promote fuel economy, ease urban traffic congestion, and optimize the utilization of roadways [4, 5].

It is stated in several studies that lane change behavior has negative impacts on traffic safety operations and is responsible for traffic breakdown in certain situations [69]. Thus, one of the most important tasks of driving assistance system is to help drivers take a safe lane change behavior and reduce the crash risk. Such task is realized by a subsystem of the driving assistance system, named as lane change assistance system or merging assistance system, which can tell the driver whether it is safe or not to change lanes at the present time based on certain decision rules [10]. Figure 1 shows a schematic of a lane change assistance system via VANETs.

However, most of the existing lane change assistance systems are designed for passenger cars, which are very different from heavy vehicles (e.g., trucks) in size, performance, and maneuverability. According to a report of the Federal Motor Carrier Safety Administration [11], large trucks accounted for 3429, 3622, and 3864 fatal crashes in 2014, 2015, and 2016, respectively. The percentage of truck-involved fatal crashes in all vehicle fatal crashes is much higher than the percentage of trucks in vehicle ownership. Moreover, about half of the fatal crashes were two-vehicle crashes that involved one large truck and one nontruck vehicle type. As an active vehicle interaction behavior, lane changes are one of the main sources of two-vehicle crashes of one large truck and one nontruck vehicle. Thus, it is rather urgent to build lane change models for heavy vehicles, which can be applied to lane change assistance systems to help drivers make safer lane change decisions.

Most lane change models are designed for making decisions. Weng et al. [10] stated that it is necessary to model the merging behavior during the entire merging implementation period because it usually takes several seconds to execute the lane change maneuver. As depicted in Figure 2, the blind areas of heavy vehicles are much larger than passenger cars during the lane change implementation period, making heavy vehicles face more risks. Hence, it is necessary to build a lane change model for heavy vehicles during implementation. In this study, GBDT is proposed to analyze the lane changing behavior. As a nonparametric method, the GBDT has several advantages over the parametric models and has been successfully applied in many fields [1215]. Firstly, GBDT can provide higher modelling accuracy than parametric models. Secondly, no predetermined assumptions related to data distributions are needed for GBDT. Thirdly, GBDT can handle a large number of explanatory variables at the same time. GBDT is an ensemble learning technique that combines the classification and regression tree (CART) and the boosting technique. The basic scheme of GBDT is to use a series of weak CART to achieve better results than a single strong learner [16, 17]. Therefore, GBDT retains the excellent performance and good interpretability of CART and, at the same time, overcomes the deficiency of CART that it is easily disturbed by perturbations in the training data [18]. The partial effect plots provided by GBDT can be directly used to understand the nonlinear effects of influencing variables, which is also one of the most important reasons why we choose GBDT. Thus, we can use GBDT to deeply analyze lane changing decisions.

The remaining of this paper is organized as follows. Section 2 provides a state-of-the-art review of the existing studies. Section 3 gives the methodology for how to build a GBDT model. Section 4 describes the data used in this paper. Results and discussion are presented in Section 5. Finally, the concluding remarks are presented in Section 6.

2. Literature Review

Gipps [19] is believed to put forward the earliest comprehensive framework of lane change behavior. In Gipps’ model, the lane change decision was determined by some fixed rules, such as safety, route, the location of permanent obstructions, the presence of heavy vehicles, and speed advantage. Then, several studies soon widely used similar frameworks [2023]. This kind of lane change model is called the rule-based model, which has the advantage of simplicity. The rule-based models are also widely applied to microscopic traffic simulators, such as VISSIM, Paramics, and ARTEMIS. However, these models are not easy to calibrate. Game theory was used by Kita [24] to describe the give-way behavior during merging process. In recent years, more complicated rules were developed to better model the lane change behavior. For example, free, forced, and cooperated lane changes were proposed and modelled separately [22]. Furthermore, considering the unobserved plans of drivers, a framework of latent plans was proposed by Choudhury et al. [25]. In all the above models, gap acceptance is considered the most important part. However, it has been criticized by several studies for the inconsistency in reality [9, 2628]. Thus, discrete choice models were proposed to overcome the deficiency [2931]. The output of discrete choice models is the probability of a lane change maneuver. Recently, driver heterogeneity has drawn much attention and been incorporated in discrete choice models such as mixed logit, finite mixture of logistic regression, and mixed probit models [6, 32]. Nevertheless, the methods used in the abovementioned studies are all parametric statistical approaches, having some limitations in dealing with the complex nonlinearity in human behaviors [3], which can be better addressed by artificial intelligence or data-driven methods. Balal et al. [34] proposed a fuzzy logic model and achieved promising results. Combining the Bayesian network and decision tree, Hou et al. [34] built a mandatory lane change model for autonomous driving. Classification and regression tree (CART) was also applied to lane change models [10, 35]. Xie et al. [36] proposed a lane change model based on deep learning. Moridpour et al. [37] modelled the lane change decision using a fuzzy logic method for heavy vehicles.

Most of the above studies focused on lane change decision and treated the lane change behavior as an instant event. Considering that it takes several seconds for a vehicle to complete a lane change behavior, more and more researchers realized that it is necessary to build models that can describe the whole lane change implementation period [9, 38]. Some of them focused on the longitudinal acceleration and deceleration behavior during the implementation period based on modified car-following models [3943] or data-driven models [7]. The lane change trajectory was also investigated in some studies [44]. Besides, several studies tried to model the decisions during lane change implementation period based on the dynamic gap acceptance model [45], hidden Markov models [46], and cellular automata models [47]. CART was recently applied by Weng et al. [10] to model the merging behavior in the work zone during implementation.

Nevertheless, some limitations still exist in the literature. Firstly, most of the previous studies focused on the lane change behavior of passenger cars but neglected heavy vehicles. Moreover, the limited studies about heavy vehicles were mostly based on the NGSIM dataset, which contains less than 50 lane change maneuvers of heavy vehicles [8, 37, 39, 48]. Secondly, drivers may either change to the left or right lane, resulting in different behaviors [37, 49]. However, the decisions behind different behaviors were ignored in previous studies. Thirdly, compared with parametric methods, data-driven techniques can improve prediction accuracy, while most are black-box methods and cannot be used to understand the internal mechanism of lane change behaviors.

To address the above shortcomings, GBDT is used to model and analyze the lane change decision during implementation. Different from other black-box methods, GBDT can not only achieve satisfying results but also provide ways to explore the internal mechanism of the trained model. GBDT has been successfully used in fields of transportation and produced promising results [3, 18, 5052]. The main contributions of this study contain three aspects. Firstly, a data-driven method is applied to model the lane change decision during the implementation period and understand the influence of different variables on the lane change decision behaviors. Secondly, the lane changing behavior of heavy vehicles is explored and compared to passenger cars based on a large-scale dataset. Thirdly, the lane change direction is considered, and lane changes to different directions are modelled separately to investigate the different influencing factors.

3. Methodology

3.1. Gradient Boosting Decision Trees

Boosting technique is the key to GBDT, and it generates a series of weak learners sequentially and iteratively. In each iteration, the weak learner is trained based on the residual of the previous one. Let and denote the vector of input variables and the response variable, respectively, and the trained learner is the weighted summation of all weak learners as follows:where is the base function, is the corresponding parameter, is the step-size parameter, is the number of the current iteration, is the number of total iterations, and is the vector of input variables.

In each iteration, the boosting technique will estimate and by minimizing the loss functionwhere is the number of training samples. is the loss function which reflects the accuracy of the training model. Different forms of loss functions can be used in GBDT when addressing different problems. For example, the squared loss function is usually used in regression problems. The lane change decision problems can be regarded as typical classification problems. Similar to logistic regression model, the log-likelihood loss function is used in this paper:

No matter which loss function is used, it is not easy to accurately estimate and according to (2). To address this problem, Friedman [53] proposed an approximation algorithm based on the assumption that the loss function always declines fastest in the direction of negative gradient:

Two ways were adopted by Friedman [53] to improve the generalization of GBDT. Firstly, a shrinkage parameter (or learning rate) was used to scale the contribution of each tree:

A lower learning rate can achieve a better result but requires more trees to converge. Thus, it is necessary to choose proper to seek the balance between the precision and computing burden. The second way was the adoption of random sampling of training data. In each iteration, a subsample fraction is used to draw from the training sample without replacement to speed up the modelling time and guard against over-fitting.

A simple or weak CART is trained in each iteration to improve the model. The trained trees are only allowed to grow to a small size J, called tree complexity, referring to the number of splits. A larger J can help GBDT capture more complex interactions among variables. However, it will also degrade the generalization ability.

3.2. Relative Importance and Partial Plots of Variables in GBDT

The interpretability is an important advantage of GBDT over other nonparametric methods, such as NN and SVM. GBDT can reveal the internal mechanism of the training model in two ways: rank the influences of independent variables on response predictions and draw the partial dependence functions of the independent variables on response predictions.

For a single CART, one can get the relative importance of the variable by [53]where is the decision tree with J leaf nodes in the round iteration. is the indicator function indicating whether the specific feature variable is chosen as split variable at node j in the decision tree . is the performance improvement if is selected as the splitting variable at node j. is the relative importance of the variable in the decision tree . Then, the relative importance of the variable in GBDT can be obtained bywhere is the relative importance of the variable in the final GBDT .

The partial dependence plot of a subset of variables on the target variable can be obtained bywhere is the complementary set of , is the set of input variables in the model, and is the value of in training sample ().

4. Data Preparation

4.1. The HighD Dataset

To model and compare the lane change behavior of heavy vehicles and passenger cars, an enriched vehicle trajectory dataset called highD dataset is used in this study. This dataset was provided by Krajewski et al. [54] and was initially used to study autonomous driving. A drone with a 4K-resolution camera was used to shoot the traffic flow at a great height within a freeway section of about 420 meters (shown in Figure 3(a)). Traffic flows in both directions at 6 locations around Cologne in Germany were recorded during 2017 and 2018. One of the most important highlights of this dataset is the amount of data. The highD dataset contains 60 videos in total, and each video lasts 17 minutes. About 90000 passenger cars and 20000 heavy trucks are tracked [54], while the commonly used NGSIM dataset only has 8860 passenger cars and 278 trucks. The highD dataset has been used for car-following analysis by Kurtc [55] and achieved promising results. The speed analysis by Kurtc [55] showed that there was mostly free traffic in highD dataset, but it still contained a considerable dataset showing impeded traffic or even jams with stop-and-go waves because of its large sample size. For detailed information about the highD dataset, one can refer to Krajewski et al. [54]. The highD dataset can be downloaded from https://www.highd-dataset.com/.

Among the three locations of highD dataset, the data collected at location 1 are used in this study because of three reasons:(1)Simplicity of the section: This section is a basic segment of freeway with three lanes per direction (shown in Figure 3(b)). It is about 2 kilometers from an upstream on-ramp and 2 kilometers from a downstream off-ramp. Thus, more LCs of heavy vehicles exist at location 1, and they can be generally regarded as discretionary lane changes (DLCs) because of the location.(2)Diverse traffic conditions: 37 of the 60 recordings were collected at location 1, and they covered both free flow and congestion, which could provide enough data under different traffic conditions for analysis.(3)Popular speed limitations: the speed limit at location 1 is 120 km/h, which is very common in other countries and can provide more insightful observations.

It should be pointed out that it is possible that some drivers may preallocate long before the off-ramp. However, according to van Beinum et al. [56], most vehicles preallocate by changing lanes after the exit sign on the side of the motorway. For example, in the Netherlands, the first and second exit signs are normally positioned at about 1200 m and 600 m upstream of an off-ramp, respectively. Thus, vehicles start to preallocate at about 1000 m upstream of an off-ramp, and 600 m is the location where the change in lane flow distribution is almost at its peak [56, 57]. In Germany, the first exiting sign is positioned at about 2000 m upstream of an off-ramp, which is similar to China. According to Zhang et al. [58], 85% of the vehicles preallocate after 1200 m upstream of an off-ramp. Actually, only one vehicle preallocates before 2000 m upstream of an off-ramp. Thus, the preallocations are neglected in this study.

The trajectories of vehicles that only made lane change one time are then extracted from the dataset. However, some vehicles may initiate lane changing when they first enter the segment, and some did not finish lane changing when they left the segment. Such trajectories of vehicles were filtered out. At last, trajectories of 2905 passenger cars and 433 heavy vehicles were extracted from the dataset.

Previous studies showed that vehicles had different behaviors when they changed to the different lanes (faster lane or slower lane) [37, 39, 49]. Thus, the lane change direction is distinguished in this study. For the rest of this paper, we use LCLL and LCRL to refer to DLC to the left lane (faster lane) and right lane (slower lane), respectively. The distribution of different DLCs for passenger cars and heavy vehicles is shown in Table 1.

In Table 1, lanes 1, 2, and 3 denote the rightmost, middle, and leftmost lanes, respectively. One can find that 1355 passenger cars and 213 heavy vehicles change lanes to the left, while 1550 passenger cars and 220 heavy vehicles change lanes to the right. It can also be found that most heavy vehicles made lane change in the middle and rightmost lanes, while most passenger cars made lane change in the middle and leftmost lanes.

4.2. Data Extraction

The lane change implementation period can be divided into several time intervals. At each time interval , the driver will either choose to continue lane change () or complete it ( defined as time interval that the front center of the vehicle crosses the lane line). Figure 4 shows the decision-making process during lane change implementation period. Figure 4 shows the number of time intervals elapsed when the front center of the vehicle crosses the lane line. PL and PF denote the putative leading and following vehicles in the target lane. L and F denote the leading and following vehicles in the original lane. In this study, the time interval is determined as one second, which has also been used in previous studies [10, 34]. The number of observations collected for passenger and heavy vehicles is presented in Table 2.

During the lane change process, the lane change vehicles are influenced by the traffic flows in both the original lane and the target lane, as shown in Figure 5. The main factors affecting LC vehicles’ decision making are the speeds, relative speeds, and gaps in both original and target lanes. Weng et al. [10] stated that previous studies considered the above variables separately but ignored the interaction between them. Thus, a surrogate safety measure combining vehicle speeds and space gap, called time-to-collision (TTC), was used by Weng et al. [10]. In this study, the TTC is also considered as a candidate variable, which is defined aswhere and are the longitudinal position coordinates of leading and following vehicles, respectively, and are the speeds of leading and following vehicles, respectively, and is the length of the leading vehicle.

It should be pointed out that TTC is negative when the following vehicle moves slower than the leading one, which means that the collision will never occur. In addition, when the speed of the following vehicle is equal to or slightly higher than the leading vehicle, TTC will be infinite or too large. In order to restrict these situations, we will set the TTC range to , that is, when TTC is negative or greater than 100 s, it is configured as 100 s. Another situation is that might be negative before the lane change vehicle encroaches the target lane. In this situation, the subject vehicle cannot complete the lane change maneuver. Thus, the TTC is set to 0.

Previous studies [7, 10, 26, 34] showed that the main factors affecting the decision making of lane change are the speeds, gaps, relative speeds, TTCs, and vechicle types of the lane changing vehicle and surrounding vehicles. The candidate variables and definitions of influencing factors are shown in Table 3. Previous studies showed that some of these variables share high collinearity [59]. One will make great efforts to deal with the collinearity, which, however, is not the problem in boosting methods because one will try to avoid refocusing on a feature when a specific link between this feature and the outcome has been learned [60].

5. Application and Results

5.1. Parameter Determination

It can be found in Table 2 that the data for the four models are all imbalanced. The observations are about 3 to 4 times the observations of . Previous machine learning techniques, such as CART or SVM, are quite sensitive to the balance of data. Thus, under-sampling or over-sampling techniques are needed before modelling. However, over-sampling may lead to over-fitting and under-sampling can certainly cause information loss. Fortunately, the GBDT method can naturally deal with this problem. To reduce the information loss and avoid over-fitting simultaneously, ensemble learning techniques are recommended by He and Garcia [61] because of the random sampling for the training data. The subsample fraction for observations of and will be set to different values to ensure the balance of the training data in each iteration. Specifically, for observations of will be set to 1, and for observations of will be set according to the sample proportion.

Besides , several parameters need to be optimized before developing the final models. A large learning rate will result in over-fitting problem, and 0.001 was recommended in many previous studies as it can generate the final model with lower predictive deviance and a reasonable tree size [62, 63]. Thus, for all four models, the learning rate is fixed at 0.001.

The tree complexity is another important parameter of GBDT and should be carefully selected because a large can reflect the unknown interaction information among the independent variables but may lead to over-fitting at the same time [53]. To select the optimal tree complexity , a series of experiments are conducted by increasing the value of from 2 to 10. We conduct a fivefold cross-validation procedure, which randomly splits the training data into five equal subsets and use each subset as the test data while the remaining subsets are used to train the model. The negative average log-likelihood (or cross-entropy) is used to determine the best :

Figure 6 describes the negative average log-likelihood of the four models with different tree complexities. It is interesting to find that the best numbers of for the four models are different. In summary, Table 4 illustrates the optimal combinations of parameters for the lane change models of passenger cars and heavy vehicles. The numbers of trees in the final trained models are also presented in Table 4.

5.2. Accuracy of the Model

The GBDT model is compared with CART, which was proposed by Weng et al. [10]. The detailed process can be found in Weng et al. [10]. Table 5 shows the prediction accuracy of GBDT and CART models. One can find that the GBDT method outperforms CART for all the types of lane change, indicating that it has important prospects for GBDT in building lane change models.

5.3. Results and Discussion

The variable importance can be easily obtained in GBDT. Figure 7 describes the relative importance of the four trained models. Similar to previous studies on merging behavior [10], we can find that the time elapsed is the most important variable in all four models. However, the ranks of the relative importance of other variables are significantly different among the four models.

From Figure 7, one can find that the relative importance values of several variables are rather low, such as the vehicle type, indicating some redundant or irrelevant variables in the GBDT models. Therefore, a forward-step-wise feature selection process is applied in this study. Detailed steps can be found in Genuer et al. [64].

Table 6 shows the selected variables for the four models, and some conclusions can be drawn from it:(1)It is not surprising to find that is still the most important variable in all of these four models. Moreover, 5 to 8 variables remained in the four models.(2)All the vehicle type-related variables are dropped in the models of passenger car, which means the vehicle type does not influence the decision of drivers of passenger cars after initiating lane change.(3)The ranks of the first to fourth variables do not change after variable selection, and the ranks of other variables also do not change much, indicating the GBDT method’s stability.

It can be found in Table 5 that , , and rank second to fourth for LCLL of passenger cars with the importance value of 29.37, 26.06, and 20.84, while , , and rank second to fourth for LCLL of heavy vehicles with the importance value of 55.86, 55.43, and 42.62. It means that when performing lane changes to the left lane, the considered variables of passenger cars are very similar to those of heavy vehicles. Most variables are related to vehicles in front of the lane change vehicle, which means both passenger cars and heavy vehicles pay more attention to the vehicles in front of them in both the original and the target lane when vehicles change to the left lane. This is probably because when changing to the left lane, the lane change vehicles pursue a speed advantage and are always moving faster than their leading vehicles. Thus, they should pay more attention to vehicles in front of them to avoid crash.

Another interesting finding is that ranks second for LCRL of both passenger and heavy vehicles with importance values of 34.21 and 64.34. It can be observed that the importance values of the variable ranked third for LCRL of both passenger cars and heavy vehicles are much smaller than those of , which means both passenger cars and heavy vehicles pay more attention to the putative following vehicles when they change to the right lane. This is because the traffic flow in the right lane is generally slower than the original lane, and drivers will leave more front space when initiating lane change, which will lead to a small putative following space. The third and fourth important variables for LCRL of passenger cars are and , which means the space gap-related variables are most important for passenger car drivers to perform CLCR. However, this is not the case for heavy vehicles, whose ranks third and fourth. It means that when heavy vehicle drivers execute lane changes to the right lane, they will keep adjusting the speeds as well as the space gaps. Two TTC variables also remained after variable selection for both LCLL and LCRL of passenger cars, which means drivers of passenger cars will face situations that are more complicated when changing to the right lane, and safety is more important than other types of lane changes.

Comparing the lane changes of passenger cars and heavy vehicles, one can find that the importance values of variables except for heavy vehicles are much larger than those for passenger cars. For example, the importance values of the second important variables for LCLL and LCRL of passenger cars are 29.37 and 34.21, respectively, while they are 55.86 and 64.34 for heavy vehicles, respectively. It means the drivers of heavy vehicles pay more attention to the variables related to surrounding traffic. This is probably because of heavy trucks’ large size and poor maneuverability. As we all know, heavy vehicles’ acceleration and deceleration performance is much worse than passenger cars. The size of the heavy vehicle is much larger, which makes the drivers more cautious about performing lane changes and naturally results in more attention to their surrounding traffic.

Table 5 shows that different variables are considered in four models, indicating that the decision behavior during the lane change implementation period varies between vehicle types and lane change directions. Compared to passenger cars, heavy vehicle drivers pay more attention to their surrounding traffic characteristics.

GBDT can easily explain the complicated relationships between the independent and dependent variables by drawing the partial dependence plots, which can be used for sensitivity analysis. The partial dependence plots of the first four variables in four models are provided in Figures 811. It should be pointed out that the Y-axis in the partial dependence plots in this study refers to the average log odds of completing lane change.

As shown in Figures 811, it can be found that the relationship between independent variables and the output of GBDT models is highly nonlinear. Considering that has the most significant influence on decision behavior, we will discuss the effects of in this section for demonstration. The effects of other variables can be easily observed from Figures 811. For passenger cars, the probability of successful lane change significantly increases when increases from 1 second to 3 seconds, which means most passenger cars complete lane change within 3 seconds after initiating lane change. However, the effective interval of is larger for heavy vehicles, indicating that heavy vehicles will take a longer time to complete lane change.

It can also be found from the partial dependence plots that the drivers of heavy vehicles are easier to be affected by surrounding traffic characteristics. The partial dependence plots show that the influence of independent variables on lane change decisions is nonlinear and complicated. For example, the partial plots of for both LCLL and LCRL show high volatility. Different speeds indicate different traffic conditions, which result in different lane change behavior. One can also find that the effect of on lane change decision is quite different between LCLL and LCRL in Figures 10 and 11. It means different rules are used by drivers when changing to different lanes.

The above results show that the lane change behavior significantly varies with the vehicle types and lane change directions. Specific models for different vehicle types and lane change directions are needed for microscopic traffic simulators. Besides, the results also indicate that lane change rules should be carefully designed for ADAS and CAV of different vehicle types.

6. Conclusions

This study employs GBDT to build the decision model during the lane change implementation. This paper uses vehicle trajectory data collected on German Highways to validate the GBDT method. Unlike previous studies, this study modelled lane changes of different vehicle types and directions separately.

The results showed that the elapsed time is the most important variable in all models. Other variables are found to play different roles in different models. Partial dependence plots of GBDT are drawn to reflect the effects of variables on lane change decisions. It is shown that the influence of independent variables on decision behaviors is nonlinear and complicated, which means that the same variable has different effects on the lane change decision for different vehicle types and lane change directions. Compared with other state-of-the-art methods, GBDT can produce more accurate prediction results, making it a promising tool for autonomous driving.

The results of this study indicate that it is necessary for microscopic traffic simulators, ADASs, and CAVs to build specific lane change models for different vehicle types and lane change directions. Nonetheless, there are also some limitations in this study. Firstly, the driving environment type is very limited since all the data are collected on highways. The applicability of the proposed method of lane change behaviors on urban roads needs to be tested. Secondly, driver characteristics are not considered in this study. Furthermore, more data will be collected to test the generalization of the model built in this study.

Data Availability

Some or all data, models, and codes that support the findings of this study are available from the corresponding author upon reasonable request.

Conflicts of Interest

The authors declare that there are no conflicts of interest regarding the publication of this paper.

Acknowledgments

This study was supported by the Natural Science Fund for Colleges and Universities in Jiangsu Province under grant no. 21KJB580014, Science and Technology Innovation Fund for Youth Scientists of Nanjing Forestry University under grant no. CX2019021, Nantong Science and Technology Plan Project under grant no. JC2020142, and Large Instruments Open Foundation of Nantong University under grant no. KFJN2260. The authors would like to thank Robert Krajewski and Julian Bock (RWTH Aachen University, Aachen, Germany) for providing the highD trajectory data for this study and experimenter Siyuan Liu in the Analysis and Test Center of Nantong University.