Positioning
Vol.07 No.01(2016), Article ID:62505,20 pages
10.4236/pos.2016.71001
OKPS: A Reactive/Cooperative Multi-Sensors Data Fusion Approach Designed for Robust Vehicle Localization
Adda Redouane Ahmed Bacha1, Dominique Gruyer1, Alain Lambert2
1Department COSYS, IFSTTAR, LIVIC, Versailles, France
2IEF/UMR CNRS 8622, Université Paris-Sud, Centre d’Orsay, Orsay, France

Copyright © 2016 by authors and Scientific Research Publishing Inc.
This work is licensed under the Creative Commons Attribution International License (CC BY).
http://creativecommons.org/licenses/by/4.0/



Received 30 November 2015; accepted 28 December 2015; published 31 December 2015
ABSTRACT
This paper presents the Optimized Kalman Particle Swarm (OKPS) filter. This filter results from two years of research and improves the Swarm Particle Filter (SPF). The OKPS has been designed to be both cooperative and reactive. It combines the advantages of the Particle Filter (PF) and the metaheuristic Particle Swarm Optimization (PSO) for ego-vehicles localization applications. In addition to a simple fusion between the swarm optimization and the particular filtering (which leads to the Swarm Particle Filter), the OKPS uses some attributes of the Extended Kalman filter (EKF). The OKPS filter innovates by fitting its particles with a capacity of self-diagnose by means of the EKF covariance uncertainty matrix. The particles can therefore evolve by exchanging information to assess the optimized position of the ego-vehicle. The OKPS fuses data coming from embedded sensors (low cost INS, GPS and Odometer) to perform a robust ego-vehicle positioning. The OKPS is compared to the EKF filter and to filters using particles (PF and SPF) on real data from our equipped vehicle.
Keywords:
Localization, Mobile Robotic, Extended Kalman Filter, Particle Swarm Optimization, Particle Filter, Data Fusion, Vehicle Positioning, GPS

1. Introduction
Localization is a key technological component for any Advanced Driver Assistance System (ADAS). The localization information can be operated to develop new services which aim to increase drivers’ autonomy and/ or safety. These new services open fields for new Intelligent Transport Systems applied to Road applications (ITS-R) i.e. parking valet, and automated driving... Therefore, ego-vehicle accurate and reliable localization becomes an important issue in ITS research field. The objective is: to provide a much more precise vehicle positioning than with a classic Global Navigation Satellite System (GNSS) and, a reliable and consistent accu- rate positioning solution with low financial costs. Thus, on-board sensors or low cost sensors are used to comply with the GPS in order to perform a data fusion [1] . Additional sensors like inertial navigation system (INS), odometer, and steering wheel angle sensor can be used to bring new information. Fusing GPS with propriocep- tive sensors can get a better ego-vehicle positioning and at a higher rate than the GPS alone.
A large number of research works focuse on data fusion for vehicle localization applications [2] - [4] . Estimat- ing the position and orientation estimation is considered as a state estimation problem from a mathematical point of view [5] - [7] . State estimation is generally processed using Markovian methods. The Kalman Filter (KF) is an optimal filter for state estimation in the case of linear Gaussian systems [8] . Unfortunately, accurate vehicles dynamic models are nonlinear. To deal with nonlinearity, the Extended Kalman Filter (EKF) and other Kalman variants have been proposed [9] - [15] . The multi-hypothesis particular approach was developed to cover the EKF instability for the highly non-linear cases. The Particle Filter (PF) spread for research on autonomous vehicles localization and tracking applications [16] - [18] . However, the PF suffers from particles degeneracy and its accu- racy depends on the particles number which has a direct impact on the computation time [19] . Resampling prevents the particle dispersion and PF divergence [20] .
Aiming to create autonomous intelligent localization approaches for autonomous smart vehicles, the research community interests in hybrid approaches merging benefits from existing independent methods. Firstly intended for simulating social behavior, the Particle Swarm Optimization (PSO) [21] , is a metaheuristic optimization method improved for iterative optimization issues [22] - [25] . Particles of a swarm exchange information and coexist in the objective of a mutual cooperation to reach the best solution. The particles move independently toward the region where the positioning probability is higher (given the sensor information). Next, particles optimize their poses by evolving toward their best neighbors (social communication) to iteratively converge to local optima or a global optimum. Localization applications, inspired from PSO, rise within these last years [16] [17] [26] . The Swarm Particle Filter (SPF) is an evolved hybridization of a generic PF with PSO [16] [27] - [29] . PSO is used to optimize the particle distribution to overcome the PF problems of sample size dependency and particles impoverishment. The SPF can be employed for tracking and localization applications [16] [30] . How- ever, for multi-sensor data fusion based high dynamic vehicle localization, the SPF still has premature conver- gence and parameterization problems. A similar problem has been solved in [26] (where PSO is used for tuning noise parameters in addition to a Kalman filter) for dealing with strongly non-linear situations (aircraft abrupt dynamic changes). The resulting algorithm is a PSO aided EKF which needs anyway a PSO parameters tuning. We inspired from it and introduced an innovative localization method for vehicles. The Optimized Kalman Particle Swarm (OKPS) performs the vehicle real-time positioning considering a dynamic optimization problem. Earlier versions of our algorithm have been presented in [31] and [32] . This paper improves on our previous papers by introducing an adapted criteria for the driving tests and validation. Furthermore, our algorithm is fully detailed and a thorough comparison is realized with another algorithms. At each time step, the OKPS tries to find the best possible vehicle position according to the predicted vehicle state, the GPS measurement and the relayed information between particles (neighbors). The OKPS intends to minimize the parameterization needs while taking advantages of PSO/EKF/PF hybrid approach.
All these approaches are compared and ranked in terms of accuracy and robustness using real word experi- mental data of driving scenarios on the Satory-Versailles test track. Filters localization performance is evaluated in comparison with a centimetric RTK GPS used as a reference. The filters robustness is evaluated using filters uncertainty ellipses areas. The obtained results give a significant distinction between filters performances de- pending on the GPS quality (good, noisy, multi-path or missing signal).
Section 2 is dedicated to a background part; it introduces the approaches inspiring the OKPS by exposing their algorithmic and theoretical foundations. The Optimized Kalman Particle Swarm is detailed in Section 3. Section 4 carries out a theoretical and experimental filters comparison. Section 5 concludes this paper.
2. Review of Localization Methods
This section describes the approaches inspiring the OKPS filter. It gives an overview of the approaches studied for the algorithm implementation. Details of the mathematics fundamentals are given for each method.
2.1. Extended Kalman Filter (EKF)
The Extended Kalman Filter (EKF) is a recursive estimator and represents the nonlinear adaptation of the linear Kalman filter (KF). For well-defined and accurate modeling of non-linear process, EKF is the most widely used filter for state estimation. The process model must be derivable to allow the linearization by Jacobians calcula- tion. The previous estimate or state at
and the current measurements
are used to estimate the current state. The filtered current estimate is represented by
and
represents the estimation uncertainty noted as a covariance matrix.
The EKF passes through two main stages: Prediction and Update. The first one produces a predicted state
using the last estimated state
, the evolution model (Bicycle Model) and data from proprioceptive sensors. In the update step, the corrective measure
is used to correct the predicted state. The EKF requires an initialization step giving initial values to the following parameters: X represents the state vector
, U
the command vector, P the variance/covariance confidence matrix,
the process noise, Q the variance/ covariance matrix representing the process noise, v: the measurement noise, R the variance/covariance matrix representing the Measurement noise and Y the measures Vector.
2.1.1. Initialization

(1)


2.1.2. Jacobians
The Jacobian matrices are matrix of partial derivatives. A and H are derived respectively from f, the transition or evolution function and h, the observation function.
(2)
2.1.3. Prediction
The prediction is made using the evolution model
and its linear evolution matrix A.

2.1.4. Update
The update is a linear correction done with the Kalman gain which is calculated using the measurement matrix H to adjust the prediction according to the available measurement. The updated state 

2.2. Particle Swarm Optimization Basics (PSO)
The Particle Swarm Optimization (PSO) is a Metaheuristic Optimization method based on a set of samples called particles initially randomly and uniformly distributed in the search space according to a Gaussian distribution around an initial value. Each particle moves in the search space and represents a potential solution of the processed problem(s). Each particle has a memory capacity that allows it to know at each iteration what is its best performance to the current situation. A swarm particle also has the capacity of communicating with its neighbors (connected communicative particles), which allows it to know what is the best performance achieved by its neighboring particles. Using this information, each particle will move blending together three trends or tendencies: The tendency to keep its own way (selfish), the Conservative trend and the Social trend (Panurgism). For the first trend, the particle tends to use its inertia and will consequently continue keeping its own direction and evolution. By adopting the second trend, the particle tends to go back to its last best performance. For the third behavior, the particle tends to move toward the best solution found by its neighborhood. Figure 1 shows the PSO particle motion principle illustrating the tendencies collaborative mechanism of the particles.
A particle i at time k is characterized by a set of attributes. The first attribute is its vector in the search space




In Equation (5), the coefficients 



Figure 1. Particle motion in a PSO process.
The geographical neighborhood topology is based on the nearby particles and is considered as a dynamic topology because it needs to be calculated at each iteration (after particles evolution). The social neighborhood configurations shown in Figure 2 are set at the beginning of the process and do not require distance calculation to find the neighbors. Note that generally, in case of particles convergence, the social neighborhood tends to become geographical.
For readers interested in PSO, [35] and [37] provides an interesting analysis of recent developments in PSO evolution strategies and neighborhood topologies providing the basic algorithm and most of its variants. The details of the followed steps in the basic Particle Swarm Optimization algorithm are described in Algorithm 1.
2.3. Particle Filter (PF)
The particle filtering is a method of Sequential Monte-Carlo Simulation (SMCS) [19] . Using empirical distribu- tion of particles, the Particle Filter (PF) approximates the distribution of an estimated process. Particles explore the state space evolving independently in the search space. Each particle is a possible state of the process. Particles dispersion and concentration are managed by an Importance Sampling-Resampling (ISR) mechanism [20] . The sampling attributes a weight to each particle representing its actual consistency. The resampling up- dates these weights and performs a duplication-elimination mechanism according to the updated attributed weights. These two importance selection mechanisms work together to guarantee the particles distribution homogeneity and the PF stability avoiding the particles impoverishment. The PF is a good alternative to the non- linear Kalman filter variants for the ego-vehicle positioning application. With an adequate number of particles, the PF approximates the optimal probability distribution of an estimate. In comparison with the Kalman filters, the PF can be more accurate and more robust in case of strong non-linearity and noises. However, the PF
Figure 2. Different configurations of social neighborhood: Star, ring, and circle.
performance depends directly on the available computation power (number of samples). The user must do a compromise between computational time and accuracy. The particle filter algorithmic steps (see Algorithm 2) are detailed in the following:
Initialization. The initial position of the ego-vehicle is represented by the state vector
and an initial weight
Particle i has a state vector 


to a normal distribution. The centered normal laws of probability used in this case are



Prediction. This stage will give an a priori ego-vehicle positioning estimate for each particle



the last known state and the evolutionary information until this moment. Uncertainties of the evolution model and those of proprioceptive sensors data are very important for the proper functioning of the PF filter. These uncertainties are incorporated in order to promote the diversity in the particles evolution. Giving a different prediction evolution for each particle, this integration of the measurements and modeling uncertainties is the main reason which allows the particles to better explore the search space. When these noises are too low, the filter will not explore the search space and noise conditions will not be well represented by the particles distribution. When the noises are too high, the filter suffers from particles impoverishment due to excessive scattering of particles on several consecutive steps.
Update. In this stage, the prediction of each particle is adjusted by the reassessment of particles weights according to a new updated exteroceptive sensor data provided for instance by a low cost GPS. The update can be taken as compromising between the predictive and the corrective estimates. The conciliation between these two estimates is done by taking into account their respective uncertainties. The calculation of particles weight is carried out by Equation (6).

Standardization and Estimation. The weights standardization of the particles is done after updating to normalize the probabilities sum. The standardized weights are calculated according to the Equation (7).

Then, the particles estimates are merged to give a global ego-vehicle state estimation

Resampling. Resampling is a critical step for the stability of the particle filter. It is a selective mechanism that eliminates low weight particles and duplicates particles with high weights. The aim of applying the resampl- ing mechanism is to control the particles dispersion without affecting the probabilistic distribution of the particles (minimum impact on the ellipse of uncertainty).
It exists a wide range of methods for resampling as well as criteria for enabling/disabling resampling. For more details, see here [20] .
In this work, the used algorithm is the systematic resampling with the Kong criterion noted in the following.





If 







depending on the applied resampling approach, particles weights are set to 
2.4. The Swarm Particle Filter (SPF)
The particles of the PF do not perform any individual correction when the GPS is available. The estimation in
the PF is done only using the weighted predictions
approach which performs a real corrective step in the updating stage, the Swarm Particle Filter was developed.
Inspired by the PSO, the SPF is a hybridization of the PF with an integration of the social influence of the PSO. The SPF is expected to bring a particles interaction providing the capability for each particle to evolve in function of the neighborhood (correct the prediction). Particles go through all the normal PF steps. In addition to the classic PF stages, after the update stage, particles communicate and evolve in order to optimize their estimate and the swarm distribution. The particles move toward the region maximizing the positioning probabilities (particles weights).
The SPF performs in addition to the PF steps an evolution step just after the update and before the ego-vehicle positioning calculation and resampling. The SPF evolution step is the same concept of the evolution in PSO. However, the evolution equations are adapted to the application, giving the Equation (10). The scores are calculated as PF weights and 

In the literature, approaches addressing dynamic optimization problems [XIA04] eliminate the 
Figure 3. SPF algorithm based on PF/PSO hybridization.
the basic PSO evolution Equation (5) (
The SPF filter applied to the ego-vehicle localization showed problems of premature convergence. The main reason is that the particles exchange only weight information. This weight calculated using Equation (6) con- siders the particle performance exclusively according to the GPS data. Thus, when the GPS data is erroneous and its measurement error matrix 
In order to prevent the premature convergence problem, some particles are deprived of the neighborhood information 
blemaking particles (blind/non evolutive particles) are selected by fixing their number at the beginning or chose randomly at each step. These kind of particles do not apply the PSO optimization encouraging the swarm expansion and the search space exploration.
Based on the SPF concept and trying to overcome the problems of the GPS attraction and premature conver- gence, the OKPS filter was developed to perform a reactive-cooperative ego-vehicle localization. The idea of the OKPS conception is to allow each particle to judge its uncertainty not only relatively to GPS data, but by taking also into account the swarm dynamic (theoretically the vehicle dynamic). It will make each particle acting as a sensor fitted with self-diagnostic capacity. Then, each particle will provide an estimate and its associated estima- tion error.
3. The Optimized Kalman Particle Swarm (OKPS)
The OKPS is an evolution of the SPF. This proposed filter integrates in addition to the social concept of the SPF a cognitive one. The cognitive concept consists in giving an intelligence self-diagnostic capacity to the swarm particles. An adaptive weighting function, called fitness function is also developed to allow adaptive particles weights calculation considering this new capacity. The fitness function takes the EKF gain concept in order to be as representative as possible of the particle current probability. The role of the fitness function is to give a weight for each particle considering its efficiency relatively to the GPS measure and relatively to the particle confidence on its prediction at the same time.
3.1. OKPS Implementation
To perform an optimization-filtering approach allowing to be both reactive and cooperative, the OKPS combines the advantages of the already presented techniques. The cooperative aspect consists in the information exchanging and interaction between particles. While, the reactive aspect comes out in the capacity of detecting changes in the vehicle’s dynamic. This capacity is the direct consequence of fitting particles with a simple self-diagnose mechanism. The idea is performed by enhancing particles with a probability matrix 

The OKPS algorithm is described in the flowchart presented in Figure 4 and the implementation details are given in the following:
Figure 4. OKPS algorithm.
3.1.1. Initialization
OKPS particles, in addition to all SPF particles attributes, are fitted with a probability matrix
The parameters to be fixed are the number of particles N, the inertia weight W and the resampling factor




The initial OKPS particles attributes are: 





3.1.2. Prediction
Particles predict the vehicle state using proprioceptive data and the bicycle vehicle model. In addition to the state prediction, a prediction likelihood is calculated with 
A predicted vehicle state vector can be determined by the fusion of the predicted particles states vectors following the Equation (11).

3.1.3. Updating Scores
Before the scores evaluation, the particle uncertainty 


The updated 

Then, the score for each particle is calculated with the Fitness function. The Fitness function is a minimization or maximization criterion representing one or a compromise of multiple goals, the selection of this function depends on the application and the desired result [22] [25] [27] .
The OKPS fitness Function (13) is a maximization criterion. The calculated fitness score considers two information sources: the GPS corrective source and the particle prediction source. The compromise between these two sources will be done by a weighted average of their respective quadratic errors relatively to their respective uncertainties.








3.1.4. Evolution
In this step, each particle will optimize its estimation by evolving in the search space. This evolution is done by following Equation (10) and applying the Gaussian PSO motion principle [34] adapted to a dynamic environ-
ment [35] . The particle merges its inertia and its attraction to the 

mized and concentrated on the region maximizing the fitness values. The benefit of this evolution compared to the SPF evolution is that the 
3.1.5. Estimation
The particles results after evolution are fused in order to have a new ego-vehicle position estimation

3.1.6. Resampling
The resampling algorithm and criterion are the same used for the previously described approaches, the algorithm is the systematic one and the criterion is the Kong effective particles number.
In the same conditions of resampling threshold 
4. Results Analysis
In this section, the filters: EKF, PF, SPF and OKPS are tested in an ego-vehicle localization application. Different scenarios with different data qualities and noises conditions are studied. The filters will be ranked in terms of accuracy and robustness. The main criteria of comparison are: the Root Mean Square Error (RMSE), the Average Euclidean Error (AEE) and the Geometric Average Error (GAE) for the category of average errors. The RMSE is the mostly used natural approximation of the mean standard deviation of the differences between predicted values and observed values (estimation error). RMSE represents a good measure of accuracy. However, as it has not a simple physical interpretation and is scale-dependent. It is generally used for proba- bilistic analysis. Taken from the Euclidean distance concept, the AEE represents the average of instantaneous
errors 

RMSE and AEE are analysis criteria of average errors based on the concept of the arithmetic mean. The dis- advantage of this concept is that it is very sensitive to large outliers. To overcome this criteria weakness, the Geometric Average Error (GAE) is more robust to large outliers. Theoretically, the GAE is never greater than the AEE which is never even higher than the RMSE value (


In order to evaluate the instantaneous filters performance, complementary criteria to the average errors are taken into consideration, such as the instantaneous Euclidean Error (EE), axial errors, mean axial errors and mean axial standard deviations. To also evaluate filters robustness and sensitivity, the relationship between the average and instantaneous criteria is used.
To perform an even-handed experimental comparison, real word data are collected during a driving scenario on the urban area of the Satory test track (see Figure 5). Data collecting is done using a vehicle of the IFSTTAR/LIVIC laboratory equipped with embedded sensors and dedicated software. The vehicle is equipped with a steering wheel angle encoder, a gyrometer, an odometer and a low cost AG132 GPS running in degraded mode. Using a real data base is the best way to guarantee a real positioning tests (Data, conditions and noise similarity). The tests are then stated in the same conditions with the same data and with the same computational resources. For multi-hypothesis approaches (particular methods), the particles number is fixed to 500. The effectiveness threshold 
The filters performance shown by axial errors and Euclidean error graphics describe the filters instantaneous behavior at each step of the test. The tables of mean axial errors and standard deviations resume the global performance by mean values giving an idea of the average performance. The accuracy will be stated by analyzing the average errors and the robustness will be an analysis of the axial standard deviation relation with axial errors.
The first test is done using the synchronized data base. As data are synchronized, the data of slower sensors are interpolated. The localization process will perform both prediction and correction at each time step. This kind of situation are possible when the sensors are fast or when the vehicle moves slowly (parking maneuver). The problem with this data base is that the full data availability makes the filters very confident and optimist. The uncertainty ellipses and values will be smaller than normal and the challenge is to be capable of detecting outliers in spite of the confidence in the measurement. This data base is characterized by a bias and a high level of noise caused by the synchronization step. The filters have to be robust and precise at the same time. As said before, the difficulty is to filter outliers and not to be fully optimistic about data quality.
The results of the AG132 synchronous test are shown in Figure 6 and Table 1 and Table 2. Figure 6 describes according to the subfigures from left to right and from top to bottom the following criteria: the Euclidean Error, the RMSE, the AEE, the GAE, the longitudinal X axial error and the lateral Y axial error. Table 2 gives the axial mean errors for each filter in comparison with the GPS one and gives also the axial standard deviations. Table 1 compares the average errors rating the errors fluctuation using the gap between the GAE, AEE and RMSE. As noted in Table 1 the gap between the average errors criteria is significant which supports mathematically the presence of fluctuations (presence of temporary high outliers). The variations are also visible in the GPS Euclidean error results. The global results show that all the filters correct the errors and perform an acceptable ego-vehicle positioning. However, the filters remain more attracted by the biased GPS data. Here the OKPS outperforms the other filters by always keeping particles reactive and cooperative. To achieve this result, the OKPS gives an adequate likelihood value to each particle at each time step using the adaptive fitness function. Then, these values of particles likelihood (scores) are used to give a global estimation value for the ego-vehicle localization. The OKPS is finally more accurate and more robust to strong noises and bias. The filters axial standard deviations noted in Table 2 show that the OKPS did not become more optimistic than necessary which allows it to filter more effectively GPS outliers. According to the axial mean errors and standard deviation relationship the OKPS is 11.7% more accurate than the EKF and 11.4% than the PF, the OKPS is also 7.8% more robust than the EKF and 6.8% less sensitive than the PF.
Figure 5. Satory test track-urban area.
Table 1. RMSE, AEE and GAE final values for the synchronized AG132 test.
Table 2. Axis mean errors and standard deviations (m) for the synchronized AG132 test.
Figure 6. AG132 synchronized data test.
The OKPS merges both information from prediction and correction, the adaptive weighting mechanism (fitness) and the particles self-diagnose (uncertainty matrix) allow to get the best estimation of the vehicle position. However, these results which are obtained by a GPS information penalization because of their strongly degraded and noisy character, seems to hide an OKPS divergence.
To test our filter consistency and to ensure its integrity, further tests are carried out. First, the sensors data will be taken in their raw version (no signal pre-processing and no synchronization). This test will give an idea about the approaches performance in a localization application for a standard vehicle equipped with low cost sensors. After that, a GPS disturbance is generated and included to the GPS measures. The generated GPS degradation simulates the effect of GPS multi-reflexion in urban canyons. This final test will test the ego-vehicle localization performance for an urban driving scenario.
The results of the second test done with the raw asynchronous GPS data are shown in Figure 7, Table 3 and Table 4. The graphics shows that the OKPS is still performing good ego-vehicle localization in normal signal conditions. This result ensures the OKPS efficiency for different scenarios and supports the OKPS integrity. From axial errors analysis and standard deviations, we can say that the OKPS is 3.6% more accurate than the SPF and 1.2% more robust than the PF. For this test, the SPF an PF particles have the same behavior, the SPF outperforms the PF because of the SPF evolutionary capacity (optimization) which is not possible for the PF particles.
In order to test the filters reactivity and sensitivity in another situation, this third and last test is carried out. The results of the urban canyon driving scenario are synthesized in Figure 8, Table 5 and Table 6. The OKPS is designed to deal with this kind of situations, that is why it performs the best localization results. In this test, the GPS data are punctually disturbed by a multipath noise. These disturbances are shown by the peaks in graphics, especially in instantaneous criteria such as Euclidean Error and axial errors. The filters estimations are almost influenced by the peaks but the OKPS remains the less sensitive one. In a city with urban canyons where GPS systems generally suffers from multipath, multireflexion and outage problems, the OKPS will be the most appropriate localization approach. It is 18.4% more accurate than the EKF and 17.9% more than the PF. It is also 7.3% more robust than the SPF to multipath. The gap between RMSE, AEE, and GAE is more important than for the two previous tests which confirms the presence of important punctual disturbances.
Table 3. Axis mean errors and standard deviations (m) for AG132 asynchronous data test.
Table 4. RMSE, AEE and GAE final values for AG132 asynchronous data test.
Table 5. Axis mean errors and standard deviations (m) for AG132 asynchronous data with multipaths.
Table 6. RMSE, AEE and GAE final values for AG132 asynchronous data with multipaths.
Figure 7. AG132 asynchronous data test.
The OKPS outcompetes the other approaches especially in signal multireflexion cases. It also remains less sensitive to the GPS positioning outliers and vehicle dynamic changes than the EKF, PF and SPF filters. The OKPS performs a better positioning with a higher accuracy in different signal and driving situations. These tests conclude that the OKPS is better overall the three scenarios and overtakes the other filters especially in case of GPS multipaths and sensors data disturbance.
5. Conclusions
This paper shows the Optimized Kalman Particle Swarm theoretical formulation and experimental performance.
Figure 8. AG132 Asynchronous data with multipaths test.
It highlights the cooperative reactive aspect of the OKPS which performs accurate ego-vehicle localization in degraded conditions (noises and multireflexions). Our OKPS fits the particles with an uncertainty matrix. The covariance uncertainty matrix represents the capacity of auto-diagnose of the particles which are incorporated to the adaptive weighting system (fitness function). Thanks to the added covariance matrix, the particles of the OKPS become more reactive to abrupt dynamic changes and more robust to noises.
The advantage of the OKPS positioning is stated during a driving scenario test. The OKPS outperforms the other filters using its reactivity and cooperative particles. More explicitly, the adaptive multi-objective fitness function allows the swarm to evolve to high scores regions. Each particle merges its self-diagnose with the GPS data. The described cooperative process makes the OKPS effective in high dynamic on-road ego-vehicle locali- zation applications. The OKPS performs the best ego-vehicle positioning especially for the urban driving scena- rio with GPS multipaths: it out-competes the EKF, PF and SPF for ego-vehicle localization application. Even though the OKPS is more computationally complex and more time consuming, its promising results make it one of the most suitable localization methods. The OKPS needs less tuning parameters than the metaheuristic hybrid localization approaches. An auto-attraction-repulsion mechanism insures the swarm homogeneity, diversifica- tion and effectiveness. This mechanism prevents the swarm premature convergence for a full connected neigh- borhood topology.
In future works, the OKPS will be tested in more diverse driving scenarios (for example stop and go, parking and strong braking and acceleration scenarios) with additional sensors which will improve the OKPS localiza- tion accuracy and integrity. This approach will then be tested in comparison with the Interacting Multi-Model Filter developed by the LIVIC laboratory for autonomous vehicle localization applications. Next, we intend to add nice properties of the IMM in the OKPS.
Cite this paper
Adda Redouane AhmedBacha,DominiqueGruyer,AlainLambert, (2016) OKPS: A Reactive/Cooperative Multi-Sensors Data Fusion Approach Designed for Robust Vehicle Localization. Positioning,07,1-20. doi: 10.4236/pos.2016.71001
References
- 1. Bouaziz, S., Fan, M., Lambert, A., Maurin, T. and Reynaud, R. (2003) PICAR: Experimental Platform for Road Tracking Applications. IEEE Intelligent Vehicles Symposium, Columbus, 9-11 June 2003, 495-499.
http://dx.doi.org/10.1109/IVS.2003.1212961 - 2. Pepy, R., Lambert, A. and Mounier, H. (2006) Reducing Navigation Errors by Planning with Realistic Vehicle Model. 2006 IEEE Intelligent Vehicles Symposium, Tokyo, 13-15 June 2006, 300-307.
http://dx.doi.org/10.1109/ivs.2006.1689645 - 3. Seignez, E., Lambert, A. and Maurin, T. (2005) Autonomous Parking Carrier for Intelligent Vehicle. IEEE International Conference on Intelligent Vehicle, Las Vegas, 6-8 June 2005, 411-416.
http://dx.doi.org/10.1109/ivs.2005.1505138 - 4. Ndjeng, A.N., Lambert, A., Gruyer, D. and Glaser, S. (2009) Experimental Comparison of Kalman Filters for Vehicle Localization. IEEE Intelligent Vehicles Symposium, Xi’an, 3-5 June 2009, 441-446.
http://dx.doi.org/10.1109/ivs.2009.5164318 - 5. Maybeck, P.S. (1982) Stochastic Models, Estimation and Control. Academic Press, New York.
- 6. Lewis, F.L. (1986) Optimal Estimation: With an Introduction to Stochastic Control Theory. John Wiley & Sons, New York.
- 7. Lambert, A., Gruyer, D., Vincke, B. and Seignez, E. (2009) Consistent Outdoor Vehicle Localization by Bounded-Er- ror State Estimation. IEEE/RSJ International Conference on Intelligent Robots and Systems, St. Louis, 10-15 October 2009, 1211-1216. http://dx.doi.org/10.1109/iros.2009.5354673
- 8. Kalman, R.E. (1960) A New Approach to Linear Filtering and Prediction System. Transactions of the ASME—Journal of Basic Engineering, 82, 35-45. http://dx.doi.org/10.1115/1.3662552
- 9. Julier, S.J. and Uhlmann, J. (1997) A New Extension of the Kalman Filter to Nonlinear Systems. International Symposium on Aerospace/Defense Sensing, Simulation and Controls, Orlando, 182-193.
- 10. Ito, K. and Xiong, K. (2000) Gaussian Filters for Nonlinear Filtering Problems. IEEE Transaction on Automatic Control, 45, 910-927. http://dx.doi.org/10.1109/9.855552
- 11. Julier, S.J. and Uhlmann, J. (1996) A General Method for Approximating Nonlinear Transformation of Probability Distribution. Technical Report, University of Oxford, Oxford.
- 12. Lefebvre, T., Bruyninckx, H. and De Schutter, J. (2004) Kalman Filters for Non-Linear Systems: A Comparison of Performance. International Journal of Control, 77, 639-653.
http://dx.doi.org/10.1080/00207170410001704998 - 13. Mourllion, B., Gruyer, D., Lambert, A. and Glaser, S. (2005) Kalman Filters Comparison for Vehicle Localization Data Alignment. IEEE/RSJ International Conference on Advanced Robotics, Seattle, 18-20 July 2005, 178-185. http://dx.doi.org/10.1109/icar.2005.1507410
- 14. Ali, J. and Ullah Baig Mirza, M.R. (2010) Performance Comparison among Some Nonlinear Filters for a Low Cost SINS/GPS Integrated Solution. Nonlinear Dynamics, 61, 491-502.
http://dx.doi.org/10.1007/s11071-010-9665-y - 15. Kandepu, R., Foss, B. and Imsland, L. (2008) Applying the Unscented Kalman Filter for Nonlinear State Estimation. Journal of Process Control, 18, 753-768. http://dx.doi.org/10.1016/j.jprocont.2007.11.004
- 16. Havangi, R., Nekoui, M.A. and Teshnehlab, M. (2010) A Multi Swarm Particle Filter for Mobile Robot Localization. International Journal of Computer Science, 7, 15-22.
- 17. Godoy, J., Gruyer, D., Lambert, A. and Villagra, J. (2012) Development of an Particle Swarm Algorithm for Vehicle Localization. IEEE Intelligent Vehicles Symposium, Alcala de Henares, 3-7 June 2012, 1114-1119. http://dx.doi.org/10.1109/ivs.2012.6232213
- 18. Bazzani, L., Bloisi, D. and Murino, V. (2009) A Comparison of Multi Hypothesis Kalman Filter and Particle Filter for Multi-Target Tracking. Performance Evaluation of Tracking and Surveillance Workshop at CVPR, Miami, 25 June 2009, 47-54.
- 19. Arulampalam, S., Maskell, S., Gordon, N. and Clapp, T. (2002) A Tutorial on Particle Filters for Online Non-Linear/ Non-Gaussian Bayesian Tracking. IEEE Transactions on Signal Processing, 50, 174-188.
http://dx.doi.org/10.1109/78.978374 - 20. Hol, J.D., Schön, T.B. and Gustafsson, F. (2006) On Resampling Algorithms for Particle Filters. 2006 IEEE Nonlinear Statistical Signal Processing Workshop, Cambridge, 13-15 September 2006, 79-82.
http://dx.doi.org/10.1109/nsspw.2006.4378824 - 21. Shi, Y. and Eberhart, R. (1998) A Modified Particle Swarm Optimizer. IEEE International Conference on Evolutionary Computation, Anchorage, 4-9 May 1998, 69-73.
http://dx.doi.org/10.1109/icec.1998.699146 - 22. Reyes-Sierra, M. and Coello, C.A.C. (2006) Multi-Objective Particle Swarm Optimizers: A Survey of the State-of- the-Art. International Journal of Computational Intelligence Research, 2, 287-308.
- 23. Coello Coello, C.A. and Lechuga, M.S. (2002) MOPSO: A Proposal for Multiple Objective Particle Swarm Optimization. IEEE Congress on Evolutionary Computation, 2, 1051-1056.
http://dx.doi.org/10.1109/cec.2002.1004388 - 24. Banks, A., Vincent, J. and Anyakoha, C. (2007) A Review of Particle Swarm Optimization. Part I: Background and Development. Natural Computing, 6, 467-484.
http://dx.doi.org/10.1007/s11047-007-9049-5 - 25. Esquivel, S.C. and Coello, C.A.C. (2003) On the Use of Particle Swarm Optimization with Multimodal Functions. IEEE Congress on Evolutionary Computation, Canberra, 8-12 December 2003, 1130-1136.
http://dx.doi.org/10.1109/cec.2003.1299795 - 26. Jwo, D.-J. and Chang, S.-C. (2009) Particle Swarm Optimization for GPS Navigation Kalman Filter Adaptation. Aircraft Engineering and Aerospace Technology, 81, 343-352.
http://dx.doi.org/10.1108/00022660910967336 - 27. Zhang, J., Pan, T.-S. and Pan, J.-S. (2011) A Parallel Hybrid Evolutionary Particle Filter for Nonlinear State Estimation. 2011 1st International Conference on Robot, Vision and Signal Processing (RVSP), Kaohsiung, 21-23 November 2011, 308-312. http://dx.doi.org/10.1109/RVSP.2011.77
- 28. Tong, G., Fang, Z. and Xu, X. (2006) A Particle Swarm Optimized Particle Filter for Nonlinear System State Estimation. IEEE Congress on Evolutionary Computation, CEC 2006, Vancouver, 16-21 July 2006, 438-442. http://dx.doi.org/10.1109/CEC.2006.1688342
- 29. Fang, Z., Tong, G.-F. and Xu, X.-H. (2007) Particle Swarm Optimized Particle Filter. Control and Decision, 22, 273-277.
- 30. Chen, Z.-M., Bo, Y.-M., Wu, P.-L. and Chen, Q.-X. (2012) A New Hybrid Algorithm for Particle Filtering and Its Application to Radar Target Tracking. Acta Armamentarii, 33, 83-88.
- 31. Ahmed Bacha, A., Gruyer, D. and Lambert, A. (2013) A Robust Hybrid Multisource Data Fusion Approach for Vehicle Localization. Positioning, 4, 271-281. http://dx.doi.org/10.4236/pos.2013.44027
- 32. Ahmed Bacha, A., Gruyer, D. and Lambert, A. (2014) A Performance Test for a New Reactive-Cooperative Filter in an Ego-Vehicle Localization Application. IV 2014 IEEE Intelligent Vehicles Symposium (IV), Dearborn, 8-11 June 2014, 548-554. http://dx.doi.org/10.1109/IVS.2014.6856472
- 33. Clerc, M. and Kennedy, J. (2002) The Particle Swarm—Explosion, Stability, and Convergence in a Multidimensional Complex Space. IEEE Transactions on Evolutionary Computation, 6, 58-73.
http://dx.doi.org/10.1109/4235.985692 - 34. Krohling, R.A. (2004) Gaussian Swarm: A Novel Particle Swarm Optimization Algorithm. IEEE Conference on Cybernetics and Intelligent Systems, 1, 372-376.
- 35. Hu, X.H., Shi, Y.H. and Eberhart, R. (2004) Recent Advances in Particle Swarm. 2004 Congress on Evolutionary Computation, 1, 90-97.
- 36. Frans, V.D.B. (2002) An Analysis of Particle Swarm Optimizers. PhD Thesis, University of Pretoria, Pretoria.
- 37. Liang, X., Li, W., Zhang, Y., Zhong, Y. and Zhou, M. (2013) Recent Advances in Particle Swarm Optimization via Population Structuring and Individual Behavior Control. 2013 10th IEEE International Conference on Networking, Sensing and Control (ICNSC), Evry, 10-12 April 2013, 503-508.
http://dx.doi.org/10.1109/ICNSC.2013.6548790
















