Abstract

The computation of image segmentation has become more complicated with the increasing number of thresholds, and the option and application of the thresholds in image thresholding fields have become an NP problem at the same time. The paper puts forward the modified discrete grey wolf optimizer algorithm (MDGWO), which improves on the optimal solution updating mechanism of the search agent by the weights. Taking Kapur’s entropy as the optimized function and based on the discreteness of threshold in image segmentation, the paper firstly discretizes the grey wolf optimizer (GWO) and then proposes a new attack strategy by using the weight coefficient to replace the search formula for optimal solution used in the original algorithm. The experimental results show that MDGWO can search out the optimal thresholds efficiently and precisely, which are very close to the result examined by exhaustive searches. In comparison with the electromagnetism optimization (EMO), the differential evolution (DE), the Artifical Bee Colony (ABC), and the classical GWO, it is concluded that MDGWO has advantages over the latter four in terms of image segmentation quality and objective function values and their stability.

1. Introduction

Image segmentation involves the technique and process of segmenting an image into several particular unique areas and extracting useful or interested targets [1]. These areas or targets are the keys for image analysis and understanding. With the in-depth research of image segmentation technology, image segmentation techniques have been widely applied in various fields, such as medical analysis [2], image classification [3], object recognition [4], image copy detection [5], and motion estimation [6].

In recent years, many researchers have conducted massive research on image segmentation. However, there has been no theory of segmentation so far which is universally applicable. There are many algorithms for image segmentation, and classical ones are classified as algorithms based on threshold, edge, area, and others which are combined with other specific theories [7, 8]. As a commonly used image segmentation algorithm, threshold segmentation selects proper threshold to divide image into different areas or classes. Numerous different thresholding approaches have been reported in the literature. Basically, thresholding methods fall into two kinds: parametric and nonparametric [9, 10]. Parametric methods are time-consuming and computationally expensive, while nonparametric methods try to determine the optimal threshold value by optimizing some standards [10]. By introducing the optimization methods, nonparametric methods reduce the time consumption and computation and show better robustness and accuracy. Based on the above analysis, the paper will take nonparametric methods to analyze and study multilevel image segmentation.

It has proved to be feasible to determine the optimal threshold value by analyzing the histogram characteristics or optimizing objective functions [9]. These nonparametric methods can be achieved by optimizing objective functions. The commonly used optimization functions include maximization of the entropy [11], maximization of the between-class variance (e.g., Otsu’s method) [12], the use of the fuzzy similarity measure [13], and minimization of the Bayesian error [14]. Among them, Kapur’s optimal entropy threshold method does not require prior knowledge, which can obtain desirable segmentation result for the nonideal bimodal histogram of images which make it the most widely used method [4]. All of these techniques were originally used for bilevel thresholding and then extended to multilevel thresholding areas. However, after these methods are used for multilevel thresholding (MT), the computational complexity grows exponentially. Therefore, numerical evolutionary and swarm-based intelligent optimizations are much preferred in MT [3].

Optimization algorithm [15] is mainly used to solve the problem of the option of the threshold value and reduce the time consumption from the increase of the number of the thresholds. Genetic algorithm (GA) [16] is an early method used in the image thresholding. With the constantly emerging of the optimization algorithms, a large number of MT methods based on optimization algorithms follow. Fujun et al. [17] put forward an improved adaptive genetic algorithm (IAGA) image segmentation method; this method can adjust control parameters adaptively according to the size of individual fitness and dispersion degree of the population, which keeps the diversity of the population and improves the convergence speed; evolutionary algorithms which are inspired by swarm behavior such as Particle Swarm Optimization (PSO) [18] and artificial colony algorithm (ABC) [19] are also widely used in image segmentation problem. Oliva et al. [20] used EMO algorithm for MT problem and also applied HAS algorithm [17] to MT tasks; there are many other optimization algorithms which are also used to deal with this kind of problem and the results are also satisfactory, such as DE, CS, BF, and FFA [2125].

As a newly proposed optimization algorithm, the GWO [26] algorithm mimics the leadership hierarchy and hunting mechanism of grey wolves in nature. Four types of grey wolves (, , , ) are employed as the leadership hierarchy. The main steps are hunting, searching for prey, encircling, and attacking. Compared to well-known evolutionary-based algorithms such as PSO, GSA, DE, EP, and ES, the GWO algorithm shows better global convergence and higher robustness. Moreover, the GWO has high performance in solving challenging problems in unknown search spaces, and the results on semireal and real problems also prove that GWO can show high performance not only on unconstrained problems but also on constrained problems [26]. This paper, by making an analysis of GWO, tries to determine the optimal threshold for image segmentation, discretizes the continuous GWO algorithm, and then proposes modified discrete GWO algorithm. Original GWO algorithm mainly solves the problem of continuity, but the image thresholding is a discrete problem for different thresholds; therefore, GWO algorithm has to be discretized. In addition, this paper has also improved the wolves attack strategy (i.e., determining the optimal solution). While the original GWO used the average of the optimal three wolves as the best solution, the proposed algorithm in this paper abandons the average optimization strategy in the process of determining the optimal solution, and calculates the different weights on the basis of wolves fitness function and, at the same time, gives the highest weight to the dominant wolf so as to improve the convergence. The experimental results show that the algorithm determines the appropriate thresholds quickly and has better segmentation effect, high efficiency, and accuracy. Finally, the simulation experiment verifies the superiority of MOGWO. Moreover, it is the first time that MDGWO algorithm is applied to multilevel image segmentation.

The rest of the paper is organized as follows: Section 2 introduces Kapur’s entropy and related work of intelligent optimization in the field of MT. Section 3 presents the formulation of MT and Kapur’s entropy objective function. The detailed process and pseudocode of the initializing, encircling, hunting, and attacking behaviors in MDGWO are presented in Section 4. Section 5 analyzes the superiority of MDGWO based on numerous experiments in combination with Figures and Tables. Section 6 concludes.

In recent years, image segmentation methods based on intelligent optimization takes Otsu’s method, between-class variance, Tsallis entropy, and Kapur’s entropy for objective functions. These methods optimized the threshold through optimization algorithm and obtained better results on image segmentation [4]. Moreover, Akay [27] compared ABC with PSO by employing between-class variance and Kapur’s entropy as objective functions. Kapur’s entropy-based ABC showed better performance when the number of thresholds increases and reduced time complexity. Bhandari [28] et al. conducted comparative analysis in detail between Kapur’s, Otsu, and Tsallis functions. The results show that, in remote sensing image segmentation, Kapur’s entropy-based algorithm performs better than the rest generally. Ghamisi [29] et al. analyzed the performances of Particle Swarm Optimization (PSO), Darwinian Particle Swarm Optimization (DPSO), and Fractional-Order Darwinian Particle Swarm Optimization (FODPSO) in MT. By comparing them to Bacteria Foraging (BF) algorithm and genetic algorithms (GA), PODPSO shows better performance in overcoming local optimization and computational speed. Electromagnetism was introduced for MT by Horng [19], which compared it to Kapur’s entropy and Otsu’s method, respectively. The experimental results show that Kapur’s entropy is more efficient. Before that, they verified the same test experiment through Harmony Search Optimization and obtained similar results [20]. In our previous work [30], we also take Discrete Grey Wolf Optimizer (GWO) as the tool, with fuzzy theory and fuzzy logic to achieve image segmentation. Compared with EMO and DE, our method shows better performance in segmentation quality and stability. Based on the above analysis, the algorithm which takes Kapur’s entropy for objective function shows better performance. By taking Kapur’s entropy as the optimization goal, the paper analyzes and studies the application of GWO in MT.

Wolf Pack Algorithm (WPA) is a new swarm intelligent method proposed by Wu et al. in 2013 [2529, 3133]. According to the wolf pack intelligent behavior, the researchers abstracted three intelligent behaviors, scouting, calling, and besieging, and two intelligent rules, winner-take-all generation rule of lead wolf and stronger-survive renewing rule of wolf pack. The experiments show that WPA has better convergence and robustness, especially for high-dimensional functions. In the same year, Q. Zhou and Y. Zhou [34] proposed Wolf Colony Search Algorithm based on Leader Strategy (LWCA). The idea of the algorithm originated from the phenomenon that there exists individual competitions among the wolf pack. The strongest wolf was selected as the leader of the wolves; the wolves hunted prey under the leadership of the leader, so that they could be more effective in capturing prey. The experiments show that the algorithm has better performance on convergence speed and accuracy, and it is difficult to trap-in local minimum. Coincidentally, Mirjalili et al. [26] proposed grey wolf optimizer (GWO) inspired by grey wolves in 2014. In GWO algorithm, The wolf is also called the dominant wolf, the level of other three types decreases in turn, and the is the lowest-level wolf. In addition, the three main steps of hunting, searching for prey, encircling prey, and attacking prey, are implemented. Compared to well-known heuristics such as PSO, GSA, DE, EP, and ES [3538], the GWO algorithm shows better convergence and higher local optima avoidance. In 2014, Muangkote et al. [39] proposed an improved grey wolf optimizer method (IGWO). The strategy on parameter selection of IGWO improves the search capability and the hybridization strategy increases the diversity of the agent. Zhu et al. [40] proposed to combine GWO with difference algorithm for solving the global optimization problem in 2015.

By introducing MDGWO to MT, the paper solves the problem of thresholds option by taking Kapur’s entropy for objective function. The proposed algorithm shows better segmentation result, high efficiency and accuracy, and stability of the range of threshold.

3. Formulation of the Multilevel Image Thresholding

MT needs to set a set of threshold values ; based on that, the image can be segmented into different regions. By means of intelligent optimization to obtain the optimal threshold value, the process of image segmentation has to be formulated before taking image elements or image features as parameters, to determine the optimized objective functions with the purpose of getting close to the optimal threshold value.

3.1. Pixel Grouping Based on Thresholding

Supposing that each image has grey levels, the thresholding conversion is a process in which the pixels of image are divided into different classes or groups according to the grey levels. This kind of classification has to choose a threshold (th) or follow the following rules:where indicates the grey level of a pixel in image , . , is the class of pixel and th is the threshold.

Equation (1) is the description of bilevel thresholding. For MT problem, the description is where indicates different thresholds. Therefore, MT can be described as the problem of solving the set of th. Kapur’s entropy is a well-known method used to solve this kind of problem by maximizing the objective function to determine the optimal threshold.

3.2. Concept of Kapur’s Entropy for Image Segmentation

Kapur’s entropy is one of the early methods used in bilevel thresholding, and it has been applied in MT field by scholars. Kapur’s entropy is an effective image segmentation technique based on threshold and probability distributions of image histogram. When the optimal threshold is allocated correctly, the entropy is the biggest of all. Entropy is used to measure the compactness and separability between classes. The purpose of the method is to find the optimal threshold and produce the maximum entropy. This method extracts the brightness level from a greyscale image or a RGB image. The probability distribution of brightness value is calculated as follows:where indicates a specific brightness level, ranging from 0 to , parameter is used to judge whether the image is a grey image or a RGB image, SP is the total of pixels, and is the pixel number of the brightness level in . For the simplest segmentation, there are two classes defined as follows:where , are the probability distribution of , , respectively; the equation is as follows:

Therefore, the objective function of Kapur’s entropy can be defined aswhere entropy and entropy are derived by (4): where is the probability distribution of strength grades by (3) and , are the probability distribution of , , respectively.

Naturally, the entropy-based method can be extended to multithresholding method. In this case, image can be divided into classes with thresholds. Therefore, multilevel thresholding objective function can be defined as follows:where is a vector containing multiple thresholds and each entropy is calculated with the corresponding threshold, respectively. And (7) can be extended to the calculation of entropies as follows: where the probabilities of classes are calculated by (10); finally, it needs to categorize the pixels into corresponding classes and complete the multilevel image segmentation by (2):

As mentioned above, multilevel thresholding is formulated to maximize Kapur’s entropy, and the objective function is shown in (8). As previously mentioned, this paper will use the MDGWO to optimize the objective function; the optimization algorithm is the key to the quality of image segmentation.

4. Image Segmentation Based on MDGWO

4.1. Standard Grey Wolf Optimizer

Grey wolfs (Canis lupus) belongs to Canidae family, which are considered as apex predators, meaning that they are at the top of the food chain. They have a very strict social dominant hierarchy. The algorithm divides the wolves into four types: , , , and . The social behavior of each type wolves can be summarized as follows.

The leaders are a male and a female, called alpha. They are the most brilliant wolves and the best in terms of managing the pack. The alpha wolf is also called the dominant wolf since his/her orders should be followed by the pack unconditionally. The location of alpha presents the best solution of the problem.

The second level in the hierarchy of grey wolves is beta. The betas are subordinate wolves that help the alpha in decision-making or other pack activities. The beta wolf should respect the alpha but commands the other lower-level wolves as well. It plays the role of an advisor to the alpha and discipliner for the pack. The beta reinforces alpha’s commands throughout the pack and gives feedback to the alpha.

The third level in the hierarchy of grey wolves is delta. Delta wolves have to submit to alphas and betas, but they dominate the omega, scouts, sentinels, elders, hunters, and caretakers who belong to this category. They are responsible for watching the boundaries of the territory, warning the pack in case of any danger, protecting and guaranteeing the safety of the pack, helping the alphas and betas when hunting prey, and providing food for the pack and caring for the weak, ill, and wounded wolves in the pack.

The lowest ranking grey wolf is omega. It may seem the omega is not an important individual in the pack, but it has been observed that the whole pack face internal fighting and problems in case of losing the omega, which is harmful to the group structure.

In addition to the social hierarchy of wolves, group hunting is another interesting social behavior of grey wolves. The main phases of grey wolf hunting are as follows: searching for the prey; tracking, chasing, and approaching the prey; pursuing, encircling, and harassing the prey until it stops moving; attacking toward the prey.

In order to mathematically model the social hierarchy of wolves in GWO [26], the fittest solution is considered as the alpha (). Consequently, the second and third best solutions are named beta () and delta (), respectively. The rest of the candidate solutions are assumed to be omega (). In the GWO algorithm, the hunting (optimization) is guided by , , and . The wolves follow these three wolves.

In addition to the above four abstract models, this paper proposes MDGWO based on the standard GWO settings for MT. In the improved algorithm, the corresponding relationships between grey wolf hunting and image segmentation are shown in Table 1.

4.2. The Initialization of MDGWO

The size of the wolf pack is assumed as SN. SN candidate solutions (the location of the wolves is the threshold values) are generated randomly in the initialization phase. Different from the GWO, the image threshold is a set of discrete integers by rounding toward zero: where and are the upper limit and the lower limit of parameters (namely boundaries of parameter).

After the initialization of candidate solutions, MDGWO judges whether the initial solution is in the range of . If it is, the fitness value will be calculated, otherwise the search agent will be put back in the search space (i.e., guaranteeing the initial solution in the range of ) by (12), and then the fitness value will be recalculated by rounding toward zero:where , .

In the all fitness values calculated by (13) of candidate solutions, MDGWO chooses three optimal candidate solutions to assign to , , , and records all the fitness values and candidate functions (namely locations of the wolves).where is one of the candidate solutions which include a set of thresholds; then is calculated by Kapur’s function as shown in (8).

4.3. Iterative Process

After the initialization, all the search agents have to update their current locations for optimize the candidate solutions over the course of iteration. In the range of the maximum iteration (Max_iter), all the update process and optimization process will be completed.

4.3.1. Encircling Prey

Grey wolves encircle prey before the hunt. In the mathematical model, the wolf pack has to update the position (namely the threshold value) constantly so that they can approach the prey. In the algorithm, all the agent position updated by (15) over the course of encirclement:where indicates the current iteration, and are coefficient vectors, is the position vector of the prey, and indicates the position vector of a grey wolf. The vectors and are calculated as follows:where components of are linearly decreased from 2 to 0 over the course of iterations and , are random vectors in . The detailed selection of the two vectors can be found in [26].

4.3.2. The Behavior of Hunting

The hunt is usually guided by the alpha. The beta and delta might also participate in hunting occasionally. However, in an abstract search space, we have no idea about the location of the optimum (prey). In order to mathematically simulate the hunting behavior of grey wolves, it is supposed that the alpha, beta, and delta have better knowledge about the potential location of prey. Therefore, the algorithm saves the first three best solutions obtained so far and obliges the other search agents (including the omegas) to update their positions according to the position of the best search agents. The original GWO algorithm in literature [26] calculates the updated parameter of search agents by the first three best solutions and then updates the location of search agents (namely new candidate solutions) according to their average value. As for the specific formulas and the detailed calculation, please refer to literature [26]. In order to approach the best solution more quickly, the proposed algorithm in this paper improves the current best solution in solutions updating by weighting method. The update formulations are as shown in (20) and correlation coefficients are calculated by (18), (19), where , , are calculated by (16).where , , are the corresponding weights, which are calculated bywhere , , calculated by (13) are the corresponding fitness values of , , : . This paper emphasizes that, different from GWO updating search agents, MDGWO uses (20) and (21) to update the location of search agents by weighting method for the first time; it is also the major contribution to the improved GWO.

4.3.3. Attacking Prey

The grey wolves finish the hunt by attacking the prey when it stops moving. In order to mathematically model approaching the prey, we decrease the value of . Note that the fluctuation range of is also decreased by . In other words, is a random value in the interval where is decreased from 2 to 0 over the course of iterations. When random values of are in , the next position of a search agent can be in any position between its current position and the position of the prey; that is, the search agent will approach the best solution gradually, as shown in Figure 1.

At the same time, for the purpose of mathematical model divergence, we utilize with random values greater than 1 or less than −1 to oblige the search agent to diverge from the prey. As shown in Figure 1(b), forces the grey wolves to diverge from the prey to hopefully find a better prey.

4.4. Pseudocode of MDGWO

The application of MDGWO algorithm in image segmentation mainly lies in optimizing Kapur’ entropy to obtain the best threshold; therefore, the fitness function as shown in (13) will be calculated based on Kapur’s entropy.

Step 1. Read image ; if is a RGB image, then it will be processed by three channel of , , and store the data in , , , respectively; if is a grey image, then read the grey value and store it in .

Step 2. According to (3), calculate image grey values and probability distribution histogram.

Step 3. Initialize the population of grey wolves, parameter , , , and Max_iter.

Step 4. Initialize the population () randomly:

Step 5. Use (11) to discretize  , that is, being rounded toward zero. Use (12) to adjust the singular data beyond the boundaries of search space.

Step 6. Calculate objective functions of each search agent by using (8). And calculate the fitness value of each search agent on the basis of objective functions.

Step 7. According to the fitness values, assigning first three best search agents to , , , respectively.

Step 8. Updating encircling parameters based on , , , which include calculating , , by (16), , , by (17), and , , by (18).

Step 9. Update the position of search agents based on (19) and (20) for the next hunting.

Step 10. Add one to circular point, if or meet the stop condition of the algorithm, the iteration will be finished and skip to Step 11; otherwise skip to Step 5.

Step 11. Set the location of the wolf that has the best objective function as the best threshold of segmentation.

Step 12. Input best threshold and images before and after segmentation.

5. Experiments and Discussion

5.1. Parameters Settings

The proposed algorithm has been tested under a set of benchmark images. Some of these images are widely used in the multilevel image segmentation literature to test different methods (Cameraman, Lena, Baboon, and Maize). Others are chosen on purpose from the Berkeley Segmentation Data Set and Benchmarks 500 (BSD500 for short, see [41]), as shown in Figure 2. The experiments were carried out on a Lenovo Laptop with an Intel Core i5 processor and 4 GB memory. The algorithm was developed via the signal processing toolbox, image processing toolbox, and global optimization toolbox of Matlab R2011b. According to relevant literatures, many methods were proved to have certain advantages compared with previous methods. This paper chooses the best advantageous method as comparison objective; the earlier or inferior literatures will no longer be used for the analysis. Based on quantities of contrast experiments, this paper will verify the superiority of MDGWO in image segmentation by comparison of image, data, chart, and so forth. In the following sections, MDGWO will be compared with the algorithm using electromagnetism optimization (EMO) proposed in [20], the differential evolution (DE) [27], the Artifical Bee Colony (ABC) [10], and the original grey wolf optimizer. The EMO, DE, and ABC are the latest intelligent optimization methods by using Kapur’s entropy so far. The comparison with GWO is mainly used to test the advantages of MDWGO.

In order to avoid the randomness of results, we use appropriate statistical metrics to compare the effectiveness of these algorithms. According to [19, 20] and the experiments, test thresholds are [13] and the stop criterion of each experiment is 150 iterations; the detailed settings of parameters are showed in Table 2.

For verifying the stability, we use (23) to calculate the standard deviation (STD) at the end of each test. Once the STD value increases, the algorithms becomes more instable correspondingly [29]:

In addition, the peak signal to noise ratio (PSNR [20]) is used to compare the similarity between the segmented image and original image according to the mean square error (MSE [26]) of each pixel:where is the original image, is the segmented image, and depends on the type of image (grey image or RGB image); are, respectively, the total number of rows and columns in an image.

Because Kapur’s entropy is based on histogram of the image, this paper provides test images and the corresponding histograms. From Figure 2, it can be seen that each image has the only distinctive histogram which can guarantee the universality and commonality of the algorithm. More importantly, most of these histograms do not follow the bimodal characteristic; therefore, the difficulty level of optimization increases accordingly.

5.2. The Image Segmentation Result Based on MDGWO with Different Thresholds

In order to reflect the segmentation effect, Figures 3 and 4 illustrate the segmentation results of original images in Figure 2 when the threshold is 2, 3, 4, and 5, respectively. The experiments indicate that the segmentation results turn out to be finer and there are also more segmented areas when the number of thresholds is larger and vice versa. In extreme cases, when the threshold is 2, the algorithm is reduced to be binary image segmentation (foreground-background segmentation). Certainly, that how many areas are segmented is related to the applications and requirements, this method only needs to set the corresponding number of thresholds (th). Besides giving the MDGWO segmentation results, like [20], Figures 3 and 4 also mark the position of the threshold in each histogram. Compared with other MT methods, it is difficult to find the difference in terms of the segmentation effect. Therefore, Section 5.4 lists the thresholds, PSNR, STD, and MEAN for comparisons of MDGWO results and other techniques.

5.3. The Comparison of MDGWO in Multilevel Image Thresholding with Different Objective Functions

In Section 1, we summarize the relevant objective functions. The commonly used optimization functions include maximization of the entropy and maximization of the between-class variance (e.g., Otsu’s method). In [27], the authors, respectively, analyze these objective functions and compare Kapur and Otsu systematically. The experiment results show that Kapur’s entropy gets the best effectiveness. Therefore, in order to verify MDGWO’s efficiency, we compare the thresholds and PSNR between Otsu and Kapur in Table 3.

As shown in Table 3, the threshold distribution of Kapur is more dispersed and wider in most cases. However, the effect of image thresholding cannot be seen from the threshold distribution directly. Therefore, we focus on analysis the PSNR between Otsu and Kapur. In terms of PSNR, the Kapur method produces higher PSNR values on most items in Figure 2, except for the Sea Star Image with and Surfer Image with .

The average value of Kapur is improved averagely by 22.24% compared to Otsu by checking against the corresponding PSNR values which are obtained from the MDGWO. The maximum value is increased by 53.42% for Cameraman Image when . Therefore, the Kapur method is significantly better than the Otsu method, and we also mainly analyze the effectiveness of Kapur’s method in Section 5.4.

5.4. The Comparison of Quality Assessment by PSNR, STD, and MEAN

This paper adopts PSNR standard to evaluate the segmentation quality in comparison with other MT methods. Tables 46 illustrate the PSNR values under different thresholds of MDGWO, GWO, EMO, DE, ABC, and the MEAN and STD of objective functions. As shown in Table 4, it can be seen from the PSNR values that MDGWO gets the highest evaluation in most cases. Thus, it proves that MDGWO gets better results on image segmentation. In addition, when the number of thresholds increases, it shows superior PSNR value. In detail, the MDGWO algorithm produces higher PSNR values on all items in Table 4 except for the Smiling Girl Image with and Surfer Image with on the result of DE.

As shown in Table 4, the average value of MDGWO is improved averagely by 13.16% compared to GWO by checking against the corresponding PSNR values. The maximum value is increased by 45.05% for Butterfly Image when .

Comparing with MTEMO, the average value of MDGWO is improved averagely by 11.56% by checking against the corresponding PSNR values. The maximum value is increased by 39.94% for Surfer Image when .

By comparing with DE, the average value of MDGWO is improved averagely by 38.14% by checking against the corresponding PSNR values. The maximum value is increased by 97.89% for Baboon Image when . The PSNR of the Smiling Girl with and Surfer Image with are slightly lower, but the gap is not significant.

Comparing between ABC and MDGWO, the average value of MDGWO is improved averagely by 10.55% by checking against the corresponding PSNR values. The maximum value is increased by 38.36% for Surfer Image when .

From the perspective of STD which is shown in Table 5, it can be observed that MDGWO shows obviously advantages over MTEMO, DE, ABC, and GWO. The smaller the STD is, the smaller the change of fitness functions over the course of iterations will be, that is, the better stability of segmentation. Therefore, the results show that MDGWO obtains exciting effect in stability. So MDGWO’s stability is better.

Compared with GWO, the average value of MDGWO is improved averagely by 73.52% compared to GWO by checking against the corresponding STD values. The maximum value is increased by 96.44% for Baboon Image when , and the minimum value is increased by 24.92% for Baboon Image when .

By comparing with MTEMO, the average value of MDGWO is improved averagely by 47.88%. The maximum value is increased by 87% for Lena Image when , and the minimum value is increased by 0.6% for Surfer Image when .

Comparing between DE and MDGWO, the average value of MDGWO is improved averagely by 95.60%. The maximum value is increased by 99.21% for Baboon Image when . The minimum value is increased by 88.32% for Butterfly Image when .

Comparing with ABC, the average value of MDGWO is improved averagely by 45.90%. The maximum value is increased by 79.70% for Lena Image when , and the minimum value is increased by 12.93% for Baboon Image when .

As far as MEAN is concerned, this parameter presents the average value of fitness function over the course of iterations in Table 6, which reflects the algorithm stability to some extent. But its accuracy of evaluation is relatively low which can only reflect the fuzzy stability of the algorithm. The experiment data is offered here just in response to the parameter provided in literature [20]. In comparison with GWO, MTEWO, DE, and ABC in Table 6, it can be safely assumed that, in most cases, MDGWO obtains higher MEAN of fitness function. Moreover, the difference is extremely small when MDGWO’s MEAN is lower.

From the analyses of Tables 36, together with the visual effects of Figures 2, 3, and 4, it can be observed that MDGWO method obtains better segmentation effect and has advantage in optimal process, accuracy, stability, and robustness. Therefore, MDGWO is a MT algorithm with high accuracy and high segmentation quality.

6. Conclusion

This paper proposes a modified discrete grey wolf optimizer, which is used to optimize the image histograms and realize the multilevel image segmentation. Based on the high efficiency of GWO in the course of optimization and stability, this paper successfully applies the MDGWO to the field of MT by improving the location selection mechanism of , , and during the hunting and using weight to optimize the final position of prey (best threshold). The MDGWO method not only obtains better segmentation quality but also shows obvious superiority over GWO, MTEMO, DE, and ABC in stability, accuracy, and multilevel thresholding.

Competing Interests

The authors declare that there are no competing interests regarding the publication of this paper.

Acknowledgments

This work was supported in part by the National Natural Science Foundation of China (no. 61300239, no. 71301081, and no. 61572261), the Postdoctoral Science Foundation (no. 2014M551635 and no. 1302085B), the Innovation Project of Graduate Students Foundation of Jiangsu Province (KYLX15 0841), the Higher Education Revitalization Plan Foundation of Anhui Province (no. 2013SQRL102ZD, no. 2015xdjy196, no. 2015jyxm728, no. 2016jyxm0774, and no. 2016jyxm0777), and Natural Science Fund for Colleges and Universities in Jiangsu Province (no.16KJB520034), A Project Funded by the Priority Academic Program Development of Jiangsu Higher Education Institutions (PAPD), and Jiangsu Collaborative Innovation Center on Atmospheric Environment and Equipment Technology (CICAEET).