Figures
Abstract
To address the problems of low accuracy and slow convergence of traditional multilevel image segmentation methods, a symmetric cross-entropy multilevel thresholding image segmentation method (MSIPOA) with multi-strategy improved pelican optimization algorithm is proposed for global optimization and image segmentation tasks. First, Sine chaotic mapping is used to improve the quality and distribution uniformity of the initial population. A spiral search mechanism incorporating a sine cosine optimization algorithm improves the algorithm’s search diversity, local pioneering ability, and convergence accuracy. A levy flight strategy further improves the algorithm’s ability to jump out of local minima. In this paper, 12 benchmark test functions and 8 other newer swarm intelligence algorithms are compared in terms of convergence speed and convergence accuracy to evaluate the performance of the MSIPOA algorithm. By non-parametric statistical analysis, MSIPOA shows a greater superiority over other optimization algorithms. The MSIPOA algorithm is then experimented with symmetric cross-entropy multilevel threshold image segmentation, and eight images from BSDS300 are selected as the test set to evaluate MSIPOA. According to different performance metrics and Fridman test, MSIPOA algorithm outperforms similar algorithms in global optimization and image segmentation, and the symmetric cross entropy of MSIPOA algorithm for multilevel thresholding image segmentation method can be effectively applied to multilevel thresholding image segmentation tasks.
Citation: Zhang C, Pei Y-H, Wang X-X, Hou H-Y, Fu L-H (2023) Symmetric cross-entropy multi-threshold color image segmentation based on improved pelican optimization algorithm. PLoS ONE 18(6): e0287573. https://doi.org/10.1371/journal.pone.0287573
Editor: Diego Oliva, Universidad de Guadalajara, MEXICO
Received: April 13, 2023; Accepted: June 7, 2023; Published: June 29, 2023
Copyright: © 2023 Zhang et al. This is an open access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.
Data Availability: All relevant data are within the manuscript and its Supporting Information files.
Funding: The author(s) received no specific funding for this work.
Competing interests: The authors have declared that no competing interests exist.
1. Introduction
Image segmentation is a key step in image recognition, image analysis and a classical challenge in image processing [1, 2], and is widely used in target detection, face recognition, industry and aviation [3], among others. Its principle is the technique and process of merging pixel points with similar attributes in an image into several regions and proposing regions of interest. Currently, image segmentation methods can be roughly classified into four types: point, line, and boundary-based approaches [4], threshold-based approaches [5], region-based approaches [6], and morphology-based approaches and image segmentation algorithms formed based on specific theories [7] that have emerged in recent years. Among them, the thresholding method is becoming increasingly widely used for image segmentation because of its advantages of easy operation, high efficiency, fast processing speed, and stable performance. This method has become one of the most widely used methods in image segmentation.
As the most common method used in image segmentation, thresholding employs a parallel region segmentation technique. The segmentation method that divides an image into two major classes, background, and target, is called single-threshold segmentation, which only requires the selection of a The method of segmenting the image into multiple target and background classes is called multi-threshold segmentation, which requires the selection of multiple thresholds for processing. The segmented region is labeled [8]. However, multi-threshold segmentation of images increases exponentially in computational complexity as the number of thresholds increases, leading to problems such as low accuracy and slow convergence of traditional multi-level threshold image segmentation methods.
To solve this problem, more and more researchers are introducing swarm intelligence optimization algorithms [9] in solving image segmentation problems to improve segmentation accuracy and speed. Common threshold selection methods for multi-threshold segmentation incorporating swarm intelligence optimization algorithms include the Otsu method [10, 11], Kapur entropy method [12, 13], fuzzy entropy [14, 15], and minimum cross entropy [16, 17]. Ma [18] et al. proposed an improved multi-threshold image segmentation method based on the whale optimization algorithm (RAV-WOA) using the inter-class variance (Otsu method) as the objective function. A backward learning strategy is introduced in the initialization of the RAV-WOA population, and an adaptive weighting strategy is introduced to balance the algorithm’s global search ability and local exploitation ability. The experimental results show that the segmentation results of RAV-WOA in multi-threshold image segmentation have better quality and stability than other algorithms. Qi [19] et al. proposed a new multilevel image segmentation method (MIS-XMACO) based on the population intelligence algorithm (SIA) to enhance image segmentation of COVID-19 X-rays. An improved ant colony optimization algorithm combining directed crossover (DX) and directed mutation (DM) strategies shows more stable and superior segmentation results than other models at different threshold levels. Jiang [20] et al. proposed a multilevel thresholding image segmentation method based on the Improved Sticky Mushroom Algorithm (ISMA) and symmetric cross entropy for global optimization and image segmentation tasks and achieved better results in multilevel thresholding image segmentation by elite backward learning strategy adaptive probability thresholding and other strategies. Chen [21] et al. developed an algorithm called the Poplar Optimization Algorithm (POA) to solve the continuous optimization problem, which mimics the sexual and asexual reproduction mechanisms of poplar trees, where the algorithm details the basic idea of how to perform sexual and asexual reproduction for individuals, and the experimental results show that the algorithm can effectively find the optimal threshold for image segmentation. Hussien [22] et al. proposed the VCSWOA algorithm by fusing Gaussian wandering, CMA-ES, and evolution emerging from viral swarm search (VCS), significantly improving image segmentation results compared to other swarm intelligence algorithms. Hosny [23] et al. proposed an improved coronavirus optimization algorithm to solve the image segmentation problem and applied it to the segmentation of satellite images. Experiments showed the superiority of the proposed algorithm in the image segmentation problem. Houssein [24] et al. proposed an improved golden jackal optimization algorithm (IGJO) for skin cancer classification and early diagnosis. Experimental results showed that the algorithm outperformed other alternative algorithms regarding PSNR, SSIM, FSIM, and MSE segmentation metrics, effectively solving the segmentation problem. Yu et al. [25] updated the positions of the top three wolves in the wolf pack optimization algorithm according to the differences in alphas, thus proposing the EGWO algorithm. The experimental results showed that the EGWO algorithm is reliable and effective in practical image segmentation applications.
The above improved algorithm and most of the present researchers are experimenting with image segmentation of grayscale images, while color images often have more useful information, but there is less research on this aspect of color image segmentation.
In this paper, an improved pelican optimization algorithm (MSIPOA), is proposed and applied to multi-threshold color image segmentation. First, Sine chaotic mapping is used to make the initial population distribution more uniform, and spiral predation strategy, positive cosine optimization algorithm, and levy strategy are introduced to improve the ability of MSIPOA to jump out of local optimum. The convergence speed and accuracy of MSIPOA were verified by a total of 12 test functions with single and multiple peaks. Combining MSIPOA with symmetric cross-entropy multi-threshold segmentation effectively improves the accuracy and speed of multi-threshold image segmentation. Eight color images from the Berkeley University BSDS300 image segmentation test set were selected for the study. The experimental results show that the MSIPOA symmetric cross-entropy-based multilevel thresholding image segmentation method outperforms other swarm intelligence optimization algorithms in FSIM, SSIM, and PSNR. Therefore, the contribution of this paper is as follows:
(1) The MSIPOA algorithm is proposed for the characteristics that the POA algorithm converges slowly and quickly falls into the local optimum. Twelve test functions fully demonstrate the convergence ability of the MSIPOA algorithm.
(2) A multi-level thresholding image segmentation method based on MSIPOA symmetric cross-entropy is used for multi-threshold color image segmentation. The experimental results show that the method outperforms other swarm intelligence optimization algorithms in FSIM, SSIM, and PSNR test metrics.
The rest of this paper is organized as follows. In Section 2, the basic pelican optimization algorithm principles are presented. Section 3 details the improvement strategy of MSIOIA and compares the effect with six new algorithms in 12 test functions to verify the superiority of the MSIPOA algorithm. Section 4 compares the effectiveness of MSIPOA-based symmetric cross-entropy multilevel thresholding image segmentation methods on FSIM, SSIM, and PSNR with other swarm intelligence optimization algorithms to verify the effectiveness of MSIPOA for multi-threshold image segmentation. The conclusions of this paper are presented in Section 5.
2. Pelican Optimization Algorithm
The Pelican Optimization Algorithm (POA) [26] was proposed by Pavel Trojovský and Mohammad Dehghani in 2022, which simulates the natural behavior of pelicans during the hunting process, which is divided into two main phases: the approaching prey phase and the surface flight phase. The mathematical models developed by POA depending on the hunting stage are as follows:
2.1. Moving towards prey (exploration phase)
In the first stage of Pelican’s optimization algorithm, it randomly determines the location of the prey and then moves towards this determined area. The mathematical expression for the behavior of the pelican during this phase is as follows:
(1)
(2)
(3)
Where Pi is the location of the prey selected by the i pelican; Fi is the value of the objective function, i.e., the value of the degree of adaptation; k is a random natural number belonging to [1,N]; is the new state of the i pelican in the j dimension;
is the adaptation value corresponding to it. rand represents a random number of [0,1] and, in addition, the value of I is either 1 or 2. rand and I are random numbers used to generate random POA behavior in search and update.
2.2. Winging on the water surface (exploitation phase)
In the second stage, when the pelicans reach the surface, they spread their wings on the water and move the fish upwards before placing the prey in their throat pockets. This strategy of surface flight by pelicans allows them to catch more fish in the area being attacked. Modeling this behavioral process of the pelican allows the POA algorithm to converge to a better location in the hunting area, which increases the local search capability and exploitation of the POA algorithm. From a mathematical point of view, the algorithm must check the positions near the pelican position so that the algorithm can converge to a better position. The mathematical expression for the second stage is as follows:
(4)
(5)
where t is the current number of iterations; T is the maximum number of iterations; R is a constant taking the value of 0.2;
is the new state of the i pelican in the j dimension in the second hunting phase;
is the corresponding fitness value in the new state.
3. Multi-strategy improvement of pelican optimization algorithm
3.1. Sine chaos initialization
Instead of random initialization, chaotic mapping makes the population more uniformly distributed in the search space. The mathematical expression of the Sine chaotic mapping is as follows:
(6)
3.2. Fusion of improved sine cosine optimization algorithms
The sine and cosine optimization algorithm [27] uses the periodic volatility of the sine and cosine functions to construct iterative equations that implement the functions of two threads of global search and local exploitation. The perturbation is applied, and the solution set is updated by this brief update iterative equation. The specific iterative equations are classified into the following two types sine iterative or iterative cosine equations.
(7)
where t is the number of current iterations and
denotes the component of the position of individual i in dimension j at the t iteration; r1,r4 is a random number of [0,1]; r2 is a random number of [0,2π]; r3∈(0,+∞); Pbest(t) is the optimal solution position at the t iteration.
Inspired by the spiral predation mechanism of the whale optimization algorithm [28], the method was introduced into the pelican optimization algorithm so that it gradually approaches the prey in a spiral manner during the approaching prey phase to expand the search range and increase the global search capability. And combining this method with the sine cosine optimization algorithm, the first stage mathematical expression of the pelican optimization algorithm after fusing these two strategies is as follows:
(8)
3.3. Introduction of levy flight mechanism
Levy flight strategy is a very effective mathematical method for providing levy distributed random factors. A levy flight strategy is introduced to enhance the ability of the Pelican optimization algorithm to jump out of the local optimum. Levy flight expression is as follows:
(9)
(10)
(11)
The mathematical expression of the second stage of the pelican optimization algorithm after incorporating levy flights is as follows:
(12)
The flow chart of the MSIPOA algorithm when solving the problem is shown in Fig 1.
3.4. MSIPOA performance test
The MSIPOA algorithm was compared with the Pelican Optimization Algorithm (POA), the Whale Optimization Algorithm (WOA), the Sand Cat Swarm Optimization Algorithm (SCSO) [29], the Dung Beetle Optimization Algorithm (DBO) [30], the Hunter Prey Optimization Algorithm (HPO) [31], the Gray Wolf Optimization Algorithm (GWO) [32], Arithmetic Optimization Algorithm (AOA) [33] and Aquila Optimizer(AO) [34]. The initial population size of each algorithm is set to 30, the maximum number of iterations is 500, and the number of independent runs is 30. Since POA, SCSO, DBO, HPO, and other algorithms are relatively new swarm intelligence optimization algorithms proposed in recent years. These algorithms have been compared with some classical swarm intelligence optimization algorithms, such as Particle Swarm Optimization (PSO) algorithm, Genetic Algorithm (GA), etc., and the experimental results show that they have better performance in finding the best, so this paper will not compare with the classical intelligence algorithms. In this paper, 12 basic test functions are selected to test the performance of each algorithm. The detailed benchmark test function information is shown in Table 1, where F1~F7 are single-peak test functions, F8~F12 are multi-peak test functions, Range represents the search range of the solution, Dim is the dimensional information of the test function, fmin is the theoretical optimal value of the test function, and UM and MM represent single-peak and multi-peak, respectively. The waveform of the test function is shown in Fig 2.
Experimental simulation environment: All data in this paper are based on Intel processor with 2.60GHZ main frequency, 48G memory, and simulation software Matlab.
The swarm intelligence optimization algorithm solves the problem with certain randomness, in order to avoid the influence of randomness on the performance of the algorithm, all algorithms are run independently for 30 times. Tables 2–5 show the maximum value, optimal value, mean value and standard deviation of each algorithm after 30 runs, respectively. And Fridman test was performed for each algorithm, and the results are shown in Table 6.
The worst values of the nine optimization algorithms are given in detail in Table 2, and it can be seen that MSIPOA has far better worst values than the other algorithms in 30 independent runs. In Tables 3–5, the specific values of optimal, mean and standard deviation are given in detail. From these tables, it can be seen that MSIPOA’s statistical results for the 12 tested functions are significantly better than the other algorithms.
MSIPOA searches for theoretical optimal values on F1, F2, F3, F4, F9 and F11. The AO algorithm achieves relatively better values on F5, and the HPO algorithm achieves better values on F6. Although MSIPOA does not achieve better values on these two test functions, it still has a significant improvement relative to the POA algorithm. On F8 and F12, although MSIPOA does not converge to the theoretical optimum, its converged solution is still the closest to the theoretical optimum among the seven intelligent algorithms. In F9 AOA, AO, HPO, SCSO, POA, and MSIPOA algorithms can achieve the theoretical optimal value. In F10 HPO, SCSO, DBO, and MSIPOA algorithms can achieve better value. In F11 AO, HPO, SCSO, WOA, POA, and MSIPOA algorithms can achieve the theoretical optimal value, in which HPO, SCSO, POA, and DBO algorithms are all new swarm intelligence algorithms proposed in 2022 with more robust performance, which also shows that these comparison algorithms are selected in this paper with sufficient comparison significance.
Fig 3 shows the average convergence curves of the seven algorithms under 12 benchmark test functions, and the convergence speed and convergence accuracy of each algorithm can be visualized through Fig 3. In F9, F10 and F11, although there are other algorithms that can converge to better results like MSIPOA, it can be visualized from Fig 3 that the convergence speed of MSIPOA is much better than other optimization algorithms. As can be seen from Fig 3 MSIPOA is still very competitive with them, demonstrating strong convergence speed and convergence accuracy on most of the tested functions.
Fig 4 shows the box plots of the iterative data for the results of the seven algorithms after 30 independent runs. The box plot’s top and bottom line segments indicate the data’s maximum and minimum values, respectively. The top and bottom edges of the box plot indicate the 75th percentile and 25th percentile, respectively. The thick line in the middle of the box plot indicates the median of the data. The box plot allows us to visualize the outliers of the data, the dispersion of the distribution, and the symmetry of the data. As can be seen in Fig 4, the MSIPOA algorithm has a very narrow box shape and maintains the lowest point in most of the tested functions. Compared with algorithms such as POA, the MSIPOA algorithm can get low box plots and no outliers. Compared with algorithms such as GWO, WOA, and SCSO, the MSIPOA algorithm has better optimization results. Although the HPO and DBO algorithms achieve relatively better results on F5 and F6, the MSIPOA algorithm for box plots achieves better results when the results of the 12 test functions are considered in an integrated manner.
The smaller the value obtained by Firdman test here, the better. By performing Firdman test on the total mean and standard deviation of the 12 test functions, the values obtained by MSIPOA are all optimal and the overall ranking is the first.
In summary, MSIPOA has apparent advantages over other swarm intelligence optimization algorithms in terms of convergence accuracy, convergence speed, and robustness, proving the MSIPOA algorithm’s excellent performance. In the next section, MSIPOA is used for image segmentation.
4. MSIPOA-based multi-threshold image segmentation
4.1. Experimental design
The eight test images selected in this paper are from the Berkeley University BSDS300 image segmentation test set, the test image and its RGB histogram are shown in Fig 5. All algorithms have an initial population size of 30, a maximum number of iterations of 100, and 20 independent runs. The image segmentation thresholds are set to 2, 4, and 6, respectively.
4.2. Image segmentation quality metrics
In this paper, the metrics to measure the effectiveness of image segmentation are the feature similarity index (FSIM), structural similarity index (SSIM), and peak signal-to-noise ratio (PSNR).
PSNR, mainly with the help of the error of the corresponding pixel points of the image, has been most commonly used in recent years in the objective evaluation index of image quality, which is mathematically defined as:
(13)
In the above equation, n is usually 8, MSE indicates the expected value of the squared difference between the estimated and actual values, and PSNR is measured in dB. The larger the PSNR value, the less noise rest of the image, indicating good noise resistance of the segmented image and good image segmentation effect.
SSIM is a metric used to measure the similarity of two images before and after compression. SSIM divides the image information into three contrast modules, namely luminance (l), contrast (c), and structure (s). Assuming that the images before and after segmentation are x and y, respectively, SSIM is defined as:
(14)
α, β, γ are the coefficients of the three comparison modules greater than 0, respectively, and the three comparison modules are defined specifically as:
(15)
(16)
(17)
Where C1,C2,C3 is a constant and μx, μy is all pixels of the image, δx, δy represents the standard deviation of the image pixel values, and δxy represents the covariance of the two images. In practical applications α = β = γ = 1, C3 = 0.5C2. Then the expression of SSIM is:
(18)
The value of SSIM ranges from 0 to 1. The larger the value, the smaller the difference between the two images, the smaller the image segmentation quality, and the better the image segmentation effect.
FSIM considers that not all pixels in an image have the same importance. For example, the pixel points at the edge of a part of an object in an image are more important for defining its structure. FSIM uses two features, phase consistency feature (PC) and gradient feature (GM), where PC can portray the local structure of an image and GM can extract the changes in an image. A more significant FSIM value indicates that the test image is closer to the reference image.
The similarity of PC is calculated as follows:
(19)
The similarity of GM is calculated as follows:
(20)
The formula for FSIM is as follows:
(21)
where α, β is generally taken as 1,
.
4.3. Simulation and results
This paper selects symmetric cross-entropy multi-threshold image segmentation algorithms based on PSO [35], WOA, GWO, POA, and MSIPOA for comparison. Figs 6–8 show the sum of the fitnesses under all thresholds for the different test sets corresponding to each algorithm, respectively. Figs 9–11 show the image segmentation results for different algorithms with 2, 4 and 6 thresholds, respectively. Tables 7–9 show the numerical evaluation results of FSIM, SSIM, and PSNR for image segmentation, respectively.
Tables 7–9 shows the average FSIM, SSIM, and PSNR of the segmented images after testing the algorithm. The table shows that the FSIM, SSIM, and PSNR values of the segmented images of each algorithm show an increasing trend as the threshold value gradually increases, and the peak signal-to-noise ratio, structural similarity, and feature similarity before and after image segmentation are gradually becoming higher. As can be seen from Tables 3–5, the MSIPOA achieved optimal mean values for FSIM, SSIM and PSNR metrics of 100%, 87.5% and 70.83%, respectively. This fully illustrates the advantages that the FSIM, SSIM, and PSNR of images segmented based on MSIPOA symmetric cross-entropy show compared with other algorithms, especially in its lowest distortion degree of images before and after segmentation, which greatly ensures the similarity between the two images before and after segmentation. The differences between the FSIM, SSIM, and PSNR values of MSIPOA and other algorithms become increasingly apparent as the threshold value increases. It shows that the segmented image obtained after solving the optimal threshold using MSIPOA is closest to the original image, which retains more information about the original image and reflects the excellent global search ability of the MSIPOA algorithm.
The results of the three metrics after threshold partitioning by each algorithm are subjected to Fridman test, where the larger the value is, the better it is. Table 10 shows the specific values after Fridman test, and the MSIPOA metrics are optimal.
The experimental results show that the MSIPOA algorithm has the characteristics of solid self-adaptation, fast finding speed, and high finding accuracy and can be applied to the image segmentation problem. The MSIPOA algorithm proposed in this paper outperforms the segmentation performed directly using PSO, GWO, WOA, and POA algorithms regarding quality. Its solution to the multi-threshold image segmentation problem is more advantageous to obtain a more accurate segmented image. The results on the Berkeley dataset also show the effectiveness and robustness of the proposed algorithm.
5. Conclusion
In response to the problems of low accuracy, slow convergence, and high computational complexity of traditional multi-threshold segmentation methods, this study proposes a color image segmentation algorithm based on the MSIPOA algorithm. To address the limitations of POA, Sine chaos mapping, levy flight strategy, spiral search strategy, and the strategy of fusion sine cosine optimization algorithm are introduced to improve it. Then, the symmetric cross-entropy sum of images is used as the fitness function to search the optimal segmentation threshold of images quickly and precisely using the hunting behavior of pelican populations. To verify the effectiveness of the proposed MSIPOA, the convergence performance is tested on 12 benchmark test functions with the new algorithms, such as DBO, SCSO, and POA. The experimental results show that the MSIPOA algorithm outperforms other optimization algorithms in terms of convergence speed and convergence accuracy. The experimental comparison with classical algorithms such as PSO, WOA, and GWO for image segmentation shows that the FSIM, SSIM, and PSNR metrics of MSIPOA achieve optimal average values of 100%, 87.5%, and 70.83%, respectively, with significantly better results than the symmetric cross-entropy results of PSO, GWO and POA algorithms. The segmented images obtained based on the MSIPOA algorithm are of higher quality, and the algorithm runs more stably.
5.1. Limitations and future works
In this paper, we propose a color image segmentation algorithm based on the MSIPOA algorithm, and the effect of this algorithm image segmentation is better than other methods through simulation testing. However, there are still some limitations in this paper, i.e., it is not combined with practical applications.
In the next step, we intend to integrate it with practical applications. For example, CT analysis in medicine, IoT task scheduling, industrial defect detection and data pre-processing
References
- 1. Chen S, Qiu C, Yang W, et al. Combining edge guidance and feature pyramid for medical image segmentation[J]. Biomedical Signal Processing and Control, 2022, 78: 103960.
- 2. Li Y, Xuan Y, Zhao Q. Remote sensing image segmentation by combining manifold projection and persistent homology[J]. Measurement, 2022, 198: 111414.
- 3. Abualigah Laith, et al. "Applications, deployments, and integration of internet of drones (iod): a review."IEEE Sensors Journal 21.22 (2021): 25532–25546.
- 4. Li X, He H, Li X, et al. Pointflow: Flowing semantics through points for aerial image segmentation[C]//Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 2021: 4217–4226.
- 5. Kheradmandi N, Mehranfar V. A critical review and comparative study on image segmentation-based techniques for pavement crack detection[J]. Construction and Building Materials, 2022, 321: 126162.
- 6. Mazouzi S, Guessoum Z. A fast and fully distributed method for region-based image segmentation: Fast distributed region-based image segmentation[J]. Journal of Real-Time Image Processing, 2021, 18(3): 793–806.
- 7. Rani B M S, Majety V D, Pittala C S, et al. Road Identification Through Efficient Edge Segmentation Based on Morphological Operations[J]. Traitement du Signal, 2021, 38(5).
- 8. Han J, Yang C, Zhou X, et al. A new multi-threshold image segmentation approach using state transition algorithm[J]. Applied Mathematical Modelling, 2017, 44(Apr.):588–601.
- 9. Abualigah Laith, et al. "Reptile Search Algorithm (RSA): A nature-inspired meta-heuristic optimizer."Expert Systems with Applications191 (2022): 116158.
- 10. Fazilov S K, Yusupov O R, Abdiyeva K S. Mammography image segmentation in breast cancer identification using the otsu method[J]. Web of Scientist: International Scientific Research Journal, 2022, 3(8): 196–205.
- 11. Xiao L, Fan C, Ouyang H, et al. Adaptive trapezoid region intercept histogram based Otsu method for brain MR image segmentation[J]. Journal of Ambient Intelligence and Humanized Computing, 2022: 1–16.
- 12. Zhu D, Zhou C, Qiu Y, et al. Kapur’s entropy underwater image segmentation based on multi-strategy Manta ray foraging optimization[J]. Multimedia Tools and Applications, 2022:1–39.
- 13. MohamedAbdelBasset· RedaMohamed· MohamedAbouhawwash, 3 . a new fusion of wha1e optimizer a1gorithm with kapur s entropy for mu1ti thresho1d image segmentation ana1ysis and va1idations[J]. Artificial Intelligence Review, 2022, 55(8):6389–6459.
- 14. Mahajan S, Mittal N, Salgotra R, et al. An efficient adaptive salp swarm algorithm using type II fuzzy entropy for multilevel thresholding image segmentation[J]. Computational and Mathematical Methods in Medicine, 2022, 2022.
- 15. Hilal M, Gaudêncio A S, Vaz P G, et al. Colored texture analysis fuzzy entropy methods with a dermoscopic application[J]. Entropy, 2022, 24(6): 831.
- 16. Wu M T. Confusion matrix and minimum cross-entropy metrics based motion recognition system in the classroom[J]. Scientific Reports, 2022, 12(1): 3095.
- 17. Wang Y, Song S. An adaptive firefly algorithm for multilevel image thresholding based on minimum cross-entropy[J]. The Journal of Supercomputing, 2022, 78(9):11580–11600.
- 18. Ma G, Yue X. An improved whale optimization algorithm based on multilevel threshold image segmentation using the Otsu method[J]. Engineering Applications of Artificial Intelligence, 2022, 113: 104960.
- 19. Qi A, Zhao D, Yu F, et al. Directional mutation and crossover boosted ant colony optimization with application to COVID-19 X-ray image segmentation[J]. Computers in biology and medicine, 2022, 148: 105810.
- 20. Jiang Y, Zhang D, Zhu W, et al. Multi-Level Thresholding Image Segmentation Based on Improved Slime Mould Algorithm and Symmetric Cross-Entropy[J]. Entropy, 2023, 25(1): 178.
- 21. Chen D, Ge Y, Wan Y, et al. Poplar optimization algorithm: A new meta-heuristic optimization technique for numerical optimization and image segmentation[J]. Expert Systems with Applications, 2022, 200: 117118.
- 22. Hussien A G, Heidari A A, Ye X, et al. Boosting whale optimization with evolution strategy and Gaussian random walks: An image segmentation method[J]. Engineering with Computers, 2022: 1–45.
- 23. Hosny K M, Khalid A M, Hamza H M, et al. Multilevel thresholding satellite image segmentation using chaotic coronavirus optimization algorithm with hybrid fitness function[J]. Neural Computing and Applications, 2023, 35(1): 855–886.
- 24. Houssein E H, Abdelkareem D A, Emam M M, et al. An efficient image segmentation method for skin cancer imaging using improved golden jackal optimization algorithm[J]. Computers in Biology and Medicine, 2022, 149: 106075.
- 25. Yu X, Wu X. Ensemble grey wolf Optimizer and its application for image segmentation[J]. Expert Systems with Applications, 2022, 209: 118267.
- 26. Trojovský P, Dehghani M. Pelican optimization algorithm: A novel nature-inspired algorithm for engineering applications[J]. Sensors, 2022, 22(3): 855.
- 27. Hafez A I, Zawbaa H M, Emary E, et al. Sine cosine optimization algorithm for feature selection[C]//2016 international symposium on innovations in intelligent systems and applications (INISTA). IEEE, 2016: 1–5.
- 28. Mirjalili S, Lewis A. The whale optimization algorithm[J]. Advances in engineering software, 2016, 95: 51–67.
- 29. Seyyedabbasi A, Kiani F. Sand Cat swarm optimization: A nature-inspired algorithm to solve global optimization problems[J]. Engineering with Computers, 2022: 1–25.
- 30. Xue J, Shen B. Dung beetle optimizer: A new meta-heuristic algorithm for global optimization[J]. The Journal of Supercomputing, 2022: 1–32.
- 31. Naruei I, Keynia F, Sabbagh Molahosseini A. Hunter–prey optimization: Algorithm and applications[J]. Soft Computing, 2022, 26(3): 1279–1314.
- 32. Ahmed R, Rangaiah G P, Mahadzir S, et al. Memory, evolutionary operator, and local search based improved Grey Wolf Optimizer with linear population size reduction technique[J]. Knowledge-Based Systems, 2023: 110297.
- 33. Abualigah Laith, et al. "The arithmetic optimization algorithm."Computer methods in applied mechanics and engineering 376 (2021): 113609.
- 34. Abualigah Laith, et al. "Aquila optimizer: a novel meta-heuristic optimization algorithm." Computers & Industrial Engineering 157 (2021): 107250.
- 35.
Ray S, Dhal K G, Naskar P K. Superpixel Image Clustering Using Particle Swarm Optimizer for Nucleus Segmentation[M]//Soft Computing for Problem Solving: Proceedings of the SocProS 2022. Singapore: Springer Nature Singapore, 2023: 445–457.