Next Article in Journal
Multi-Scale Fusion Localization Based on Magnetic Trajectory Sequence
Next Article in Special Issue
Improved Optimization Strategy Based on Region Division for Collaborative Multi-Agent Coverage Path Planning
Previous Article in Journal
Remote Sensing of Seawater Temperature and Salinity Profiles by the Brillouin Lidar Based on a Fizeau Interferometer and Multichannel Photomultiplier Tube
Previous Article in Special Issue
Fixed-Time Coverage Control of Mobile Robot Networks Considering the Time Cost Metric
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Method of Merging Maps for MUAVs Based on an Improved Genetic Algorithm

1
School of Electrical Engineering and Automation, Hefei University of Technology, Hefei 230009, China
2
Academy of Military Sciences, Beijing 100850, China
3
Department of Systems and Naval Mechatronic Engineering, National Cheng Kung University, Tainan 70101, Taiwan
*
Author to whom correspondence should be addressed.
Sensors 2023, 23(1), 447; https://doi.org/10.3390/s23010447
Submission received: 16 November 2022 / Revised: 22 December 2022 / Accepted: 24 December 2022 / Published: 1 January 2023
(This article belongs to the Special Issue Intelligent Sensing, Control and Optimization of Networks)

Abstract

:
The merging of environmental maps constructed by individual UAVs alone and the sharing of information are key to improving the efficiency of distributed multi-UAVexploration. This paper investigates the raster map-merging problem in the absence of a common reference coordinate system and the relative position information of UAVs, and proposes a raster map-merging method with a directed crossover multidimensional perturbation variational genetic algorithm (DCPGA). The algorithm uses an optimization function reflecting the degree of dissimilarity between the overlapping regions of two raster maps as the fitness function, with each possible rotation translation transformation corresponding to a chromosome, and the binary encoding of the coordinates as the gene string. The experimental results show that the algorithm could converge quickly and had a strong global search capability to search for the optimal overlap area of the two raster maps, thus achieving map merging.

1. Introduction

With the development of drone technology over recent years, unmanned aerial vehicles (UAVs) have been widely used in civil fields, such as power-line inspection, target tracking, agricultural plant protection, and geographic mapping [1,2]. However, in some cases, UAVs must have high environmental perception, such as for the task of search and rescue in disaster environments [3,4]. To achieve the autonomous planning and navigation of UAVs, the technique of collaborative simultaneous localization and mapping (SLAM) has become a popular topic for UAVs. A single UAV mapping in large scenes has many drawbacks, such as a small sensor range of action, limited observation angles, high computational complexity, weak storage capacity, and relying only on local sensor information. As a result, the localization errors for UAVs become increasingly larger, eventually leading to the drift phenomenon for mapping and localization. If multiple UAVs are employed in the environment, the whole system has stronger environmental detection capability and more accurate localization.
Raster maps are more advantageous in representing the real environment, and enabling precise positioning and navigation; research into the problem of merging together multirobot raster maps has attracted much attention [5,6,7,8]. There are two main types of merging maps. The first type is based on feature matching and mathematical optimization. The map-merging problem is modeled as an optimization problem [9,10]. The authors in [11] proposed an algorithm based on the Hough transform [12] to directly extract the local features of raster maps for stitching, which is fast, but the robustness of the algorithm is poor. In [13], the authors proposed the use of time-series-based algorithms for stitching images, but stitching using global iterative algorithms is inefficient. The other is a feature transformation algorithm based on scale invariability [14], and some improved algorithms based on SIFT were given [15,16]. The authors in [17] proposed image stitching using scale-invariant algorithms based on image alignment algorithms that are highly robust, but have high algorithmic complexity and slow speed, and are not conducive to the rapid creation of global maps. Traditional map-merging algorithms need to traverse all possible alignment points in all images, calculate the sum of squares of the corresponding pixel grayscale differences at each alignment point, and take the smallest one as the best alignment point. This results in a large number of tedious calculations and greatly increases the time redundancy of the algorithm. However, the GA-based map-merging method [18] can greatly reduce computational effort while maintaining matching accuracy.
In a two-dimensional raster map, there are three degrees of freedom representing translation in the X and Y axis directions, and a rotational angle θ . One raster map is fixed, and the other is rotated and translated. The aim is to find the planar transformation that corresponds to the optimal overlap between the two raster maps. In this way, raster map merging is transformed into a multidimensional combinatorial optimization problem. Genetic algorithms (GAs) are powerful for optimization problems [19,20] because of their ability to find global optima, and their high parallelism. In recent years, many researchers use genetic algorithms to solve some optimization problems in image processing [21]. We also performed research [22] on genetic algorithms in image processing. An improved algorithm was used to conduct template matching on a single image in this paper, but the real-time processing of multiple images is not involved. In [23], we applied the improved genetic algorithm to map the fusion of dual drones. Compared to these two papers, mutation improvements in genetic algorithm is taken for processing of large amounts of map data faster. There would be no overlap of local maps at all due to the distributed mapping–centralized merging method when the working area is large. A new method of merging maps based on DCPGA algorithm is proposed as shown in Figure 1.
In this case, the DCPGA algorithm still receives an erroneous optimal solution. A judgment function was added in this paper. We propose an improved genetic algorithm based on a directional cross and multidimensional perturbation mutation (DCPGA). The contributions of this paper are summarized as follows:
  • The crossover and variation operators are improved compared with traditional genetic algorithms. A directed crossover operator and a multidimensional adaptive perturbation mutation operator are designed. To keep the population evolving excellently, a directional cross operator is employed. Individual variations in the population take different forms of variation depending on the fitness via the multidimensional adaptive variation operator.
  • The raster maps are filtered on the basis of raster thresholds, and a mathematical model to optimize the merging maps is constructed. The DCPGA algorithm is applied to solve optimization problems in the process of merging maps, and achieves the real-time map merging of two UAVs with LiDAR. A distributed mapping–centralized merging method is used to improve the system’s efficiency, and a judgment function is introduced to avoid overlay between the two maps.

2. Analysis of Map-Merging Model

2.1. Problem Description

As shown in Figure 2, simultaneous localization and mapping (SLAM) is a typical mission for UAVs to perform navigation tasks. However, when a single UAV is used to explore large and complex environments, there are problems such as a small sensor range, limited observation capability, large amounts of data processing, high computational complexity, poor storage, and insufficient robustness and anti-interference capability. To this end, MUAV collaboration was employed in this paper to perform SLAM, and LiDAR sensors were used. To describe the process, the left subfigure shows that two LiDAR-equipped UAVs separately explore the environment and build maps. Then, they transmit the map information to the computer in real time, in which real-time map merging is performed to obtain a global environment map.
To achieve map merging, a reference coordinate is required to be determined at the first step; usually, one map is chosen as the reference map. The next step is to find the optimal matching matrix T = { R , t } of the two maps. R is a two-dimensional rotational matrix related to rotational angle θ , and t is a two-dimensional column vector, as shown in Equation (1).
R = cos θ sin θ sin θ cos θ , t = t x t y .
As shown in Figure 3, there are two grid maps named M A and M B built by two UAVs. Assume that there is some overlap between these two maps. M A was set to be the reference map. The purpose of map merging is to find an optimal rotation and translational matrix T = { R , t } with the maximal matching degree of the overlapping region of maps M A and M B . Once matrix T is obtained, a global map G M is produced.

2.2. Mathematical Mode

Figure 4 shows the source maps that contain environmental obstacles, free space, and noise data. Hence, it is necessary to filter the initial map data, and a method of setting the pixel threshold is used. In this paper, the threshold range of free space on a raster map was chosen to be 0–50, the range of the obstacle space on the map was chosen to be 51–100, and the threshold of the unknown environment was 1 . On the basis of these settings, the obstacle map data were extracted, as shown in Figure 5.
Obstacle point cloud maps were assumed to be M A and M B . The objective of map merging is to maximize the overlap between M A and M B . To match two maps directly, the following assumption is proposed. In an obstacle map, obstacles are equally likely to exist around each pixel point. If the point is closer to the obstacle point, the likelihood of an obstacle existing is higher. On the basis of this assumption, we calculated Euclidean distance matrix M ¯ A for map M A , where the pixel value of each point was the distance from the current point to the nearest obstacle point. It is mathematically described as follows.
f d i s t ( M ¯ A [ x ,   y ] ) = min ( x i , y i ) M A ( ( x x i ) 2 + ( y y i ) 2 ) ,
where ( x ,   y ) and ( x i ,   y i ) are each point coordinate for matrices M ¯ A and M A , f d i s t ( M ¯ A [ x ,   y ] ) is the value for each element in matrix M ¯ A corresponding to coordinate ( x ,   y ) . After the calculation, the map corresponding to matrix M ¯ A is shown in Figure 6. The sparse point set was clearly transformed into a dense point set.
To achieve map merging, let M ¯ A be the reference map, and perform a pose transformation for M B on the basis of Relation (3). Rotational transformation is R, and translational transformation is t, which is shown in (3):
M ¯ B [ x ,   y ] = cos θ sin θ sin θ cos θ R M B [ x ,   y ] + t x t y t .
On the basis of transformed matrix M ¯ B , the map-merging problem is translated into multiplying the overlapping areas of M ¯ A and M ¯ B to find the minimal value. The optimal problem is described as follows:
arg min ( θ , t ) ( x , y ) Ω ( M ¯ B [ x , y ] ) · ( M ¯ A [ x , y ] ) ,
where set Ω is the points that are the overlapping part between matrices M ¯ A and M ¯ B . In this way, merging raster maps is seen as a multidimensional combinatorial optimization problem where one raster map is fixed, and the other is rotated and translated with the aim of finding the planar transformation corresponding to the optimal overlap of the two raster maps. To solve this optimization problem, this paper proposes an improved genetic algorithm.

3. Improved Genetic Algorithm

Genetic algorithm (GA) [24,25] is an adaptive heuristic search algorithm inspired by the process of evolution. It is a population-based optimization technique. In this paper, we use the floating-point encoding method. The construction of a GA for a point-matching problem involves the following steps: selection, crossover, and mutation. The proposed DCPGA incorporates operations of sorting and classification on chromosomes before crossover and mutation. The global optimization problem is considered as follows:
min F ( x ) , x X ,
where x is a continuous variable with domain X R D defined by each element satisfying constraint [ l ,   u ] and R D is the D-dimensional solution space. Function F ( x ) : X R is a continuous real-valued function. A point x X is called the global minimizer of f if F ( x ) F ( x ) , x X . GAs maintain a set of potential solutions X a = { x 1 , , x n } at every time step a, called a generation. At each generation a, the DCPGA performs selection, crossover, and mutation to update the current population of solutions X a . If the solution is multidimensional, one potential solution is defined as x a = [ x a , 1 , , x a , D ] T .
In a two-dimensional raster map, there are three degrees of freedom representing the displacement and deflection angles in the X and Y axis directions, respectively. The position of the chromosome is, therefore, coded as x i = [ t x t y θ ] T .

3.1. Initial Population

Initially, X a is generated randomly between the upper and the lower boundaries of the solution space. Next, X a is created from the genetic encodings of the fittest parents via crossover operators, and new points in the solution space are sampled using mutation operators. We used a roulette wheel to select all possible solutions. The fitness of chromosome x i was f ( x i ) , and the number of populations was n. The probability of it being retained is calculated according to Equation (6):
p ( x i ) = f ( x i ) k = 1 n f ( x k ) .
This method of selection ensures that all individuals have a certain chance of being retained. If the fitness of an individual is greater, it has a greater chance of being retained.

3.2. Directional Crossover

In a series of genetic operators, the crossover operator generates better individuals through gene pairing and crossover. The main operation of the crossover operator is to achieve genetic optimization. Before crossover operation, we sorted the chromosomes as X a = { x a 1 , x a 2 , , x a d } and chose the excellent part according to their fitness. In each generation, we set the excellent individuals as the parents, and the remaining chromosomes of the population were crossed with them at the same dimension according to Equation (7):
x ¯ a , j i = x a , j i + f d f i + f d × ( x a , j d x a , j i ) .
In Equation (7), x ¯ a , j represents the j-th dimension chromosome generated by the crossover, x a , j i represents the least adaptive chromosome in the a-th generation, x a , j d represents the excellent chromosome in this generation, and f i , f d represent the fitness of individuals x a , j i and x a , j d . During the crossover, traits inherited by the offspring are influenced by parental adaptation, and the next generation could receive better features from parents. The convergence speed is improved by this phenomenon. The directional crossover process is shown in Figure 7.

3.3. Multidimensional Perturbation Mutation

Genetic optimization algorithms tend to fall into the local optimum and cause the convergence result to deviate greatly from the optimal solution. In order to improve population diversity, and reduce the degree of population aggregation, mutational operations are introduced. When the algorithm has a precocious convergence phenomenon, the optimal position of the group is a locally optimal solution. The individuals tend to move closer to the optimal position of the group, at which time the individuals gather near the local optimal solution and lose the ability to find a better solution existing in other positions. If the optimal position of the group can be perturbed out of the local optimal solution, the algorithm would achieve further convergence. Therefore, globally optimal individuals and the method of multidimensional random perturbation of the optimal position of the group were mutated to jump out of the local optimal solution in this paper. The variation method is as follows.
It was assumed that the p % of the optimal position in dimension D of the population selected for random perturbation and the j-th dimension random perturbation were given as shown in Equation (8).
x a + 1 , j i = x a , j i × ( 1 + A · r a n d n ( ) ) .
A = 1 2 ( 1 t C ) .
where A is the perturbed amplitude that decreases with the iterations, and r a n d n ( ) is a random variable that follows a standard normal distribution.
The mutation probability of the heuristic optimization algorithm should be adjusted with reference to the population aggregation degree. If the population size is N and at the t iteration, the coordinate position vector of each individual is expressed as X i t , and σ is the population standard deviation, then σ can be defined as (10):
σ = 1 σ 0 i = 1 N X i a X a v g a 2 ,
where σ 0 is the normalization factor. It is the standard deviation of the population that is not normalized at the time of population initialization. X a v g t is the centroid of the population, calculated with Equation (11).
X a v g a = 1 N i = 1 N X i a .
In the previous experiments, the population standard deviation was concentrated in the interval [ 0 ,   1 ] . When the population standard deviation is close to 0, the population is denser, and a large variation probability should be adopted. If the standard deviation of the population is close to 1, the population is dispersed, and a small variation probability should be adopted. This property is conducive to establishing the probability of variation as a function of the standard deviation of the population. When the standard deviation of the population is close to 1, it indicates that the population has received the local optimal solution, and a larger variation probability should be used. Conversely, when the standard deviation of the population is close to 0, the lower probability of variation is used.
Therefore, the variation probability calculation formula is established on the basis of population standard deviation and iteration times as in (12).
p = ω p σ ( 1 σ ) ω p t a C + b .
where ω p σ is the weight of the standard deviation of the mutational probability. ω p t is the weight of the iterations of the mutational probability. b is the offset of the variation probability and it is a constant. C is the maximal number of algorithmic iterations. ω p σ , ω p t , and b are parameters to be set and we experimented several times to find the suitable values of ω p σ = 1.5 , ω p t = 1.0 and b = 0 .

3.4. Judgment Function

The map-merging function is solved on the basis of the assumption that there are overlapping areas between local maps. There is no overlap of local maps at all due to the distributed mapping–centralized merging method when the working area is large. In this case, the DCPGA algorithm still receives an erroneous optimal solution. Therefore, a judgment function is added to determine whether the maps were merged successfully. The judgment function is given by combining the raster similarity and confidence c of overlapping areas as follows:
j u d ( M A , M B ) = c o m ( M A , M B ) c o m ( M A , M B ) + d i f ( M A , M B ) .
In (13), c o m ( M A , M B ) and d i f ( M A , M B ) are the number of rasters with the same probability and the number of rasters with different probabilities in converted maps M A and M B . They are calculated as in Equations (14) and (15).
s a m ( M A , M B ) = n u m { q = ( x ,   y ) | M A [ q ] = M B [ q ] c } .
d i f ( M A , M B ) = n u m { q = ( x ,   y ) | M A [ q ] M B [ q ] c } .
Obviously, if the overlap of maps is larger, the value of j u d ( M A , M B ) is larger. In the experiments, when the value of j u d ( M A , M B ) > 0.8 , it was considered that the maps were merged successfully.

4. Experiments and Analysis

Four test functions were chosen to verify the effectiveness of the DCPGA, and three genetic algorithms, IGA [26], IRCGA [27], and TAGA [28], were selected in the experiments to compare the algorithms’ accuracy and convergence speed. Iteration times and the optimal solution were chosen as the termination criteria. The relevant experimental results were proven in previous work.
In the tests, the population size of each algorithm was set to 200, the number of iterations was 100, and each algorithm ran independently for 30 times. The four tested algorithms were as follows:
DCPGA: the directional cross-genetic algorithm proposed in this paper; the algorithmic parameters were set as follows: p % = 10 % , ω p σ = 1.5 , ω p t = 1.0 , b = 0 , C = 100 , D = 40 .
IGA: an improved genetic algorithm based on real number coding that is a classical algorithm that achieves adaptive adjustment during operation by changing the crossover and mutation probability: mutational parameter r = 0.3 , b = 2 ; adaptive parameters k 1 = k 2 = 1.5 , k 3 = k 4 = 0.5 .
IRCGA: an improved real-coded genetic algorithm that adopts the strategy of adaptively changing p c and p m , and performs multiparental crossover: p 1 = 0.55 , p 2 = 0.3 , c 1 = c 2 = 1.0 .
TAGA: an optimized genetic algorithm that learns from the best individual: p c = 0.55 , p m = 0.3 , a i ( 0.5 ,   1.5 ) , c 1 = c 2 = 1.5 .
We chose the following four test functions:
Bohachevsky function: a unimodal bowl function that slowly converges to minimal value 0 at [0,0].
f 1 = 0.7 + x 2 + 2 y 2 0.3 cos ( 3 π x ) 0.4 cos ( 4 π y ) .
Sum-squares function: a unimodal function that obtains minimal value 0 at [0,0].
f 2 = x 2 + 2 y 2 .
Griewank function: a multimodal function that obtains minimal value 0 at [0,0].
f 3 = x 2 + y 2 4000 [ cos ( x ) + 1 ] × [ cos ( y 2 ) + 1 ] .
DropWave function: a multimodal function that obtains the minimal value of 1 at [0,0].
f 4 = 1 + cos ( 12 x 2 + y 2 ) 0.5 ( x 2 + y 2 ) + 2 .

4.1. Simulation Results and Analysis

The standard deviation of the optimal adaptation value and the running time of the algorithm of completing 100 iterations were the main comparison data in this paper. The results of the tests are shown in Table 1 and Table 2.
In Table 1, f 1 and f 2 are single-peaked functions with relatively low optimization difficulty. They could better reflect the local fine search capability of the algorithm. f 3 and f 4 are multimodal functions that are more likely to trap the optimization algorithm in a local mean. Combined with the information in Table 2, the DCPGA proposed in this paper was less likely to fall into a local optimum solution, and could significantly improve the convergence speed of the algorithm.

4.2. Two UAV Map-Merging Experiment

Before the experiments, we tested the wireless communication function between the UAVs and the computer to ensure that the LiDARs could be switched on and off remotely by the computer during the experiments. All the communication was handled by a robot operating system (ROS) [29], that was capable of transmitting specific data structures in the scope of robotics. We recorded data packets on the basis of the ROS. The experimental environment was a room with an area of 72 square meters as shown in Figure 8. Due to the indoor environment, the drone flew at an altitude of around 2 m. A TOF laser rangefinder was installed on the drone to ensure that the drone flew as high as possible at around 2 m. During the experiments, two UAVs equipped with S1 LiDARs and an NVIDIA Jetson Xavier NX were controlled with a remote control to fly. The flight trails of two UAVs are shown in Figure 9.
The establishment results of the submaps and the fusion maps are shown in Figure 10. There was strong similarity between M A and M B in the 65th frame. However, due to the existence of the judgment function, it was not able to merge them into a map. In the 125th frame, a common part also appeared in M A and M B when the two drones flew to the same area. The fusion map was more reasonable. In the 175th frame, although submaps M A and M B were not completed, the main control computer used the overlapping information of the two drones to obtain the overall situation of the environment, and it was consistent with the final surveying and mapping results of M A and M B . Without other positioning methods, this design only uses data from LiDARs to complete the grid map merging.
We experimented with a single UAV 10 times and recorded the time of each experiment. For comparison, the experiments of mapping with two UAVS were carried 10 times. The results are shown in Table 3, which shows that the proposed algorithm could effectively reduce the required time for mapping.

5. Conclusions

This paper focused on the problem of raster map merging when multiple UAVs are used for collaborative exploration. The theory of image matching was adopted in this paper. A mathematical model was constructed to transform the raster map-merging problem into a multidimensional combinatorial optimization problem. A DCPGA was proposed based on the random distribution of the optimization objective function. Directional crossover kept the algorithm searching in the direction of the optimal solution. Multidimensional perturbation variants could overcome the prematureness problem of genetic algorithms, and reduce the possibility of genetic algorithms falling into local optimum solutions. Experimental results from algorithmic simulations showed that the DCPGA had a fast convergence rate and strong global convergence capability. In the experiments of merging maps, the raster map similarity was used as a metric, and the Euclidean distance transform and the improved algorithm performed a global search for the best overlap between each local map. The experimental results demonstrated the feasibility and effectiveness of the method in complex environments.
The proposed method was only applied to offline map merging during exploration experiments with two UAVs. Research will next be conducted to achieve the online real-time map merging of two drones, and the collaborative mapping of more drones. The DCGPA will also be improved to improve the efficiency and accuracy of mapping.

Author Contributions

Conceptualization, T.L. and H.D.; Software, Q.S. and Y.Z.; Formal analysis, C.-C.C.; Writing—original draft, Q.S. and Y.Z.; Writing—review & editing, Q.S. and C.-C.C.; Supervision, T.L.; Project administration, T.L. and H.D.; Funding acquisition, H.D. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the National Natural Science Foundation of China under grants No. 62073113 and 62003122 and the Natural Science Foundation of Anhui Province of China under grant No. 2008085UD03.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Da Silva, M.F.; Honório, L.M.; Marcato, A.L.M.; Vidal, V.F.; Santos, M.F. Unmanned aerial vehicle for transmission line inspection using an extended Kalman filter with colored electromagnetic interference. ISA Trans. 2020, 100, 322–333. [Google Scholar] [CrossRef] [PubMed]
  2. Illana Rico, S.; Martínez Gila, D.M.; Cano Marchal, P.; Gómez Ortega, J. Automatic detection of olive tree canopies for groves with thick plant cover on the ground. Sensors 2022, 22, 6219. [Google Scholar] [CrossRef]
  3. Liu, Y.; Gao, J.; Zhao, J.; Shi, X. A new disaster information sensing mode: Using multi-robot system with air dispersal mode. Sensors 2018, 18, 3589. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  4. Shakhatreh, H.; Sawalmeh, A.H.; Al-Fuqaha, A.; Dou, Z.; Almaita, E.; Khalil, I.; Guizani, M. Unmanned aerial vehicles (UAVs): A survey on civil applications and key research challenges. IEEE Access 2019, 7, 48572–48634. [Google Scholar] [CrossRef]
  5. Lee, H. Tomographic feature-based map merging for multi-robot systems. Electronics 2020, 9, 107. [Google Scholar] [CrossRef] [Green Version]
  6. Hernández, C.A.V.; Ortiz, F.A.P. A real-time map merging strategy for robust collaborative reconstruction of unknown environments. Expert Syst. Appl. 2020, 145, 1–12. [Google Scholar]
  7. Filho, L.E.S.A.; Júnior, C.L.N. Multi-robot autonomous exploration and map merging in unknown environments. In Proceedings of the 2022 IEEE International Systems Conference (SysCon), Montreal, QC, Canada, 25–28 April 2022. [Google Scholar]
  8. Yu, S.; Fu, C.; Gostar, A.K.; Hu, M. A review on map-merging methods for typical map types in multiple-ground-robot SLAM solutions. Sensors 2020, 20, 6988. [Google Scholar] [CrossRef]
  9. Carpin, S.; Birk, A.; Jucikas, V. On map merging. Robot. Auton. Syst. 2005, 53, 1–14. [Google Scholar] [CrossRef]
  10. Birk, A.; Carpin, S. Merging occupancy grid maps from multiple robots. Proc. IEEE 2006, 94, 1384–1397. [Google Scholar] [CrossRef]
  11. Carpin, S. Fast and accurate map merging for multi-robot systems. Auton. Robot. 2008, 25, 305–316. [Google Scholar] [CrossRef]
  12. Beltrametti, M.C.; Sendra, J.R.; Sendra, J.; Torrente, M. Moore-Penrose approach in the Hough transform framework. Appl. Math. Comput. 2020, 375, 125083. [Google Scholar] [CrossRef]
  13. Erinc, G.; Carpin, S. Anytime merging of appearance-based maps. Auton. Robot. 2014, 36, 241–256. [Google Scholar] [CrossRef]
  14. Lowe, D.G. Distinctive image features from scale-invariant keypoints. Int. J. Comput. Vis. 2004, 60, 91–110. [Google Scholar] [CrossRef]
  15. Carolina, B.; Selene, S.; Everardo, G. Scale, translation and rotation invariant wavelet local feature descriptor. Appl. Math. Comput. 2019, 363, 124594. [Google Scholar]
  16. Li, Y.M.; Su, L. A raster map stitching method based on local features. Comput. Appl. Softw. 2020, 37, 110–115. [Google Scholar]
  17. Zhu, J.; Zhou, Y.; Wang, X.C.; Han, W.X.; Ma, L. Grid map merging approach based on image registration. Acta Autom. Sin. 2015, 41, 285–294. [Google Scholar]
  18. Senthilnath, J.; Kalro, N.P.; Benediktsson, J.A. Accurate point matching based on multi-objective genetic algorithm for multi-sensor satellite imagery. Appl. Math. Comput. 2014, 236, 546–564. [Google Scholar]
  19. Zhang, X.; Wang, H.; Song, J.; He, S.; Sun, C. Co-design of adaptive event generator and asynchronous fault detection filter for markov jump systems via genetic algorithm. IEEE Trans. Cybern. 2022. [Google Scholar] [CrossRef]
  20. Li, D.H.; Gao, F.R.; Xue, Y.L. Optimization of decentralized pi/pid controllers based on genetic algorithm. Asian J. Control. 2008, 9, 306–316. [Google Scholar] [CrossRef]
  21. Shuaiqun, W.; Shangce, G.A.O. New strategy based on selection of mutation operator. Comput. Sci. 2014, 41, 225–228. [Google Scholar]
  22. Xie, F.; Sun, Q.S.; Zhao, Y.F. An improved directed crossover genetic algorithm based on multilayer mutation. J. Control. Sci. Eng. 2022, 2022, 4398952. [Google Scholar] [CrossRef]
  23. Sun, Q.S.; Zhao, Y.F.; Du, H.B. A multi-drone joint map building method based on multi-variable layer directed cross genetic algorithm. In Proceedings of the 2022 41st Chinese Control Conference (CCC), Hefei, China, 25–27 July 2022. [Google Scholar]
  24. Sawyerr, B.A.; Adewumi, A.O.; Ali, M.M. Real-coded genetic algorithm with uniform random local search. Appl. Math. Comput. 2014, 228, 589–597. [Google Scholar] [CrossRef]
  25. Liu, Y.G.; Wu, X.D.; Shen, Y.D. Automatic clustering using genetic algorithms. Appl. Math. Comput. 2011, 218, 1267–1279. [Google Scholar] [CrossRef]
  26. Tsoulos, G.; Tzallas, A.; Tsalikakis, D. PDoublePop: An implementation of parallel genetic algorithm for function optimization. Comput. Phys. Commun. 2016, 209, 183–189. [Google Scholar] [CrossRef]
  27. Guan, X.Y. Improvement and Application of Genetic Algorithm under Real Number Coding; Chongqing University: Chongqing, China, 2012. [Google Scholar]
  28. Liu, Z.P.; Wang, X.F.; Xue, L. Improvement and parallelization of real number coding genetic algorithm. J. Hebei Univ. Nat. Sci. Ed. 2019, 39, 86–92. [Google Scholar]
  29. Robot Operating System (ROS); Springer: Cham, Swtizerland, 2017.
Figure 1. Map-merging frame based on DCPGA algorithm.
Figure 1. Map-merging frame based on DCPGA algorithm.
Sensors 23 00447 g001
Figure 2. MUAV collaboration.
Figure 2. MUAV collaboration.
Sensors 23 00447 g002
Figure 3. Map-stitching diagram.
Figure 3. Map-stitching diagram.
Sensors 23 00447 g003
Figure 4. Map with source data.
Figure 4. Map with source data.
Sensors 23 00447 g004
Figure 5. Map with filtered data.
Figure 5. Map with filtered data.
Sensors 23 00447 g005
Figure 6. The map corresponding to Euclidean distance matrix M ¯ A .
Figure 6. The map corresponding to Euclidean distance matrix M ¯ A .
Sensors 23 00447 g006
Figure 7. Schematic diagram of directional crossover process.
Figure 7. Schematic diagram of directional crossover process.
Sensors 23 00447 g007
Figure 8. Experimental environment.
Figure 8. Experimental environment.
Sensors 23 00447 g008
Figure 9. Paths of UAVs.
Figure 9. Paths of UAVs.
Sensors 23 00447 g009
Figure 10. Map-merging process.
Figure 10. Map-merging process.
Sensors 23 00447 g010
Table 1. Standard deviation comparison.
Table 1. Standard deviation comparison.
Standard DeviationDCPGAIRGAIGATAGA
Functions
f 1 2.32 × 10 3 4.69 × 10 3 3.17 × 10 3 2.37 × 10 3
f 2 3.51 × 10 4 4.27 × 10 3 3.46 × 10 3 2.38 × 10 3
f 3 2.84 × 10 3 1.48 × 10 2 2.83 × 10 2 2.15 × 10 2
f 4 1.93 × 10 2 8.04 × 10 2 4.69 × 10 1 1.73 × 10 1
Table 2. Time comparison.
Table 2. Time comparison.
Time(s)DCPGAIRGAIGATAGA
Functions
f 1 1.19 1.64 3.83 1.35
f 2 1.34 1.36 4.34 1.74
f 3 1.66 1.79 3.93 1.59
f 4 2.19 2.24 4.19 2.35
Table 3. Mapping time comparison of a single UAV vs. MUAVs.
Table 3. Mapping time comparison of a single UAV vs. MUAVs.
UAVNumbersMinimal Time (s)Maximal Time (s)Average Time (s)
Single UAV10118470313
MUAVs1097185132
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Sun, Q.; Liao, T.; Du, H.; Zhao, Y.; Chen, C.-C. A Method of Merging Maps for MUAVs Based on an Improved Genetic Algorithm. Sensors 2023, 23, 447. https://doi.org/10.3390/s23010447

AMA Style

Sun Q, Liao T, Du H, Zhao Y, Chen C-C. A Method of Merging Maps for MUAVs Based on an Improved Genetic Algorithm. Sensors. 2023; 23(1):447. https://doi.org/10.3390/s23010447

Chicago/Turabian Style

Sun, Quansheng, Tianjun Liao, Haibo Du, Yinfeng Zhao, and Chih-Chiang Chen. 2023. "A Method of Merging Maps for MUAVs Based on an Improved Genetic Algorithm" Sensors 23, no. 1: 447. https://doi.org/10.3390/s23010447

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop