Abstract

The neural network may learn and incorporate the uncertainties to predict the driver’s lane-changing behavior more accurately. In this paper, we will discuss in detail the effectiveness of Back-Propagation (BP) neural network for prediction of lane-changing trajectory based on the past vehicle data and compare the results between BP neural network model and Elman Network model in terms of the training time and accuracy. Driving simulator data and NGSIM data were processed by a smooth method and then used to validate the availability of the model. The test results indicate that BP neural network might be an accurate prediction of driver’s lane-changing behavior in urban traffic flow. The objective of this paper is to show the usefulness of BP neural network in prediction of lane-changing process and confirm that the vehicle trajectory is influenced previously by the collected data.

1. Introduction

The most crucial road traffic problems requiring solutions have been the reduction of traffic accidents and traffic congestion [1]. Increasing the safety level of driving in traffic, especially the safety of maneuvers such as lane-changing and overtaking, is one of the key technologies for the Intelligent Transportation System (ITS) to achieve congestion-free and accident-free traffic situations [2]. Every year, traffic accidents result in approximately 1.2 million fatalities worldwide; without new prevention measures, this number could increase by 65% over the next two decades [3]. Researchers estimate that lane-changing crashes account for 4% to 10% of all vehicle crashes in the USA [4]. Although, this value is not very high, the delay time it causes accounts for 10% of the total time caused by all traffic accidents.

Due to the importance of driving behavior to vehicle safety, many researchers have attempted to model driving behavior. A general trend in the study of modeling driving behavior is the greater application of computational artificial intelligence. Because the driver’s mental and physical behavior is nondeterministic and highly nonlinear, it is difficult for traditional methods to embody this kind of uncertain relationship. The Artificial Neural Networks, fuzzy logic theory, and dynamic Bayesian networks, which include well-known hidden Markov models, have attracted many researchers to do relative research. Kumagai et al. focused on the prediction of drivers’ intensions of stopping the car at an intersection with their current and historical maneuvers based on a simple dynamic Bayesian Network [5]. Tezuka et al. developed a method to infer driver behavior with a driving simulator to evaluate continuous time-series steering angle data at the time of lane-changing. The proposed method used a static type conditional Gaussian model on Bayesian Networks [6]. Kuge et al. proposed hidden Markov models (HMMs) using observations of vehicle parameters and lane positions to model trajectories [7]. Sathyanarayana et al. proposed a method to model driver behavior signals using hidden Markov models. The hierarchical framework and initial results can encourage more investigations into driver behavior signal analysis and related safety systems employing a partitioned submodule strategy [8]. Pentland and Andrew proposed that many human behaviors can be accurately described as a set of dynamic models sequenced together by a Markov chain. They considered the human as a device with a large number of internal mental states and used the dynamic Markov models to recognize human behaviors from sensory data and to predict human behaviors a few seconds into the future [9]. Macadam and Johnson demonstrated the use of elementary neural networks (a two-layer back propagation) to represent the driver’s steering behavior in double lane-changing maneuvers and S-curve maneuvers. Due to the limited data source for neural networks, it was concluded that the adaptive nature of neural networks should be used for modeling driver steering behavior under a variety of operation scenarios [10]. Cheng et al. used a Back-Propagation neural network as a controller for an automated vehicle system. Camera images were used as inputs to the neural network [11]. Tomar et al. proposed a method to give the future lane-changing trajectories accurately for discrete patches using a multilayer perceptron (MLP) [12]. The proposed multilayer perception network is a simple single input, single output based on a single hidden layer and is used for training, testing, and prediction of the vehicle trajectories.

Most of the prior research based on Neural Network or DBN (Dynamic Bayesian Network) have recognized temporal information, inferred current states, or simply detected the action after it has begun, but it has not predicted future states. Most studies until now have analyzed driver behavior by offline processing of data due to the limited datasets. Besides, some studies are only able to train itself and predict the future positions of a lane-changing vehicle in certain discrete sections of the path only and not over the complete lane change path. Therefore, our research is intended to real-time predict lane-changing trajectory based on a time delay Back-Propagation Neural Network (BPNN). We proposed two-layer Tansig and Linear BP neural network to deal with n-input, single-output problems. The position, velocity, acceleration, and time headway of the vehicle were used as the inputs of the model. The future lane-changing trajectory was considered as the desired output of the trained network. We mixed the data of the different path sections as inputs to train the network in order to make its applications more wide. To validate the model, we employed NGSIM trajectory data and a smoothing method. Simulation results demonstrate the effectiveness of the proposed model.

In this research, we attempted to answer the following questions based on the proposed model. Is it possible to infer future driving states in different path sections using one neural network? How long of the prediction time is stable? Is it necessary to combine various input data for the prediction, and which one (or combination) is the more informative indicator? How to post-processed the raw data effectively? Which network is suitable for online analysis, BP Neural Network or Elman Network?

2. Traditional Lane-Changing Model Development

A major problem in developing a driver model lies on the requirement of suitable quantitative formulations by means of mathematical and statistical theories [1315].

Lane-changing behavior has been widely studied from the viewpoint of traffic flow theory. A typical lane-changing algorithm which is used for microscopic traffic simulation is described in this section [16].

Figure 1 illustrates the lane-changing situation for vehicle M. The vehicles Ld, Fd, and M represent the leading vehicle in the destination lane, the following vehicle in the destination lane, and the subject vehicle, respectively. The trajectories of subject vehicle M can be constructed by a two-dimensional coordinate system.

The objective of this section is to use a simple lane-changing model to define the lateral acceleration, the lateral velocity, and the lateral distance of subject vehicle M during a certain time-interval in Figure 2. The time-intervals for the lane-changing maneuver are shown in Figure 2 and the times are defined as follows.(i)At time , the subject vehicle M starts lane-changing maneuver and sets .(ii)At time , the subject vehicle M adjusts successfully for lateral acceleration.(iii)At time , the subject vehicle M arrives at the marginal collision point.(iv)At time , the subject vehicle M finishes the lateral acceleration.(v)At time , the subject vehicle M finishes the lane-changing maneuver.

Note that with the exception of the subject vehicle, the lateral and longitudinal accelerations of the other vehicles are assumed to be 0. Figure 3 illustrates the motion of vehicle M during a lane-changing or merge maneuver. is the angle between the tangent of the lane changing trajectory at the time and the X-axis. is the lane width. is the total lateral displacement for vehicle M. Memar et al. developed a sinusoidal pattern of lateral acceleration of the subject vehicle [17]. Instantaneous lateral acceleration is given by (1). Where is the total lateral displacement for the subject vehicle M, is the elapsed time, and and are defined as above. According to (1), the lateral acceleration is positive within the first half of the lateral displacement, that is, , and negative in the second half.

On basis of the lateral acceleration, the lateral velocity and the lateral distance traveled of the front-left corner P during a lane-changing can be derived by successive integration, given in (2) and (3).

As indicated above, traditional lane-changing models do not consider the uncertainties and perceptions in human behavior that are involved in modeling lane-changing. Therefore, research that develops lane-changing model from the artificial intelligence viewpoint is very important, such as the artificial neural network method introduced in the next section. The random term in network is attributable to a specific individual and the unimportant variables

3. Neural Network Model for Lane-Changing Trajectory Prediction

It is necessary that Advanced Driver Assistance System (ADAS) is provided with concepts and techniques that enable prediction of future situations. In order to optimize warning and control strategy of driver assistance systems, determine assistance systems more exactly, an analysis of driving behavior prediction under real-time traffic conditions is very essential to carry out driving erroneous analysis at the microscopic level. As an example, early recognition of a lane-changing behavior would help to adapt the warning and control strategy of Forward Collision Avoidance Assistance Systems and Lane Departure Warning (LDW) Systems.

Therefore, our research objective was the development of a neural network-based model for collision avoidance systems in the case of lateral lane-changing and longitudinal car following. Consistent with this primary goal, different advanced neural network models were employed and compared for the same problem.

3.1. Artificial Neural Network

Artificial Neural Networks (ANNs) are massive parallel adaptive networks of simple nonlinear computing elements. These elements are called neurons and are intended to model some functionalities of the human nervous system in order to take advantage of its computational strength [18]. As a commonly used nonlinear function approximation tool, artificial neural network has shown great advantages in forecasting, pattern identification, optimization techniques, and signal processing for its nonlinear, flexible, and valid self-organization properties. A variety of problem areas are modeled using ANN [1921] and in many instances, ANN has provided superior results compared to the conventional modeling techniques.

The basic model of ANN consists of computational units, which are a highly simplified model of the structure of the biological neural network [22]. Conceptual operation of ANN is shown in Figure 4. ANN is regarded as a black box that takes a weighted sum of all inputs and computes an output value using a transformation or output function. The output value is propagated to many other units via connections between units.

In general, the output function is a linear function in which a unit becomes active only when its net input exceeds the threshold of the unit, or it is a sigmoid function which is a nondecreasing and differentiable function of the input. Computational units in an ANN model are hierarchically structured in layers and depend upon the layer in which a unit resides. The units are called input, hidden, or output units. There are many input units, and some are dependent on the others. The output units are dependent on all input units. A hidden unit is used to augment the input data in order to support any required function from input or output. The inputs and outputs can be discrete or continuous data values. The input and output could also be stochastic, deterministic, or fuzzy.

In order to store a pattern in a network, it is necessary to adjust the weights of the connections in the network. The set of all weights on all connections in a network form a weight vector. The process of computing appropriate weights is called a learning law or learning algorithm. The learning process of ANN can be thought of as a reward and punishment mechanism [23], whereby when the system reacts appropriately to an input, the related weights are strengthened. In this case, it is possible to generate outputs, which are similar to those corresponding to the previously encountered inputs. On the contrary, when undesirable outputs are produced, the related weights are reduced. The model learns to give a different reaction when similar inputs occur, thus updating the system towards producing desirable results, whilst the undesirable ones are “punished.”

Back-Propagation (BP) neural network, a typical case of neural networks, is used most widely and is more mature than other networks. BP neural network models consist of an input layer, one or several hidden layers, and an output layer. The typical BP neuron model is shown in Figure 5. When a set of input values and corresponding desired output values are supplied to the network, the transferred value is propagated from the input layer through hidden layers to the output layer. The neural network tries to learn the input-output parameter relationship process by adapting its free parameters.

Mathematical expression of a BP neural network is defined as where column vector is input vector, row vector is the connection weight vector for neuron , is the threshold of the output, represents the input of neurons, and the function is the transfer function.

3.2. BP Neural Network Model for Lane-Changing Trajectory Prediction

For safe driving, it is necessary that the drivers perceive the relevant objects of a situation, comprehend the meaning of these objects to form a holistic understanding of the current situation, and predict the future development of the situation [24]. However, it is difficult for traditional lane-changing behavior model to embody the uncertainty in the series of cognitive behavior of drivers. Unlike the classic mathematic methods, BP networks can approximate the specific inputs and outputs relationship without a certain model.

Our research has attempted to set up a BP neural network model for lane-changing trajectory prediction and approximate the simulation of vehicle-to-vehicle interactions during the lane-changing process. Figure 6 shows a simple lane-changing maneuver.

In this study, an n-input, single-output based time delay BP neural network with two hidden layers is used for training, testing, and prediction of the vehicle trajectories. There are 40 sets of training samples consisted of four variables: the prior position, velocity, acceleration of the object vehicle, and the time headway. Each input variable consists of 1 second contiguous time history sets (or 10 frames). The desired output is the prediction of the next state 1 second in the lane-changing process by delaying time. The network was trained based on the Levenberg-Marquardt algorithm and the mean-squared error was examined. Network weight values are then iteratively adjusted until output errors are minimized. Once appropriate training data were collected, learning procedure could be implemented in order to reach similar performance with neural networks. Note that we mixed the training data of the different path sections as inputs to make the applications more wide.

4. Simulation Results and Discussion

4.1. Date Collection Based on Driving Simulation Test

In the simulation test, a driving simulator was used to collect driving behavior data including vehicle movements and maneuver operations. Separate computers were used to generate vehicle motion calculations and the front view displays. Subjects were instructed to use the driving simulator executing lane-changing and overtaking maneuvers on a two-lane road. There were 32 male drivers and 8 female drivers, their ages range from 24 to 50 years old and driving experience range from 1 year to 23 years. All the training data for the BP neural network was obtained from a driving simulator.

4.2. Results and Discussion of BP Neural Network Model

The BP neural network model used to predict lane-changing trajectory is shown in Figure 7. The network model consists of an input layer, two hidden layers, and an output layer. A nonlinear sigmoid defines each neuron’s activation function in the first layer. The second layer neurons are linear. The biases is attributable to a specific individual, uncertainties, and the unimportant variables.

In this paper, we only show tested results of lane-changing lateral trajectories as an example. Figure 8 shows the tested lateral trajectory from a driving simulator and the predicted lateral trajectory from BP neural network model. The prediction of the vehicle trajectory has large error in the initial phase because of the small number of previous samples.

Performance curve of BPNN is shown in Figure 9. As indicated in Figure 9, by increasing the number of iterations, the performance of the network will be improved. But when the number of iterations is large enough, an increase in the number of iterations will no longer reduce the error rate. Besides, we also found vehicle lateral trajectory is influenced by time headway and the prior lateral trajectory more obviously. It is reasonable, because most of lane-changing maneuvers are caused by a slow leading vehicle.

4.3. Model Validation Based on NGSIM Data

The Next Generation Simulation (NGSIM) data is used to test and verify our model. NGSIM data provides detailed vehicle trajectory data, wide-area detector data, and supporting data needed for behavioral algorithm research. Considering observations in real traffic are always affected by measurement errors, we smooth the raw data which is used to test the model.

Taking the lateral position and vehicle velocity, for example, the smooth results are shown in Figures 10 and 11. The test results of different prediction time are shown in Figure 12. The green curve is lateral position with 2 s prediction time (MSE = 0.2273). The blue curve is lateral position with 1 s prediction time (MSE = 0.0184), which is more accurate.

The validation results demonstrate the effectiveness of BNs model around a prediction time of 1 s. And validations using a new sample of NGSIM also prove that our model can predict the future positions of a lane-changing vehicle under different path sections.

4.4. Comparison between BPNN and Elman Network

For the purpose of comparison, training time and accuracy are considered between the BPNN model and the Elman Network model. The training time is the time needed to train a neural network. The accuracy is measured by calculating the error for the testing data points. Elman Network differs from BPNN in that the first layer has a recurrent connection, shown in Figure 13. We employed the same transfer function, training algorithm, neural nodes, and training samples.

In Figures 14, 15, and 16, the comparison results with 1 s prediction time show that convergence rate is increased and the training time is reduced with the BPNN model. But the accuracy is increased with the Elman Network. The mean-squared error based on BPNN model is 0.0371, whereas mean-squared error based on Elman Network model is 0.0279.

Simulation results demonstrate that in this application BPNN is more advantageous to the training time and accuracy because of the simpler network structure. For the future research on real-time on-line prediction, both the training time and accuracy are important.

5. Conclusion

The main motivation for using a neural network is its ability to learn and incorporate the uncertainties from real driving data. This means, after learning from the driving behavior data, neural network could generate vehicles states to reproduce any style of driving. In this study, prediction was done by sequential inference through BPNN and Elman models using the collected driving data from a driving simulator and NGSIM. The BP neural network model did a better job predicting lane-changing trajectories under different path sections and generated reliable simulation results. Note that among the various data, the vehicle trajectory is influenced by time headway and the prior position more obviously.

We can use this network model as a basic model or an initial point to create more complex lane-changing models. For future research, perhaps the results of the simulation could be improved by using more inputs, such as the current states of the vehicles and the driver’s reaction time. Reaction time could be increased when the driver is under stress or distracted. Therefore, future research should also consider how to incorporate mental workload in the driver behavior model and how to increase the length of the prediction window. One possible method to incorporate the mental workload is to measure the mental workload and define it as a part of the input to the neural network model. Meanwhile, for the future research, we attempt to develop a real-time, on-road lane-change detector that can anticipate the future driving state. This detector extracts signals from vehicle sensors and preprocesses them into feature vectors, which are then used for offline training and online inference. Finally, the simulation results could be used to assess the safety of lane-changing maneuvers and lay a necessary foundation for further development of the autonomous lane-changing and overtaking assistance systems.

Acknowledgments

This research was supported in part by National Nature Science Foundation of China under Grant 51010305084, 51110305060, 51210305046, and the Program of Introducing Talents of Discipline to Universities under Grant B12022. The authors also gratefully acknowledge the helpful comments and suggestions of the colleagues from Transportation Research Center of Beijing University of Technology, which have improved the paper.