Next Article in Journal
A Hybrid Spatio-Temporal Data Indexing Method for Trajectory Databases
Previous Article in Journal
Short Chain N-Acyl Homoserine Lactone Production in Tropical Marine Vibrio sinaloensis Strain T47
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Improved Artificial Bee Colony Algorithm Based Gravity Matching Navigation Method

College of Automation, Harbin Engineering University, Harbin 150001, China
*
Author to whom correspondence should be addressed.
Sensors 2014, 14(7), 12968-12989; https://doi.org/10.3390/s140712968
Submission received: 25 March 2014 / Revised: 9 July 2014 / Accepted: 16 July 2014 / Published: 18 July 2014
(This article belongs to the Section Physical Sensors)

Abstract

: Gravity matching navigation algorithm is one of the key technologies for gravity aided inertial navigation systems. With the development of intelligent algorithms, the powerful search ability of the Artificial Bee Colony (ABC) algorithm makes it possible to be applied to the gravity matching navigation field. However, existing search mechanisms of basic ABC algorithms cannot meet the need for high accuracy in gravity aided navigation. Firstly, proper modifications are proposed to improve the performance of the basic ABC algorithm. Secondly, a new search mechanism is presented in this paper which is based on an improved ABC algorithm using external speed information. At last, modified Hausdorff distance is introduced to screen the possible matching results. Both simulations and ocean experiments verify the feasibility of the method, and results show that the matching rate of the method is high enough to obtain a precise matching position.

1. Introduction

Gravity matching navigation is a kind of matching navigation technology aimed at obtaining the best matching position, in which the gravity data from the gravimeter and gravity reference database are imported into the computer for gravity matching solver. Gravity matching navigation has always been a key research area for underwater passive navigation, and in general, methods of gravity matching include recursive filtering method and correlation matching method. For the recursive filtering method, the precise model of gravity anomaly is difficult to establish, and its application is limited. Meanwhile, for the correlation matching method, the computational complexity is high, and the matching accuracy is low [1]. With the development of intelligent algorithms, many scholars are keen to do research on their application in the field of navigation. Particle swarm algorithm is applied to the path planning, solving local optimum problem and decreasing the high complexity of existing algorithms [2]. A new star recognition method based on the Adaptive Ant Colony (AAC) algorithm has been developed to increase the star recognition speed and success rate for star sensors [3]. The Artificial Bee Colony (ABC) algorithm has been proposed for training RBF networks [4]. Multi-layer Feed-forward Neural Networks (MFNNs) is proposed in order to enhance the performance of low cost INS/GPS integrated systems [5]. A genetic algorithm is introduced into the selection of adaptation areas in geomagnetic aided navigation to achieve high recognition accuracy [6]. The problem of excessive search space in geomagnetic matching is solved by using the genetic algorithm to search the possible tracks [7]. Similar with geomagnetic matching navigation, gravity matching navigation uses the physical information of the Earth to achieve the matching position [8,9]. Therefore, the artificial intelligence algorithms are equal when applied to the search process of gravity matching with the advantages of the intelligent algorithms, in order to improve the performance of the gravity matching algorithm.

As one of the most recent intelligent algorithms, the ABC algorithm is able to replace the non intelligent search strategy of traditional gravity matching navigation to enhance the efficiency of gravity matching navigation for its fast convergence speed and low complexity. However, there are still some problems that need to be discussed which are similar to other intelligent algorithms (GA, EA, PSO); though the algorithm converges rapidly, it increases the possibility of falling into local optimum or prematurely due to evolution and selection strategy [1013]. In recent years, many scholars have tried to improve the basic ABC algorithm. For example, the global best individual is used to guide the bees to increase the development ability of the ABC algorithm [14]. The initialization of bee colony with chaos and backward learning which is combined with differential evolution ideas is introduced to improve the diversity of the bee colony [15]. The inertia factor and acceleration factor are introduced to the ABC algorithm to increase the convergence rate [16]. Both the number of search parameters and the range of search steps are adjusted to improve search performance [17], in order to avoid the constraints of fixed-step search and increase the efficiency, especially for search objects with high-dimension parameters. These improvements are aimed at the search process for the entire bee colony, but for different search stages, the pressures of search and selection are different. This paper improves the search performance of the algorithm by adaptively adjusting the range of search steps and calculations of transition probability. Besides, to seek better performance of gravity matching based on the intelligent algorithm, modifications to the intelligent algorithm itself are not enough. What is more, the algorithm can yield the greatest returns through analysis of the application environment and reasonable design of the search mechanism. Considering the matching result is not exclusive, a new search mechanism is proposed in this paper combining multi-group local single point search with double-group overall constrained search. The experimental results show that the gravity matching method can solve the problem of mismatch, and achieve a precise matching position.

The paper is organized as follows. In Section 1, the basic principles of gravity matching are introduced, and the gravity matching with intelligent algorithms is presented. In Section 2, the basic ABC algorithm is described, and some modifications to the basic ABC algorithm are done to improve the search performance. In Section 3, the matching strategy based on improved ABC algorithm is introduced to make it more suitable for application to the matching algorithm. In Section 4, a simulation experiment and an ocean experiment are presented and the results are discussed, to verify the feasibility of the gravity matching algorithm.

2. Principle of Gravity Matching

Gravity aided navigation is an autonomous navigation technology using gravity feature information of the Earth to determine the position of the vehicle. As described in Figure 1, the key components of the gravity aided navigation system are inertial navigation system (INS), gravity reference database, gravity sensing device (gravimeter) and a computer for the matching calculation [1820].

The basic working principles of gravity matching navigation include:

Gravimeter measures the gravity anomaly data of the vehicle in the track;

The corresponding gravity data is extracted from the gravity reference database stored in the computer according to the position information provided by INS;

Both types of gravity data are sent to the computer for matching calculation, and the computer will output the best matching position information;

This matching position information obtained is utilized to restrain the INS errors and enhance the navigation accuracy.

This paper mainly researches the matching algorithm in Figure 1, which is regarded as the core technology of gravity matching. In this work, intelligent search algorithm is applied to the search process matching points with full convergence speed, high search precision, good stability and other advantages.

3. Artificial Bee Colony Algorithm

3.1. Basic ABC Algorithm

The ABC algorithm, proposed by Karaboga from Turkey Erciyes University in 2005 for real-parameter optimization, is a recently introduced swarm intelligence algorithm. As the name implies, the ABC algorithm simulates the behaviors of the bee colony by observing how bees find the nectar, information exchange, and automatically assigning the number of groups of bees [14]. In Table 1, a one-to-one relationship exists between the behavior of bees and the optimization problem.

In the basic ABC algorithm, the minimal model in a bee colony that the algorithm simulates consists of three kinds of bees: employed bees, onlooker bees and scout bees. Employed bees are responsible for exploiting the nectar sources and giving information to onlooker bees in the hive about the quality of the food sources (a food source means a feasible solution for the problem with multiple solutions) they are exploiting. Onlooker bees choose a food source to exploit with a certain probability based on the information shared by the employed bees. Besides, Scouts randomly search the surrounding environment in order to find a better nectar source depending on an internal motivation or possible external clues.

At the initial stage of the search process, the bees start to explore the environment randomly in order to find a nectar source. After finding a nectar source, half of the bees become employed bees and prepare to exploit the discovered source. If the quality of the new position is better than the old, the new position will be memorized. If the source is exhausted, the bee becomes a scout and starts to randomly search for a new source. Onlooker bees choose the employed bees with a certain probability proportional to the quality of the source, and search for a new position around the neighborhood, and check the amount of honey. The bees try their best to find the best nectar with maximum amount of honey [1417].

All these units and interactions in the basic ABC algorithm are shown as a flowchart in Figure 2.

The key steps of the ABC algorithm in Figure 2 are described in detail. In Step ①, the algorithm starts with randomly produced nectar sources that correspond to the solutions in the search space, in which the parameters of the initial position are determined randomly within the range of the boundaries.

x i j = x INS j + R j rand ( 0 , 1 )
where i = 1… N, j = 1…D, N is the number of nectar sources, D is the number of optimization parameters, x min j and x max j are the maximum and minimum of parameter j.

In Step ②, the employed bees and onlooker bees update their positions according to the following Equation:

x i j = x i j + ( x i j x neighbour j ) r d
where rd is a uniformly distributed real random number in the range [−1, 1], neighbour ∈(1, N) is a randomly chosen, j is a random integer in the range [1, D].

If some parameter values which are produced by this operation exceed their predetermined boundaries, the parameter value is set to the corresponding boundary.

x i = { x min i i f x i < x min i x max i i f x i > x max i

In Step ③, after a new position is produced within the boundaries, a fitness value will be assigned to the solution by Equation (4).

fit i = { 1 / ( 1 + f i ) i f f i 0 1 + abs ( f i ) i f f i < 0
where fi is the cost value of the solution i, fiti is the fitness value of the solution i corresponding with the richness of the nectar source.

In Step ④, each employed bee is chosen by the onlooker bee with probability in size to the fitness value by Equation (5).

P i = fit i / j = 1 N fit j

In Step ➄, the best solution has not been updated when the search for matching point is assumed to be exhausted and will be replaced with a new nectar source discovered by the scout. This action is taken to increase the diversity and randomness of the bee colony. Specifically, the new nectar source is updated by Equation (6).

x i j = x INS + rand ( 0 , 1 ) R j

3.2. Improved ABC Algorithm

In Figure 2, two main modifications to the basic ABC algorithm are done: adjusting the search strategy (number of search parameters and range of search step) and calculation of transition probability. Accordingly, adjusting the number of search parameters is mainly applied to the circumstance with high-dimensional parameters [21], however, only two parameters (longitude and latitude) in the gravity matching process are adjustable. Therefore, the basic ABC algorithm is improved in this paper by adjusting the range of the search step and calculation of transition probability.

3.2.1. Adjusting the Range of Search Step SF

In the basic ABC algorithm, both employed bees and onlooker bees update their positions according to Equation (1), in which the range of the search step is a constant. It is understandable that the range of search step is too small to decrease the convergence rate, while large range of search step will reduce the development capability of the bee colony. The parameter SF is introduced to control the range of the search step, in order to dynamically adjust the convergence speed and development capability.

The position of bee i in the kth iteration is memorized as xi(k), the direction of vector (xi(k + 1) − xi(k)) is regarded as the direction of movement for bee i in the kth iteration, ϕ is the angle between the direction of movement for bee i and the direction of the best nectar source with greatest value of fitness, xbest(k) is the position of the best nectar source found so far after the kth iteration. If the angle ϕ for bee i meets ϕ ≤ 90°, the search of bee i is successful; else, the search is unsuccessful.

According to the definitions above, if the direction of movement for a bee is accordant with the direction of the best nectar source obtained in the current cycle, the size of the search step can be properly increased; otherwise, the range of the search step can be decreased appropriately. The two cases are indicated in Figure 3b.

For both cases of enlarging and lessening the range of the search step, the specific expression of the calculation as defined in Equation (7) depends on experience.

S F i ( k + 1 ) = { S F i ( k ) × ( 1 + cos ϕ ) i f cos ϕ > 0 S F i ( k ) / ( 2 cos ϕ ) i f cos ϕ 0

The search step should not exceed SFmax to ensure the stability of the algorithm. Because the search direction is selected randomly in the search process, the size of angle ϕ could be described as Equation (8).

cos ϕ = { ( x i ( k ) x i ( k + 1 ) ) ( x best ( k ) x i ( k ) ) x i ( k ) x i ( k + 1 ) × x best ( k ) x i ( k ) i f r d > 0 ( x i ( k + 1 ) x i ( k ) ) ( x best ( k ) x i ( k ) ) x i ( k + 1 ) x i ( k ) × x best ( k ) x i ( k ) i f r d 0
where ‖ ‖ is the length of two vectors, · is the dot product between two vectors, rd is a random number in the range [−1, 1].

Assuming that the range of the search step for bee i is SFi(k − 1) = a, the search is successful and ϕ = 0. According to Equation (7), we have SFi+1(k) = 2a. If the search in k+1th iteration is unsuccessful and ϕ = 180°, the best solution is between xi(k) and xi(k + 1) and the individual moves to xi(k) in step of SFi(k + 1) = 2a/3 in k+1th iteration. That is to say, the search range is always among the interval including the best solution. In the same way, no matter whether the search in k+2th iteration is successful or not, the best solution is among the search interval.

3.2.2. Adjusting the Calculation of Transition Probability P

In the search process for best solution, the selection pressures are different at different stages of cycles. When the cycle is small, the employed bees with smaller fitness value should have more opportunity to recruit the onlooker bees, in order to maintain a high diversity of the colony; when the cycle is large, it is needed to narrow the range of search to speed up the search process. The problem of adjusting selection pressure is equivalent to the problem of how to calculate the transition probability. The calculation of transition probability in basic ABC algorithm is based on the formula shown in Figure 2, while for the different stages with different selection pressures; the improvements in Equation (9) are conducted to adaptively adjust the calculation of transition probability.

P i = e β c MaxCycles P 1 + ( 1 e β c MaxCycles ) P 2
in which
P 1 = fit i + fit min i = 1 S N ( fit i + fit min ) , P 2 = fit i fit min i = 1 S N ( fit i fit min )
where SN is the number of nectar sources, fiti is the fitness function value of solution i, fitmin is the minimum of fitness function after current cycle, MaxCycles is the maximum of total cycle, c is the number of current cycle in the range [1, MaxCycles], β is a control parameter.

This probabilistic selection depends on the fitness values of the solutions in the population. From Equation (4), we can know that a fitness value depends on the value of cost function, and the fitness function is a monotone decreasing function. For a minimization problem, the better the food source is, the smaller the value of the cost function will become. The difference for different specific problems is the definition of the cost function.

For the gravity matching algorithm, the gravity information is used as the matching quantity, and the gravity information of the best matching point is expected to converge with the observed gravity information. Therefore, the form of the cost function depends on the absolute value of the difference between the two kinds of gravity information. To simplify the expression, the absolute value of the difference between the gravity information of the best matching point and the observed gravity information can be directly used as the cost function. So, the fitness can be described as:

fitness = 1 / ( 1 + | Δ g obs Δ g | )
where Δgobs is the observed gravity information, Δg is the gravity information of best matching point.

As described above, c changes one by one from 1 to MaxCycles during the searching process. The current search stage can be implied by the proportion of c to MaxCycles, which is used to confirm the proportions of P1 and P2 to Pi shown in Equation (9). On this basis, the introduction of control parameter β aims at controlling the proportions further, and the value of β is configurable. Therefore, the adjustment of transition probability depends on the values of c and β.

P1 and P2 shown in Equation (10) are treated as the limit values of Pi, and the expressions of P1 and P2 should have the following relation between the expression shown in Equation (12):

{ P 1 fit i / i = 1 S N fit i = fit min S N ( 1 S N i = 1 S N fit i fit i ) i = 1 S N ( fit i + fit min ) i = 1 S N fit i P 2 fit i / i = 1 S N fit i = fit min S N ( 1 S N i = 1 S N fit i fit i ) i = 1 S N ( fit i fit min ) i = 1 S N fit i

On the condition that the value of β is properly configured, it can be known from Equation (9) that when c is small, the value of Pi mainly depends on P1, that is to say, the employed bees whose fitness values are less than the average will have a greater chance of being selected. When c is small, the value of Pi mainly depends on P2, that is to say, the employed bees whose fitness values are greater than the average will have a greater chance of being selected. The law above can be expressed as Equation (13).

{ P 2 < fit i / i = 1 S N fit i < P 1 , i f c is small and fit i 1 S N i = 1 S N fit i P 1 < fit i / i = 1 S N fit i < P 2 , i f c is large and fit i > 1 S N i = 1 S N fit i

In order to make a clear comparison with the primary selection mechanism, the improved selection mechanism is shown in the form of the curve as in Figure 4a,b.

From Figure 4, we can see that when c is small, the improvement focuses on the promotion of searching precision. When c is large, the improvement focuses on the promotion of convergence speed.

4. Matching Strategy Based on Improved ABC Algorithm

Based on the improved ABC algorithm, in order to further enhance the diversity of the colony, the search mechanisms including the main bee colony and sub bee colony are employed, in which the sub bee colony is introduced to assist the main bee colony. Moreover, the gravity matching problem is a complex optimization problem with multiple solutions, and the error of gravity reference database and measurement error of gravimeter cannot be ignored. Even though the search accuracy of the ABC algorithm is high enough, the matching points obtained are also likely to deviate from the true position. To solve this problem, this paper proposes a new search mechanism, using external velocity information to restrain the matching points. Described as Figure 5, both bee colonies search for best matching points in pairs around the adjacent positions indicated by INS with the same search strategy. The local search and overall search are combined organically, in which the local search adopts multiple-group single point search mechanism, and the overall search adopts double-group constrained search mechanism.

4.1. Multi-Group Single Point Search (Local)

As seen in Figure 6, the two synchronous bee colonies (bee colony 1 and bee colony 2) are divided into three groups, respectively. For bee colony 1, the main bee colony 1-1 searches with the improved search mechanism, and the other groups (sub bee colony 1-2 and sub bee colony 1-3) turn 120 degrees in counterclockwise order from the search direction of the main bee colony in sequence. Besides, the range of the search step SF is replaced by SF′ (SF′ = rand (0,1) SF < SF). After each cycle of search, the individuals in the bee colonies are sorted according to the size of the fitness values. If the nectar source found by an individual from the other two sub bee colonies is significantly better than the nectar source found by an individual in the main colony, the individual in bee colony 1-1 will be replaced.

This local search method with multi-group can increase the diversity of the colony, but time complexity becomes higher. Therefore, the original bee colony will be divided without increasing the size of the bee colony in order to ensure the search accuracy. In detail, the sizes of bee colonies 1-1 and 2-1 are reset to half of the original size, and the numbers of all the other four groups are half of the size of bee colony 1-1 or 2-1.

4.2. Double-Group Constrained Search (Overall)

Due to the shortcomings of the simple constraint and incidental mismatch in single point search, a double-group constrained search is introduced. As shown in Figure 7, the distance between the two points is restricted with the external velocity information. Even so, more than one possible matching result will be obtained; to solve this problem, the modified Hausdorff distance is used to screen the matching results further.

Shown as Figure 7, Pk−1, Pk and Pk+1 express the positions of carrier indicated by INS at the moment of k−1, k and Δgk k+1, respectively. Meanwhile, the gravimeter can output the gravity anomaly values Δgk−1, and Δgk+1. The matching results (k−1 and k) have to meet the following inequalities:

{ | P k 1 P k v T | < σ d | Δ g obs ( k 1 ) Δ g ( P k 1 ) | < σ g | Δ g obs ( k ) Δ g ( P k ) | < σ g
where ‖ k−1k ‖ is the distance between k−1 and k, ν is the external velocity information, T is the time interval for adjacent positions indicated by INS, Δgabs (k) is the gravity anomaly outputted by gravimeter at k moment, Δg(k) is the gravity anomaly of search point k−1 from the gravity reference database (EGM2008) at k moment, σd and σg are the thresholds of distance and difference of gravity anomaly, respectively.

During the search process based on the improved ABC algorithm, the fitness function can be described as Equation (15).

fitness = 1 / ( 1 + i = 0 1 | Δ g obs ( k i ) Δ g ( P k i ) | 2 )

Because of the measured error and reference database error for the gravity anomaly data, the distance threshold and difference threshold of gravity anomalies cannot be too small, in order to make the effort to meet the limits for real position. Though the external constraints are considered, there still is more than one matching result obtained. Therefore, modified Hausdorff distance is introduced to screen the multiple matching results, and modified Hausdorff distance is defined as Equation (16) based on the basic Hausdorff distance [22].

d M H ( A , B ) = max { d m ( A , B ) , d m ( B , A ) }
in which
d m ( A , B ) = 1 N A a A min b B a b
d m ( B , A ) = 1 N B b B min a A b a
where ‖·‖ is the distance norm between point-group A and point-group B, NA is the number of points in point-group A, NB is the number of points in point-group B.

The best position determined as the final result of the matching is needed to satisfy Equation (19).

S best = { S i | d M H ( S i , S obs ) = min , i N }
where N is number of matching sequence for screening, Si is the matching sequence i, Sobs is the position sequence provided by INS, Sbest is the matching sequence output after screening.

It can be seen from the previous matching process that two sets of matching are conducted in every cycle of the matching process, and the average of the two matching results is treated as the final result, similar to “estimates” and “smooth” in the estimation theory.

The specific realization of the search mechanism mentioned above in the gravity matching method is shown as Table 2 in the form of pseudo-code.

5. Experimental Analysis

5.1. Simulation Experiment Analysis

Shown as Table 3, four basic test functions (Rosenbrock, Griewank, Weierstrass and Schwefel) are chosen to test the performance of the improved ABC algorithm. The adaptively adjusted range of search step SF and adjustment factor β for transition probability are the control parameters of the ABC algorithm, and these control parameters are needed to be tuned for better performance. The results presented in Table 4 are demonstrated in Figure 8.

The simulation results shown in Table 4 and Figure 8 mainly focus on the performance analysis of convergence precision and ignore the change in convergence speed. In order to verify the significance of the proposed modification, the following part is added to the simulation experiment analysis.

Because the performance of convergence precision for the test function “Griewank” is worse than the other test functions, the test function “Griewank” is selected to prove the effect of the improvement proposed on performance of convergence speed. The configuration of parameters for ABC algorithm is unchanged. The simulation result can be seen as follows.

Comparing the simulation result shown in Table 4 with the simulation result shown in Figure 9, we can know that for one thing, the advantage of adjusting the search step is not an improvement of convergence precision but convergence speed; for another, the enhancing of convergence precision by adjusting the calculation of transition probability is more obvious than convergence speed. Besides, a comprehensive value of β is 10. Therefore, better performance will be achieved if both improvements are introduced to the basic ABC algorithm than a single improvement.

The following section outlines the simulation experiment designed for verifying the feasibility of the gravity matching navigation method. In Figure 10, after simulation conditions (INS and ABC algorithm) are determined, the trajectory indicated by INS and the true trajectory are simulated by Matlab, and the matching algorithm is applied. The results of the simulation experiment include:

The performance comparison between basic ABC algorithm and improved ABC algorithm is made through basic test functions.

The results of gravity matching navigation based on multi-group single point search are analyzed.

The matching results of double-group constrained search using external velocity information are discussed.

Under above-mentioned conditions, the improved ABC algorithm is applied to the multi-group single point search. As seen from Figure 11a, the simulation results show that for improved ABC algorithm, the convergence speed and search accuracy are increased by 40.2% and 21.5%, respectively compared with basic ABC algorithm. However, it can be seen from Figure 11b that the matching results of improved ABC algorithm applied to single point matching have no obvious advantages to the basic ABC algorithm due to the contour points.

To test the proposed system clearly, more conditions are tested. The matching points cannot converge to the real points shown in Figure 11. A possible factor causing this result is the poor suitability of the matching area. The gravity information in the matching area greatly influences the matching performance.

Therefore, the new simulation area is selected where the change of gravity information is much more obvious than in the old simulation area, and the other simulation conditions remain unchanged. Both the distributions of gravity anomaly for the old and new matching sequences are shown in Figure 12. The simulation results can be seen in Figure 13a,b.

By comparing and analyzing the simulation results shown in Figures 11 and 13, it is easy to find that matching areas with richer gravity information can achieve better performance. The selection of navigation paths with rich gravity information can contribute to the performance of gravity matching. Despite all this, simple improvements in the ABC algorithm involved in the multi-group single point search mechanism cannot solve the problem fundamentally, and the influence of the contour points still exists no matter whether the gravity information of the matching area is rich or poor. Therefore, proper modifications to the search mechanism are needed to enhance the performance of the matching algorithm fundamentally.

Based on the simulation result shown as Figure 11, the external velocity information is used to restrain local single point search processes for both bee colonies, and the best matching sequence is screened from the possible matching sequences by the modified Hausdorff distance shown in Figure 14. Figure 15a shows the distribution of gravity anomalies for different matching sequences. In Figure 15b, the matching results with different search strategies are listed for comparison.

It can be concluded from the simulation results that the distribution of the gravity anomaly after multi-group single point matching and the true distribution of the gravity anomaly almost coincide, while the problem of mismatch still exists. Compared with multi-group single point search, the double-group constrained search mechanism can reduce the possibility of mismatch at the cost of some search precision. However, the simulation experiment ignores the measurement error of gravimeter that is inevitable in practice, therefore, it is necessary to conduct further analyses for practical situations.

5.2. Ocean Experiment Analysis

For further validating the conclusion, the ocean experiment provided with INS and gravimeter was undertaken in this study. FOG-INS and PHINS are two kinds of inertial navigation systems used in ocean experiments shown in Figure 16. FOG-INS is made by our lab and its performance index is described in Table 5, whose positioning error accumulates over time without any revision. PHINS is introduced from IXSEA, the performance index of which is almost the same as FOG-INS, while Table 6 shows that the integrated navigation system composed of GPS and PHINS is used as reference datum for its high navigation precision. Figure 17 shows the Chekan-AM marine gravimeter introduced from Russia, which can provide real-time revised gravity data, and its performance index is shown in Table 7.

In the ocean experiment, both FOG-INS and PHINS provide real-time navigation information of vehicle, and Figure 18a shows the navigation trajectory of the vehicle. Besides, Chekan-AM marine gravimeter provides gravity anomaly information which is synchronous with other navigation information, and the external velocity information is obtained from PHINS. The difference between the gravity anomaly measured by gravimeter and that indicated by FOG-INS can be observed in Figure 18b and the difference of gravity anomaly reflects the position error of FOG-INS indirectly. Figure 19 shows performance comparison between trajectories before matching and trajectory after matching in the ocean experiment, and Table 8 shows the longitude error and the latitude error for trajectories in Figure 19.

From the experiment data in Table 8, we can see that the matching trajectory is closer to the true trajectory compared with the trajectory indicated by FOG-INS, which is consistent with the conclusion from the simulation experiment. The double-group constrained search mechanism based on a multi-group single point search overcomes the influence of contour points and prevents position error from accumulating over time. Besides, it is different from the simulation experiment that the measurement error of the gravimeter was considered in the ocean experiment, which makes the results more reliable.

6. Conclusions

The gravity matching navigation problem is a complex optimization problem with multiple solutions. Considering the shortages of state-of-the-art gravity matching algorithms, the gravity matching navigation method with a search strategy based on an improved artificial bee colony algorithm is presented. First of all, better performance of the ABC algorithm is obtained by adaptively adjusting the range of the search step and calculation of transition probability. Secondly, a new search mechanism based on the ABC algorithm is proposed by introducing multi-group single point search and double-group constrained search at the same time. At last, both simulations and experiments are conducted to verify the feasibility of this method. The experimental results show that this method of gravity matching can accurately match the vehicle's position, and effectively decrease the probability of mismatch.

Acknowledgments

This work is supported by the National Natural Science Foundation of China (Grant No. 51179039) and the Advanced Research Foundation of Chinese Assembly (Grant No. 51309030101).

Author Contributions

Wei Gao, Bo Zhao and Guang Tao Zhou designed the study. Wei Gao, Bo Zhao and Qiu Ying Wang analyzed the data. Wei Gao, Bo Zhao and Guang Tao Zhou, Qiu Ying Wang and Chun Yang Yu wrote the manuscript. All of the authors read and approved the final manuscript.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Xu, R.; Zhu, J.; Zhao, J. Analysis of present situation and standard system of matching navigation. Geosp. Inf. 2012, 10, 1–5. [Google Scholar]
  2. Sun, Y.; Zhang, J.; Wang, S.; Jiao, W. A real-time intelligent route planning method in geomagnetic navigation. Int. J. Mechatron. Autom. 2012, 2, 125–131. [Google Scholar]
  3. Quan, W.; Fang, J. A star recognition method based on the adaptive ant colony algorithm for star sensors. Sensors 2010, 10, 1955–1966. [Google Scholar]
  4. Kurban, T.; Besdok, E. A comparison of RBF neural network training algorithms for inertial sensor based terrain classification. Sensors 2009, 9, 6312–6329. [Google Scholar]
  5. Chiang, K.W.; Chang, H.W. Intelligent sensor positioning and orientation through constructive neural network-embedded INS/GPS integration algorithms. Sensors 2010, 10, 9252–9285. [Google Scholar]
  6. Wang, P.; Hu, X.; Wu, M. Matching suitability analysis for geomagnetic aided navigation based on an intelligent classification method. Proc. Inst. Mech. Eng Part G J. Aerosp. Eng. 2013, 228, 271–283. [Google Scholar]
  7. Chen, L.; Wang, S.; Liu, Z.; Sun, Y. Low cost geomagnetic matching navigation method. J. Xidian Univ. 2013, 40, 118–123. [Google Scholar]
  8. Wu, Z.; Hu, X.; Wu, M.; Mu, H.; Cao, J.; Zhang, K.; Tuo, Z. An experimental evaluation of autonomous underwater vehicle localization on geomagnetic map. Appl. Phys. Lett. 2013, 103, 104102. [Google Scholar]
  9. Wang, H.; Wang, Y.; Fang, J.; Chai, H.; Zheng, H. Simulation research on a minimum root-mean-square error rotation fitting algorithm for gravity matching navigation. Sci. China Earth Sci. 2012, 55, 90–97. [Google Scholar]
  10. Dervis, K.; Bahriye, B. Artificial Bee Colony (ABC) optimization algorithm for solving constrained optimization problems. Found. Fuzzy Log. Soft Comput. 2007, 4529, 789–798. [Google Scholar]
  11. Rashedi, E.; Nezamabadi-pour, H.; Saryazdi, S. Gsa: A gravitational search algorithm. Inf. Sci. 2009, 179, 2232–2248. [Google Scholar]
  12. Pawar, P.J.; Rao, R.V.; Shankar, R. Multi-objective optimization of electro-chemical machining process parameters using Artificial Bee Colony (ABC) algorithm. Proceedings of the Advances in Mechanical Engineering, Surat, India, 15–17 December 2008.
  13. Singh, A. An artificial bee colony algorithm for the leaf-constrained minimum spanning tree problem. Appl. Soft Comput. 2008, 9, 625–631. [Google Scholar]
  14. Akay, B.; Karaboga, D. A modified artificial bee colony algorithm for real-parameter optimization. Inf. Sci. 2012, 192, 120–142. [Google Scholar]
  15. Gao, W.; Liu, S. Improved artificial bee colony algorithm for global optimization. Inf. Process. Lett. 2011, 111, 871–882. [Google Scholar]
  16. Li, G.; Niu, P.; Xiao, X. Development and investigation of efficient artificial bee colony algorithm for numerical function optimization. Appl. Soft Comput. 2012, 12, 320–332. [Google Scholar]
  17. Zhu, G.; Kwong, S. Gbest-guided artificial bee colony algorithm for numerical function optimization. Appl. Math. Comput. 2010, 217, 3166–3173. [Google Scholar]
  18. Liu, F.; Yao, J. A local analysis method of marine gravity aided navigation area. Proceedings of the 2013 International Conference on Optoelectronics and Microelectronics (ICOM), Harbin, China, 7–9 September 2013; pp. 5–9.
  19. Wu, X.; Li, S. Progress of underwater gravity-aided inertial navigation. China Natl. Rep. Geod. 2011, 8, 1–5. [Google Scholar]
  20. Deng, Z.; Ge, Y.; Guan, W.; Han, K. Underwater map-matching aided inertial navigation system based on multi-geophysical information. Front. Electr. Electron. Eng. China 2010, 5, 496–500. [Google Scholar]
  21. Akay, B.; Karaboga, D. Artificial bee colony algorithm for large-scale problems and engineering design optimization. J. Intell. Manuf. 2010, 23, 1001–1014. [Google Scholar]
  22. Liu, M.; Wang, H. Geomagnetic entropy and hausdorff distance based geomagnetic matching aided inertial navigation. Prog. Geophys. 2012, 4, 1764–1768. [Google Scholar]
Figure 1. Schematic diagram of gravity matching.
Figure 1. Schematic diagram of gravity matching.
Sensors 14 12968f1 1024
Figure 2. Flowchart of basic ABC algorithm.
Figure 2. Flowchart of basic ABC algorithm.
Sensors 14 12968f2 1024
Figure 3. (a) Case of enlarging the range of the search step; (b) Case of lessening the range of the search step.
Figure 3. (a) Case of enlarging the range of the search step; (b) Case of lessening the range of the search step.
Sensors 14 12968f3 1024
Figure 4. (a) Adjustment of transition probability (c is small); (b) Adjustment of transition probability (c is large).
Figure 4. (a) Adjustment of transition probability (c is small); (b) Adjustment of transition probability (c is large).
Sensors 14 12968f4 1024
Figure 5. Flow chart of improved ABC search.
Figure 5. Flow chart of improved ABC search.
Sensors 14 12968f5 1024
Figure 6. Schematic diagram of multi-group single point search.
Figure 6. Schematic diagram of multi-group single point search.
Sensors 14 12968f6 1024
Figure 7. Schematic diagram of double-group constrained search.
Figure 7. Schematic diagram of double-group constrained search.
Sensors 14 12968f7 1024
Figure 8. (a) Effect of SF on multimodal functions; (b) Effect of β on multimodal functions.
Figure 8. (a) Effect of SF on multimodal functions; (b) Effect of β on multimodal functions.
Sensors 14 12968f8 1024
Figure 9. (a) Adjustment the search step; (b) Adjustment the calculation of transition probability.
Figure 9. (a) Adjustment the search step; (b) Adjustment the calculation of transition probability.
Sensors 14 12968f9 1024
Figure 10. Flowchart of simulation experiment.
Figure 10. Flowchart of simulation experiment.
Sensors 14 12968f10 1024
Figure 11. (a) Convergence curves for single point search; (b) Matching results for single point search.
Figure 11. (a) Convergence curves for single point search; (b) Matching results for single point search.
Sensors 14 12968f11 1024
Figure 12. The distribution of the gravity anomaly for different matching sequences.
Figure 12. The distribution of the gravity anomaly for different matching sequences.
Sensors 14 12968f12 1024
Figure 13. (a) Convergence curves for single point search; (b) Matching results for single point search.
Figure 13. (a) Convergence curves for single point search; (b) Matching results for single point search.
Sensors 14 12968f13 1024
Figure 14. Screening for best matching result by Hausdorff distance.
Figure 14. Screening for best matching result by Hausdorff distance.
Sensors 14 12968f14 1024
Figure 15. (a) Distributions of gravity anomaly; (b) Comparison of results for different search strategies.
Figure 15. (a) Distributions of gravity anomaly; (b) Comparison of results for different search strategies.
Sensors 14 12968f15 1024
Figure 16. FOG-INS and PHINS.
Figure 16. FOG-INS and PHINS.
Sensors 14 12968f16 1024
Figure 17. Chekan-AM marine gravimeter.
Figure 17. Chekan-AM marine gravimeter.
Sensors 14 12968f17 1024
Figure 18. (a) True navigation trajectory indicated by PHINS; (b) Gravity anomalies from gravimeter and FOG-INS.
Figure 18. (a) True navigation trajectory indicated by PHINS; (b) Gravity anomalies from gravimeter and FOG-INS.
Sensors 14 12968f18 1024
Figure 19. The results of gravity matching in ocean experiment.
Figure 19. The results of gravity matching in ocean experiment.
Sensors 14 12968f19 1024
Table 1. Relationship between the behavior of bees and the optimization problem.
Table 1. Relationship between the behavior of bees and the optimization problem.
Behavior of BeesOptimization Problem
Position of nectarFeasible solution
Yield of nectarValue of fitness function
Honey speedConverge speed
Greatest gainsOptimal solution
Table 2. Improved ABC Algorithm with single point search and constrained search.
Table 2. Improved ABC Algorithm with single point search and constrained search.
1: Start

2: Create randomly an initial population.
3: for i = 1 to MaxCycles
4: Produce a new nectar source population xi for employed bee.
5: Restrict the position of bee colonies; set xi = xmax or xi = xmin when xi > xmax or xi < xmin.
6: Calculate the fitness function value.
7: Multi-group single point search.
8: Bees in main bee colony are replaced by bees in sub bee colony with higher fitness value.
9: Introduce the external velocity restriction.
10: Calculate the probability values.
11: Two groups of onlooker bees select employed bee by probability.
12: Replace xi with a new randomly produced solution, if the best solution does not change.
13: end for
14: Screen the matching results using modified Hausdorff distance.
15: Memorize the best solution achieved so far.
16: End
Table 3. Basic test functions employed in the simulation experiment.
Table 3. Basic test functions employed in the simulation experiment.
Test FunctionStagnation PointSearch RangeExpression
Rosenbrockf(1⃗) = 0[−2.048, 2.048]D f ( x ) = i = 1 D 1 [ 100 ( x i + 1 x i 2 ) 2 + ( x i 1 ) 2 ]
Griewankf(0⃗) = 0[−600, 600]D f ( x ) = 1 4000 i = 1 D 1 x i 2 i = 1 D cos ( x i i ) + 1
Weierstrassf(0⃗) = 0[−0.5, 0.5]D f ( x ) = i = 1 D ( k = 0 k max [ a k cos ( 2 π b k ( x i + 0.5 ) ) ] ) D k = 0 k max [ a k cos ( 2 π b k 0.5 ) ] , a = 0.5 , b = 3 , k max = 20
Schwefelf(4⃗20.96) = 0[−500, 500]D f ( x ) = 418.9829 x D i = 1 D 1 x i sin ( | x i | )
Table 4. Best results of basic test functions. (Dimension: 2, Colony Size: 10, Run times: 30, Maxcycles: 30,000).
Table 4. Best results of basic test functions. (Dimension: 2, Colony Size: 10, Run times: 30, Maxcycles: 30,000).
Test Function1. Rosenbrock2. Griewank3. Weierstrass4. Schwefel
SF: 0.13.89 × 10° ± 1.49 × 10°6.81 × 10−1 ± 8.39 × 10−16.08 × 10° ± 1.46 × 10°1.40 × 103 ± 2.61 × 102
0.33.79 × 10° ± 1.99 × 10°7.15 × 10−2 ± 5.92 × 10−22.89 × 10° ± 1.26 × 10°9.49 × 102 ± 2.19 × 102
0.53.22 × 10° ± 2.05 × 10°3.87 × 10−2 ± 2.64 × 10−26.33 × 10−1 ± 7.00 × 10−13.59 × 102 ± 1.16 × 102
0.72.77 × 10° ± 2.26 × 10°2.00 × 10−2 ± 1.59 × 10−21.18 × 10−16 ± 6.38 × 10−163.20 × 102 ± 1.36 × 102
(basic)12.08 × 10° ± 2.44 × 10°1.57 × 10−2 ± 9.06 × 10−39.01 × 10−6 ± 4.61 × 10−57.91 × 10° ± 2.95 × 101
ASF6.15 × 10−1 ± 6.94 × 10−19.84 × 10−2 ± 1.02 × 10−11.33 × 10−8 ± 4.67 × 10−81.93 × 102 ± 4.59 × 101

β: 0.02.17 × 10° ± 4.33 × 10°1.49 × 10−3 ± 3.46 × 10−31.22 × 10−7 ± 1.30 × 10−76.69 × 101 ± 7.17 × 101
1.01.40 × 10° ± 1.56 × 10°8.48 × 10−4 ± 2.53 × 10−39.25 × 10−8 ± 6.21 × 10−75.16 × 10° ± 8.75 × 101
5.06.83 × 10° ± 1.06 × 10°1.98 × 10−3 ± 3.68 × 10−34.31 × 10−9 ± 8.43 × 10−91.87 × 102 ± 2.76 × 102
109.91 × 10−1 ± 1.10 × 10-11.99 × 10−3 ± 3.51 × 10−37.28 × 10−9 ± 2.15 × 10−83.74 × 102 ± 6.42 × 101
159.22 × 10−1 ± 3.73 × 10-11.65 × 10−3 ± 3.38 × 10−31.34 × 10−8 ± 7.27 × 10−88.14 × 101 ± 3.89 × 101
201.73 × 10° ± 1.66 × 10°2.97 × 10−3 ± 4.00 × 10−36.35 × 10−8 ± 2.26 × 10−89.63 × 10° ± 5.33 × 10°
253.12 × 10° ± 1.61 × 10°8.07 × 10−4 ± 2.26 × 10−33.29 × 10−7 ± 1.52 × 10−71.91 × 101 ± 2.95 × 101
303.01 × 10° ± 1.63 × 10°1.41 × 10−3 ± 3.09 × 10−31.92 × 10−8 ± 4.51 × 10−73.10 × 10° ± 1.54 × 10°
Table 5. The main parameters of inertial components for FOG-INS.
Table 5. The main parameters of inertial components for FOG-INS.
Parameter ItemFiber GyroQuartz Accelerometer
Bias stability0.01 (°)/h5 × 10−5 g
Random walk≤0.002 (°)/h≤1 × 10−5 g
Table 6. The navigation accuracy of different modes for PHINS.
Table 6. The navigation accuracy of different modes for PHINS.
ModePure InertialWith GPS
Position0.6 nm/h5 ∼ 15 m
SpeedN/A0.1 m/s
Table 7. The main parameters of Chekan-AM marine gravimeter.
Table 7. The main parameters of Chekan-AM marine gravimeter.
Range of MeasurementSensitivityLimits of Permissible ErrorDrift Rate
10 Gal0.01 mGal±1 mGal3 mGal/day
Table 8. Positioning error of gravity matching navigation in the ocean experiment.
Table 8. Positioning error of gravity matching navigation in the ocean experiment.
ItemsError in LongitudeError in Latitude

MeanMSEMeanMSE
Before the matching3860.5 m1089.4 m−389.6 m34.5 m
After the matching(standard)621.8 m264.4 m−300.6 m14.4 m
After the matching(improved)13.7 m47.6 m−222.7 m10.0 m

Share and Cite

MDPI and ACS Style

Gao, W.; Zhao, B.; Zhou, G.T.; Wang, Q.Y.; Yu, C.Y. Improved Artificial Bee Colony Algorithm Based Gravity Matching Navigation Method. Sensors 2014, 14, 12968-12989. https://doi.org/10.3390/s140712968

AMA Style

Gao W, Zhao B, Zhou GT, Wang QY, Yu CY. Improved Artificial Bee Colony Algorithm Based Gravity Matching Navigation Method. Sensors. 2014; 14(7):12968-12989. https://doi.org/10.3390/s140712968

Chicago/Turabian Style

Gao, Wei, Bo Zhao, Guang Tao Zhou, Qiu Ying Wang, and Chun Yang Yu. 2014. "Improved Artificial Bee Colony Algorithm Based Gravity Matching Navigation Method" Sensors 14, no. 7: 12968-12989. https://doi.org/10.3390/s140712968

Article Metrics

Back to TopTop