Next Article in Journal
The Effect of Adhesive Additives on Silica Gel Water Sorption Properties
Next Article in Special Issue
Metaheuristics in the Optimization of Cryptographic Boolean Functions
Previous Article in Journal
Improved Parsimonious Topic Modeling Based on the Bayesian Information Criterion
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Multi-Level Image Thresholding Based on Modified Spherical Search Optimizer and Fuzzy Entropy

by
Husein S Naji Alwerfali
1,
Mohammed A. A. Al-qaness
2,
Mohamed Abd Elaziz
3,
Ahmed A. Ewees
4,
Diego Oliva
5 and
Songfeng Lu
6,7,*
1
School of Computer Science and Technology, Huazhong University of Science and Technology, Wuhan 430074, China
2
State Key Laboratory for Information Engineering in Surveying, Mapping and Remote Sensing, Wuhan University, Wuhan 430079, China
3
Department of Mathematics, Faculty of Science, Zagazig University, Zagazig 44519, Egypt
4
Department of Computer, Damietta University, Damietta 34517, Egypt
5
Depto. de Ciencias Computacionales, Universidad de Guadalajara, CUCEI, Av. Revolución 1500, Guadalajara C.P. 44100, Jalisco, Mexico
6
Hubei Engineering Research Center on Big Data Security, School of Cyber Science and Engineering, Huazhong University of Science and Technology, Wuhan 430074, China
7
Shenzhen Huazhong University of Science and Technology Research Institute, Shenzhen 518063, China
*
Author to whom correspondence should be addressed.
Entropy 2020, 22(3), 328; https://doi.org/10.3390/e22030328
Submission received: 18 January 2020 / Revised: 5 March 2020 / Accepted: 10 March 2020 / Published: 12 March 2020
(This article belongs to the Special Issue Entropy in Soft Computing and Machine Learning Algorithms)

Abstract

:
Multi-level thresholding is one of the effective segmentation methods that have been applied in many applications. Traditional methods face challenges in determining the suitable threshold values; therefore, metaheuristic (MH) methods have been adopted to solve these challenges. In general, MH methods had been proposed by simulating natural behaviors of swarm ecosystems, such as birds, animals, and others. The current study proposes an alternative multi-level thresholding method based on a new MH method, a modified spherical search optimizer (SSO). This was performed by using the operators of the sine cosine algorithm (SCA) to enhance the exploitation ability of the SSO. Moreover, Fuzzy entropy is applied as the main fitness function to evaluate the quality of each solution inside the population of the proposed SSOSCA since Fuzzy entropy has established its performance in literature. Several images from the well-known Berkeley dataset were used to test and evaluate the proposed method. The evaluation outcomes approved that SSOSCA showed better performance than several existing methods according to different image segmentation measures.

1. Introduction

Image segmentation is a critical process in image processing technology which has been applied in various fields and applications, for example, in remote sensing [1], medical image [2], and others [3,4]. Image segmentation splits a given image into several classes that have similar properties, including color, brightness, gray level, contrast, and texture. There are different types of image segmentation techniques, including region extraction [5], clustering algorithms [6], edge detection [7], and thresholding [8]. Thresholding is an efficient segmentation method that asserts its efficiency in many applications. It is of two kinds, called bi-level (BLT) and multi-level thresholding (MLT). The BLT divides the objects of an image into two classes; therefore, if a given image has more classes, bi-level thresholding is not appropriate. MLT can solve this problem because it can divide the tested image into more classes. Previously, many multi-level thresholding methods had been applied using image histograms to get the best threshold values by maximizing or minimizing fitness functions (i.e., Otsu, and entropy).
However, traditional models face some limitations, such as computational time. Recently, metaheuristic (MH) methods have been widely applied to solve various optimization problems, including image segmentation. For example, Qi [8] presented a multi-level thresholding method based on particle swarm optimization (PSO) and maximum entropy. Different images, including remote sensing images, were utilized to test the improved PSO performance. In Reference [9], the authors proposed a segmentation method using multi-level thresholding. The galaxy-based search algorithm (GbSA) is applied to search for the optimal thresholding value, which is determined by maximizing Otsu’s criterion. The GbSA showed good performance in determining the optimal thresholding value. Mostafa et al. [10] used the whale optimization algorithm (WOA) to segment MRI images. WOA had been evaluated with various MRI images and asserts its efficiency in segmentation accuracy. In Reference [11], the authors presented a multi-level thresholding method based on moth-flame optimization (MFO). Both Otsu’s and Kapur’s entropy were used as the fitness function to evaluate the proposed method. Compared to PSO and bacterial foraging optimization (BFO), the MFO showed better performance. Social group optimization (SGO) [12] was applied for skin melanoma image segmentation. The firefly algorithm (FA) was applied for multi-level thresholding in Reference [13]. It applied Otsu as the objective function; also, the evolution results showed that FA had better performance compared to several existing methods. The FA also had been adopted in several multi-level thresholding [14,15,16]. Moreover, in Reference [17], both MFO and WOA were applied for multi-level thresholding. The evaluation experiments showed that MFO outperformed WOA. In Reference [18], the cuckoo search (CS) was applied for multi-level thresholding for gray-scale images. Also, in Reference [19], CS was applied for color images multi-level thresholding. Satapathy et al. [20] presented a multi-level thresholding approach based on the chaotic bat algorithm (CBA) and Otsu as a fitness function. CBA showed good performance compared to several methods. Also, Ant colony optimizer (ACO) was used for document image segmentation [21].
However, individual MH algorithms may be stuck at the local optima or may show slow convergence because some MH algorithms show good exploitation ability and some of them show good exploration ability [22]. To overcome these limitations, several hybrid metaheuristics have been proposed. For example, in Reference [23], a multi-level threshold method based on a hybrid of social spider optimization (SSO) and FA is presented. The developed FASSO method uses the power of both FA and SSO to avoid individual MH limitations. Mudhsh et al. [24] presented a hybrid of artificial bee colony (ABC) and FA to select the optimal threshold value by maximizing the Otsu function. This method was applied to enhance document image binarization and showed good performance. A hybrid approach of PSO and bacterial foraging optimization (BFO) for multi-level segmentation is presented in Reference [25]. This approach had been evaluated with eight images and reached good segmentation accuracy for both multi-level and bi-level thresholding. Another hybrid approach for multi-level thresholding is proposed by Reference [26] using the entropy function. The hybrid method is based on the gravitational search algorithm and genetic algorithm. In Reference [27], a hybrid multi-level thresholding method is proposed based on an improved salp swarm optimizer and Fuzzy entropy. The MFO is used to overcome the limitation of the salp swarm algorithm.
However, in such hybrid methods, one MH algorithm is needed to improve the local search for the other MH algorithm, such as, in Reference [27], the MFO is used as a local search for SSA. These hybrid MH methods can solve optimization problems efficiently. In the same context, we improved a new MH algorithm, called spherical search optimizer (SSO) [28], using the sine cosine algorithm (SCA), and applied the modified version, called SSOSCA, as an MLT image segmentation technique. In general, the SSO is based on the spherical search style, which is in contrast to the basic search style of previous MH algorithms. The SSO uses a combination of search styles to avoid the limitation of previous MH algorithms [28]. However, the exploitation ability of the SSO is less than its exploration ability. Therefore, we use the SCA to enhance it, since the SCA has the ability to exploit the search space and it has established its performance in different fields. The SCA is an efficient MH algorithm proposed by Reference [29]. In recent years, SCA has been applied in various optimization problems, such as in Reference [30], the SCA is employed to improve the adaptive neuro-fuzzy system (ANFIS) to forecast oil consumption in several countries. The SCA is employed to optimize the parameters of the ANFIS. In Reference [31], the authors applied SCA to enhance simulated annealing (SA) algorithm to build an efficient model for scheduling jobs in unrelated parallel machines that can be employed in manufacturing scheduling applications. In Reference [32], the SCA is applied to enhance the artificial bee colony (ABC) that applied for image segmentation. It is used to update individual solutions to find the optimal solution. In Reference [33], an improved SCA is proposed to solve global optimization problems. The improved SCA was evaluated using two popular benchmarks (CEC 2014 and CEC 2017) for various engineering problems, and it showed good performance. Also, in Reference [34], an improved SCA is proposed for solving global optimization problems. The opposition-based learning (OBL) is considered as a mechanism that improves the exploration of the search space to generate accurate solutions. A hybrid of SCA and genetic algorithm (GA) was proposed by Reference [35] for feature selection. Eight UCI datasets were used to evaluate the hybrid SCA and showed good performance. In Reference [36], a hybrid of atom search optimization and SCA is proposed for automatic data clustering. The SCA is employed as a local search method to enhance the performance of the atom search optimization.
In general, the proposed SSOSCA starts by setting the initial value for a set of agents depending on the computed histogram of the image of interest. Then, the Fuzzy entropy is employed to compute the quality of each agent since the Fuzzy entropy has a set of variant characteristics that made it suitable for the image segmentation problem. The next step is to search the agent which has the best fitness value, followed by updating the agents using the operators of SSO or SCA according to the probability of each solution that was computed depending on the fitness value of each agent. The process of searching for a suitable threshold is performed until the stopping conditions are met, and the best agent is considered as the output of the proposed SSOSCA.
Our main contributions are listed as follows:
  • We present an alternative multilevel thresholding technique based on modified MH algorithm, called spherical search optimizer (SSO). To the best of the authors’ knowledge, this is the first study that adopted SSO for image processing.
  • We enhance the exploitation ability of the SSO using the SCA’s operators.
  • We evaluate the performance of the SSOSCA using different images.
  • We compare the proposed SSOSCA with several existing methods.
The organization of this study is as follows: Section 2 presents the preliminaries of the problem definition, SSO and SCA. Section 3 presents a description of the proposed method. The evaluation and comparison experiment are presented in Section 4. We conclude this paper in Section 5.

2. Methodology

2.1. Problem Definition

The problem formulation of MLT is presented in this section. Assume we have a gray-scale image I which has K + 1 classes. To divide a given image I into classes, the values of k thresholds { t k , k = 1 , 2 , K } are needed, which can be defined as follows:
C 0 = { I i j 0 I i j t 1 1 } , C 1 = { I i j t 1 I i j t 2 1 } , C K = { I i j t K I i j L 1 }
where L represents the maximum gray levels, C K is the kth class of the image, t k is the kth threshold, and I i j represents gray levels at the ( i , j ) th pixel and where the problem of the MLT can be defined as a maximization problem which is applied to find an optimal threshold value as follows:
t 1 * , t 2 * , , t K * = arg max t 1 , , t K F i t ( t 1 , , t K )
where F i t is the objective function. Here, the Fuzzy entropy [37] is applied as an objective function. Fuzzy entropy is a popular technology [38,39,40], which has been applied in many multi-level threshold segmentation applications, such as color images [41], brain tumor images [42], MRI images [43], and others [44,45]. It can be defined as follows:
F i t ( t 1 , , t K ) = k = 1 K H i
H k = i = 0 L 1 p i × μ k ( i ) P k × l n ( p i × μ k ( i ) P k ) ,
P k = i = 0 L 1 p i × μ k ( i )
μ 1 ( l ) = 1 l a 1 l c 1 a 1 c 1 a 1 l c 1 0 l > c 1
μ K ( l ) = 1 l a K 1 l a K c K a K a K 1 < l c K 1 0 l > c K 1
a 1 , c 1 , . , a k 1 , c k 1 are the Fuzzy parameters, where 0 a 1 c 1 a K 1 c K 1 . Then t 1 = a 1 + c 1 2 , t 2 = a 2 + c 2 2 , , t K 1 = a K 1 + c K 1 2 .

2.2. Spherical Search Optimizer

In this section, the primary operators of the spherical search optimizer (SSO) are defined [28]. Two solutions X and Y are selected from the population X by the tournament selection method. Then, spherical search operators are used to update X using the following equations:
X i n e w = F × | | X p Y p | | 2 × c o s ( θ )
X j n e w = F × | | X p Y p | | 2 × c o s ( θ ) s i n ( ω )
X k n e w = F × | | X p Y p | | 2 × s i n ( θ ) c o s ( ω )
X i n e w = F × | | X p Y p | | 2 × s i n ( θ )
where i , j , and k are random selected integers representing the dimensions. p represents a set of integers (i.e., p = i , j , k ). | | . | | 2 refers to the l 2 norm (i.e., Euclidean distance). F [ 0 , 1 ] represents a scaling factor, and θ [ 0 , π ] is the angle between X and Z-axis. ω [ 0 , 2 π ] represents the angle in x ˘ y plane.

2.3. Sine Cosine Algorithm

Mirjalili [29] proposed the SCA as a population-based MH algorithm which uses sine and cosine functions to search for optimal solutions. The SCA begins by producing a group of N solutions represented as X i , i = 1 , , N in the following expression:
X i = l i + r a n d × ( u i l i )
where l i and u i are the lower and upper boundarues of the search domain, respectively. Thereafter, SCA computes its fitness function to evaluate each solution X i X . The SCA updates the solution using one of its two main functions (sine or cosine) depending on the r 1 [ 0 , 1 ] probability random variable, as follows:
X i t + 1 = X i t + r 2 × s i n ( r 3 ) × | r 4 X b t X i t | , r 1 > 0.5 X i t + r 2 × c o s ( r 3 ) × | r 4 X b t X i t | , O t h e r w i s e
In Equation (13), X b refers to the best solution, where r l [ 0 , 1 ] , l = 2 , 3 , 4 refers to a random number.
The goal of r 2 is to find the optimal area for updating X, which may be in the region between X i and X b or outside. Moreover, it is applied to balance exploitation and exploration by enhancing its values as follows [29]:
r 2 = a t a t m a x
where a is a constant value, t is the current iteration, and t m a x is the maximum number of iterations. Furthermore, the goal of r 3 is to detect if X i moves to best solution X b direction or outwardly, where the goal of r 4 is to provide X b with a random weight to stochastically assert ( r 4 > 1 ) or to stochastically de-assert ( r 4 < 1 ) the effect of desalination in defining the distance.

3. Proposed Image Segmentation Method

The steps of the proposed SSOSCA multilevel image segmentation technique are given in Figure 1. SSOSCA is an enhancement version of the traditional SSO algorithm based on the operators of SCA. This achieved by applying the SCA as a local search method for the SSO to improve its exploitation ability.
The steps of SSOSCA begin by setting the initial value randomly for a set of agents X, and this is performed using Equation (15).
X i , j = I m i n + r 1 × ( I m a x I m i n ) , j = 1 , 2 , , K , i = 1 , 2 , , N
where I m a x and I m i n represent the largest and smallest gray values of the histogram of I, respectively. After that, SSOSCA assesses the quality of each agent based on its fitness value as defined in Equation (3), followed by allocating the best agent ( X b ), which has a higher fitness value ( F i t b ). The next step is to compute the probability P r i for each agent depending on its fitness value F i t i as follows:
P r i = F i t i i = 1 N F i t i
The operators of SSO are used to update the current agent X i (as defined in Equations (8)–(11)) in the case of P r i < r s ; otherwise, the two functions of SCA are used (i.e., sine and cosine) as defined in Equations (13) and (14). In this study, the value of r s is updated during the optimization process as follows:
r s = m i n ( P r i ) + r a n d × ( m a x ( P r i ) m i n ( P r i ) ) , r a n d [ 0 , 1 ]
This strategy avoids the problem of determining the suitable value of r s to switch between the operators of SCA and SSO. The previous steps are performed again in case of the terminal conditions not being satisfied; otherwise, the best solution is returned, and this represents the best threshold value at a given threshold level. The quality of the segmented image is computed using suitable measures.

Complexity of SSOSCA

The complexity of SSOSCA depends on the complexity of SSO and SCA. In general, the SSO has complexity O ( t m a x × N × ( 4 D i m ) ) while the SCA has complexity O ( t m a x × N × ( D i m ) ) . Therefore, the complexity of SSOSCA is O ( t m a x × N S S O × ( 4 D i m ) ) + O ( t m a x × N S C A × ( D i m ) ) , where N S S O and N S C A are the number of solutions which updated using SSO and SCA, respectively.

4. Experiments and Results

To investigate the quality of the threshold obtained by the SSOSCA, ten images are used. These images have variant properties that can be observed from their histogram, as given in Figure 2.

4.1. Performance Measures

In order to assess the quality of the segmented image, a set of performance metric are used which includes Peak Signal-to-Noise Ratio (PSNR) [46,47] and the Structural Similarity Index (SSIM) [48]. PSNR and SSIM can be defined as follows:
P S N R = 20 l o g 10 ( 255 R M S E ) , R M S E = i = 1 N r j = 1 N c ( I i , j I S i , j ) 2 N r × N c
where the R M S E is the root mean-squared error.
S S I M ( I , I S ) = ( 2 μ I μ I S + c 1 ) ( 2 σ I , I S + c 2 ) ( μ I 2 + μ I S 2 + c 1 ) ( σ I 2 + σ I S 2 + c 2 )
μ I ( σ I ) and μ I S ( σ I S ) refer to the images’ mean intensity (standard deviation) of I and I S , respectively. σ I , I S is the covariance of I and I S , and c 1 = 6.5025 and c 2 = 58.52252 . Furthermore, we use the fitness value to evaluate the quality of threshold values; also, we use the CPU time for each algorithm.

4.2. Algorithms Comparison and Parameters Setting

In this section, the proposed SSOSCA is compared with other six approaches, including cuckoo search (CS) [49], grey wolf optimization (GWO) [50], whale optimization (WOA) [51], salp swarm algorithm (SSA) [52], grasshopper optimization algorithm (GOA) [53], and spherical search optimization (SSO). During fair comparisons, we set the size of the population and the number of the iterations to 20 and 100, respectively. The parameters of each approach are set to the original implementation of each approach. In addition, the parameters of SCA used in the proposed method are set according to the try and error method. However, we found that the parameters used on the original SCA references are more suitable and stable.

4.3. Results and Discussion

We compare the SSOSCA approach to other approaches at different levels of the threshold, including 6, 8, 15, 17, 19, and 25. These values are considered higher with respect to other works, and they are used to assess the ability of the algorithms to determine the threshold values at these high levels. Since this is more suitable in real-world image processing applications, for example, remote sensing, medical images, and other cell images that have many objects. Table 1, Table 2 and Table 3 and Figure 3, Figure 4, Figure 5 and Figure 6 show the results of each approach at different threshold levels.
Table 1 illustrates the average of the PSNR at different threshold levels and among the ten tested images. From these results, we can see that the SSOSCA has a high ability to obtain the best threshold values that improve the segmentation of the given images. This is clear from the results where the SSOSCA has high PSNR values in forty-seven cases (as given in boldface) from the total sixty cases (ten image × six threshold levels). Followed by the SSA algorithm with eleven cases, while the WOA allocates the third rank with only two cases. Moreover, to study the performance of the algorithms at each threshold level, Figure 3 depicts the average of PSNR at each threshold level overall the ten images. From these average results, it can be noticed that SSA allocates the first rank at the two low threshold levels 6 and 8, followed by the proposed SSOSCA. Whereas at the higher threshold levels (i.e., 15, 17, 19, and 25) the proposed SSOSCA provides the best average, followed by SSA at levels 15, 17, and 19. At level 25, the WOA allocates the second rank. Moreover, Figure 4 shows the average of PSNR for each algorithm overall tested images and threshold levels, and we can see that the SSOSCA has the highest average of PSNR followed by SSA, while GOA, in this study, provides the worst PSNR value.
By analyzing the results of SSIM for each algorithm as given in Table 2, it can be observed that the segmented images using the obtained threshold values from the proposed SSOSCA are most similar to the original images. Therefore, the proposed SSOSCA has the highest SSIM at nearly forty-nine cases followed by WOA, SSA, and SSO in second, third, and fourth, respectively, with eight, two, and one case. The average of each algorithm at each threshold level is represented in Figure 5, and it can be seen that the SSOSCA provides the best average at all the tested threshold values. The WOA is the second best according to average of SSIM. Moreover, Figure 6 depicts the average overall the tested threshold and images; from this figure, we can conclude that the higher average of SSIM is achieved by the proposed SSOSCA followed by the WOA.
According to the fitness value obtained by each algorithm, as shown in Table 3, it can be seen that the proposed SSOSCA has higher Fuzzy entropy value in thirty-three cases, nearly 55% from the total cases. Where the GOA allocates the second rank in terms of the fitness value with twenty-seven cases (45% from the total cases). From Figure 7, we can notice the high performance of the SSOSCA reaches the high fitness value at each tested threshold level, while, from Figure 8, it can be seen that most of the algorithms are competitive according to the average of the fitness values overall tested images and threshold values; however, the proposed SSOSCA takes the first rank with nearly 28.94, followed by CS with 28.235.
To analyze the performance of the CPU time(s) according to the CPU time(s) as given in Table 4, one can observe that the proposed SSOSCA has the smallest CPU time(s) in twenty-one cases from the sixty cases, followed by GWO and WOA, which take the second and third ranks, while the SSO that achieves the fourth rank.
Figure 9 depicts the diversity of the proposed SSOSCA image segmentation approach at tested threshold levels for image I1. From this figure, it can be noticed that the SSOSCA maintains its diversity during the optimization while the diversity of other methods decreases with increasing iterations.
Figure 10 and Figure 11 show segmented images and their histogram of threshold values at threshold level 16. From the resulting images, we can see that, by using the threshold value obtained by the proposed SSOSCA, we can get high-quality segmented images.

4.4. Statistical Analysis using Friedman’s Test

In this section, we used the nonparameterize test, called Friedman test (FD), to study the robustness of the algorithms at the tested cases. The FD gives a statistical value that indicates the rank of the algorithm over all the tested algorithms, where a high rank refers to the best algorithm. The results of the obtained mean rank using FD is given in Table 5. It can be noticed that, in terms of PSNR, the SSOSCA has the highest mean rank among the three measures (i.e., fitness value, PSNR, and SSIM) while the SSA, CS, and GOA have the second best mean ranks in terms of PSNR, SSIM, and fitness value, respectively. Therefore, the threshold values obtained by SSOSSA is better than other algorithms, which enhances image segmentation.
To sum up, the comparison results showed that the SSOSCA has a high ability to find the threshold value that will lead to improving the quality of the segmented images. This can be observed from the values of fitness value, PSNR, and SSIM of the proposed SSOSCA. The main reason for this high quality is that the SSOSCA combines the operators of SSO to exploration the search space as well as the operators of SCA, which have high exploitation ability. This can be shown from the diversity of the proposed SSOSCA. However, the proposed SSOSCA still needs some improvements since its computational time is larger than some other methods since the original SSO has high complexity.

5. Conclusions

This study proposes an alternative multi-level thresholding segmentation method using a new metaheuristic called spherical search optimizer (SSO) and Fuzzy entropy. The proposed method, called SSOSCA, depends on a modified SSO algorithm using the sine cosine algorithm (SCA). To test the performance of the SSO method, we implement two experiments. We used ten images from the Brekely benchmark. The evaluation outcomes assess the efficiency of the proposed SSOSCA for image segmentation. Moreover, we compared the proposed method to several metaheuristics, such as CS, GWO, WOA, SSA, GOA, and SSO. Overall, the results showed that the proposed SSO outperforms other methods in terms of fitness value, PSNR, and SSIM. Furthermore, by concluding the high performance of the SSO, in future work, it may be applied in several optimization problems, such as time series forecasting, cloud computing, feature selection, and others. However, the proposed SSOSCA has some shortcomings that result from the traditional SSO algorithm. For example, the CPU time(s) needs to be improved, and this can be improved by replacing some operators. Moreover, the diversity of the proposed SSOSCA at some images degrades when the algorithm approaches the end of the iterations. These limitations open new directions to improve the performance of the SSOSCA, and this can be achieved by using disrupt operators, which established its ability to balance between exploration and exploitation in search space. After fixing these shortcomings, the proposed model can be developed as a multi-objective method and can be applied to other applications.

Author Contributions

Data curation, M.A.E.; Formal analysis, S.L.; Resources, M.A.A.A.-q.; Writing – original draft, H.S.N.A. and A.A.E.; Writing – review & editing, M.A.E. and D.O. All authors have read and agreed to the published version of the manuscript.

Funding

This work is supported by the Science and Technology Program of Shenzhen of China under grant Nos.JCYJ20180306124612893 and JCYJ20170818160208570.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Bhandari, A.K.; Kumar, A.; Singh, G.K. Tsallis entropy based multilevel thresholding for colored satellite image segmentation using evolutionary algorithms. Expert Syst. Appl. 2015, 42, 8707–8730. [Google Scholar] [CrossRef]
  2. Amerifar, S.; Targhi, A.T.; Dehshibi, M.M. Iris the picture of health: Towards medical diagnosis of diseases based on iris pattern. In Proceedings of the 2015 Tenth International Conference on Digital Information Management (ICDIM), Jeju, Korea, 21–23 October 2015; pp. 120–123. [Google Scholar]
  3. Oliva, D.; Nag, S.; Elaziz, M.A.; Sarkar, U.; Hinojosa, S. Multilevel thresholding by fuzzy type II sets using evolutionary algorithms. Swarm Evol. Comput. 2019, 51, 100591. [Google Scholar] [CrossRef]
  4. Elaziz, M.A.; Oliva, D.; Ewees, A.A.; Xiong, S. Multi-level thresholding-based grey scale image segmentation using multi-objective multi-verse optimizer. Exp. Syst. Appl. 2019, 125, 112–129. [Google Scholar] [CrossRef]
  5. Ramakrishnan, T.; Sankaragomathi, B. A professional estimate on the computed tomography brain tumor images using SVM-SMO for classification and MRG-GWO for segmentation. Pattern Recognit. Lett. 2017, 94, 163–171. [Google Scholar] [CrossRef]
  6. Oliver, A.; Munoz, X.; Batlle, J.; Pacheco, L.; Freixenet, J. Improving clustering algorithms for image segmentation using contour and region information. In Proceedings of the 2006 IEEE International Conference on Automation, Quality and Testing, Robotics, Cluj-Napoca, Romania, 25–28 May 2006; Volume 2, pp. 315–320. [Google Scholar]
  7. Chelva, M.; Samal, A. A comprehensive study of edge detection techniques in image processing applications using particle swarm optimization algorithm. Ind. J. Sci. Res. 2017, 14, 220–228. [Google Scholar]
  8. Qi, C. Maximum entropy for image segmentation based on an adaptive particle swarm optimization. Appl. Math. Inf. Sci. 2014, 8, 3129. [Google Scholar] [CrossRef]
  9. Shah-Hosseini, H. Multilevel thresholding for image segmentation using the galaxy-based search algorithm. Int. J. Intell. Syst. Appl. 2013, 5, 19. [Google Scholar] [CrossRef]
  10. Mostafa, A.; Hassanien, A.E.; Houseni, M.; Hefny, H. Liver segmentation in MRI images based on whale optimization algorithm. Multimed. Tools Appl. 2017, 76, 24931–24954. [Google Scholar] [CrossRef]
  11. Khairuzzaman, A.K.M.; Chaudhury, S. Moth-flame optimization algorithm based multilevel thresholding for image segmentation. Int. J. Appl. Metaheuristic Comput. (IJAMC) 2017, 8, 58–83. [Google Scholar] [CrossRef]
  12. Dey, N.; Rajinikanth, V.; Ashour, A.; Tavares, J.M. Social group optimization supported segmentation and evaluation of skin melanoma images. Symmetry 2018, 10, 51. [Google Scholar] [CrossRef] [Green Version]
  13. Raja, N.; Rajinikanth, V.; Latha, K. Otsu based optimal multilevel image thresholding using firefly algorithm. Model. Simul. Eng. 2014, 2014, 37. [Google Scholar]
  14. Dey, N.; Chaki, J.; Moraru, L.; Fong, S.; Yang, X.S. Firefly algorithm and its variants in digital image processing: A comprehensive review. In Applications of Firefly Algorithm and Its Variants; Springer: New York, NY, USA, 2020; pp. 1–28. [Google Scholar]
  15. Yang, X.S. Firefly Algorithm and Its Variants in Digital Image Processing. In Applications of Firefly Algorithm and its Variants: Case Studies and New Developments; Springer: Singapore, 2020. [Google Scholar]
  16. Rajinikanth, V.; Couceiro, M. RGB histogram based color image segmentation using firefly algorithm. Procedia Comput. Sci. 2015, 46, 1449–1457. [Google Scholar] [CrossRef] [Green Version]
  17. El Aziz, M.A.; Ewees, A.A.; Hassanien, A.E. Whale optimization algorithm and moth-flame optimization for multilevel thresholding image segmentation. Exp. Syst. Appl. 2017, 83, 242–256. [Google Scholar] [CrossRef]
  18. Samantaa, S.; Dey, N.; Das, P.; Acharjee, S.; Chaudhuri, S.S. Multilevel threshold based gray scale image segmentation using cuckoo search. arXiv 2013, arXiv:1307.0277. [Google Scholar]
  19. Rajinikanth, V.; Raja, N.S.M.; Satapathy, S.C. Robust color image multi-thresholding using between-class variance and cuckoo search algorithm. In Information Systems Design And Intelligent Applications; Springer: New York, NY, USA, 2016; pp. 379–386. [Google Scholar]
  20. Satapathy, S.C.; Raja, N.S.M.; Rajinikanth, V.; Ashour, A.S.; Dey, N. Multi-level image thresholding using Otsu and chaotic bat algorithm. Neural Comput. Appl. 2018, 29, 1285–1307. [Google Scholar] [CrossRef]
  21. Abdullah, H.S.; Jasim, A.H. Improved Ant Colony Optimization for Document Image Segmentation. Int. J. Comput. Sci. Inf. Secur. 2016, 14, 775. [Google Scholar]
  22. Elaziz, M.A.; Bhattacharyya, S.; Lu, S. Swarm selection method for multilevel thresholding image segmentation. Exp. Syst. Appl. 2019, 138, 112818. [Google Scholar] [CrossRef]
  23. El Aziz, M.A.; Ewees, A.A.; Hassanien, A.E. Hybrid swarms optimization based image segmentation. In Hybrid Soft Computing for Image Segmentation; Springer: New York, NY, USA, 2016; pp. 1–21. [Google Scholar]
  24. Mudhsh, M.; Xiong, S.; El Aziz, M.A.; Hassanien, A.E.; Duan, P. Hybrid swarm optimization for document image binarization based on Otsu function. In Proceedings of the 30th International Conference on Computer Animation and Social Agents (CASA 2017), Seoul, Korea, 22–24 May 2017; pp. 23–26. [Google Scholar]
  25. Rajinikanth, V.; Raja, N.S.M.; Latha, K. Optimal multilevel image thresholding: an analysis with PSO and BFO algorithms. Aust. J. Basic Appl. Sci. 2014, 8, 443–454. [Google Scholar]
  26. Sun, G.; Zhang, A.; Yao, Y.; Wang, Z. A novel hybrid algorithm of gravitational search algorithm with genetic algorithm for multi-level thresholding. Appl. Soft Comput. 2016, 46, 703–730. [Google Scholar] [CrossRef]
  27. Alwerfali, H.S.N.; Elaziz, M.A.; Al-Qaness, M.A.; Abbasi, A.A.; Lu, S.; Liu, F.; Li, L. A Multilevel Image Thresholding Based on Hybrid Salp Swarm Algorithm and Fuzzy Entropy. IEEE Access 2019, 7, 181405–181422. [Google Scholar] [CrossRef]
  28. Zhao, J.; Tang, D.; Liu, Z.; Cai, Y.; Dong, S. Spherical search optimizer: A simple yet efficient meta-heuristic approach. Neural Comput. Appl. 2019, 1–32. [Google Scholar] [CrossRef]
  29. Mirjalili, S. SCA: A sine cosine algorithm for solving optimization problems. Knowl.-Based Syst. 2016, 96, 120–133. [Google Scholar] [CrossRef]
  30. Al-Qaness, M.A.; Elaziz, M.A.; Ewees, A.A. Oil Consumption Forecasting Using Optimized Adaptive Neuro-Fuzzy Inference System Based on Sine Cosine Algorithm. IEEE Access 2018, 6, 68394–68402. [Google Scholar] [CrossRef]
  31. Jouhari, H.; Lei, D.; Al-qaness, M.A.; Elaziz, M.A.; Ewees, A.A.; Farouk, O. Sine-Cosine Algorithm to Enhance Simulated Annealing for Unrelated Parallel Machine Scheduling with Setup Times. Mathematics 2019, 7, 1120. [Google Scholar] [CrossRef] [Green Version]
  32. Ewees, A.A.; Elaziz, M.A.; Al-Qaness, M.A.A.; Khalil, H.A.; Kim, S. Improved Artificial Bee Colony Using Sine-Cosine Algorithm for Multi-Level Thresholding Image Segmentation. IEEE Access 2020, 8, 26304–26315. [Google Scholar] [CrossRef]
  33. Gupta, S.; Deep, K. Improved sine cosine algorithm with crossover scheme for global optimization. Knowl.-Based Syst. 2019, 165, 374–406. [Google Scholar] [CrossRef]
  34. Elaziz, M.A.; Oliva, D.; Xiong, S. An improved opposition-based sine cosine algorithm for global optimization. Exp. Syst. Appl. 2017, 90, 484–500. [Google Scholar] [CrossRef]
  35. Elaziz, M.E.A.; Ewees, A.A.; Oliva, D.; Duan, P.; Xiong, S. A hybrid method of sine cosine algorithm and differential evolution for feature selection. In International Conference on Neural Information Processing; Springer: New York, NY, USA, 2017; pp. 145–155. [Google Scholar]
  36. Elaziz, M.A.; Nabil, N.; Ewees, A.A.; Lu, S. Automatic Data Clustering based on Hybrid Atom Search Optimization and Sine-Cosine Algorithm. In Proceedings of the 2019 IEEE Congress on Evolutionary Computation (CEC), Wellington, New Zealand, 10–13 June 2019; pp. 2315–2322. [Google Scholar]
  37. Otsu, N. A threshold selection method from gray-level histograms. IEEE Trans. Syst. Man Cybern. 1979, 9, 62–66. [Google Scholar] [CrossRef] [Green Version]
  38. Huang, L.K.; Wang, M.J.J. Image thresholding by minimizing the measures of fuzziness. Pattern Recognit. 1995, 28, 41–51. [Google Scholar] [CrossRef]
  39. Li, X.; Zhao, Z.; Cheng, H. Fuzzy entropy threshold approach to breast cancer detection. Inf. Sci. Appl. 1995, 4, 49–56. [Google Scholar] [CrossRef]
  40. Cheng, H.; Chen, Y.H.; Sun, Y. A novel fuzzy entropy approach to image enhancement and thresholding. Signal Process. 1999, 75, 277–301. [Google Scholar] [CrossRef]
  41. Song, S.; Jia, H.; Ma, J. A Chaotic Electromagnetic Field Optimization Algorithm Based on Fuzzy Entropy for Multilevel Thresholding Color Image Segmentation. Entropy 2019, 21, 398. [Google Scholar] [CrossRef] [Green Version]
  42. Sert, E.; Avci, D. Brain tumor segmentation using neutrosophic expert maximum fuzzy-sure entropy and other approaches. Biomed. Signal Process. Control 2019, 47, 276–287. [Google Scholar] [CrossRef]
  43. Pham, T.X.; Siarry, P.; Oulhadj, H. A multi-objective optimization approach for brain MRI segmentation using fuzzy entropy clustering and region-based active contour methods. Magn. Reson. Imagin. 2019, 61, 41–65. [Google Scholar] [CrossRef] [PubMed]
  44. Oliva, D.; Elaziz, M.A.; Hinojosa, S. Fuzzy Entropy Approaches for Image Segmentation. In Metaheuristic Algorithms for Image Segmentation: Theory and Applications; Springer: New York, NY, USA, 2019; pp. 141–147. [Google Scholar]
  45. Elaziz, M.A.; Lu, S. Many-objectives multilevel thresholding image segmentation using Knee Evolutionary Algorithm. Exp. Syst. Appl. 2019, 125, 305–316. [Google Scholar] [CrossRef]
  46. Yin, P.I. Multilevel minimum cross entropy threshold selection based on particle swarm optimization. Appl. Math. Comput. 2007, 184, 503–892. [Google Scholar] [CrossRef]
  47. Roy, P.; Dutta, S.; Dey, N.; Dey, G.; Chakraborty, S.; Ray, R. Adaptive thresholding: A comparative study. In Proceedings of the 2014 International Conference on Control, Instrumentation, Communication and Computational Technologies (ICCICCT), Kanyakumari, India, 10–11 July 2014; pp. 1182–1186. [Google Scholar]
  48. Wang, Z.; Bovik, A.C.; Sheikh, H.R.; Simoncelli, E.P. Image quality assessment: From error measurement to structural similarity. IEEE Trans. Image Process. 2004, 13, 600–612. [Google Scholar] [CrossRef] [Green Version]
  49. Yang, X.S.; Deb, S. Cuckoo search via Lévy flights. In Proceedings of the 2009 World Congress on Nature & Biologically Inspired Computing (NaBIC), Coimbatore, India, 9–11 December 2009; pp. 210–214. [Google Scholar]
  50. Mirjalili, S.; Mirjalili, S.M.; Lewis, A. Grey wolf optimizer. Adv. Eng. Softw. 2014, 69, 46–61. [Google Scholar] [CrossRef] [Green Version]
  51. Mirjalili, S.; Lewis, A. The whale optimization algorithm. Adv. Eng. Softw. 2016, 95, 51–67. [Google Scholar] [CrossRef]
  52. Mirjalili, S.; Gandomi, A.H.; Mirjalili, S.Z.; Saremi, S.; Faris, H.; Mirjalili, S.M. Salp Swarm Algorithm: A bio-inspired optimizer for engineering design problems. Adv. Eng. Softw. 2017, 114, 163–191. [Google Scholar] [CrossRef]
  53. Mirjalili, S.Z.; Mirjalili, S.; Saremi, S.; Faris, H.; Aljarah, I. Grasshopper optimization algorithm for multi-objective optimization problems. Appl. Intell. 2018, 48, 805–820. [Google Scholar] [CrossRef]
Figure 1. Steps of the SSOSCA method.
Figure 1. Steps of the SSOSCA method.
Entropy 22 00328 g001
Figure 2. Histograms and original images.
Figure 2. Histograms and original images.
Entropy 22 00328 g002
Figure 3. Results at each threshold in terms of Peak Signal-to-Noise Ratio (PSNR).
Figure 3. Results at each threshold in terms of Peak Signal-to-Noise Ratio (PSNR).
Entropy 22 00328 g003
Figure 4. Average overall images in terms of PSNR.
Figure 4. Average overall images in terms of PSNR.
Entropy 22 00328 g004
Figure 5. Results at each threshold level in terms of Structural Similarity Index (SSIM).
Figure 5. Results at each threshold level in terms of Structural Similarity Index (SSIM).
Entropy 22 00328 g005
Figure 6. Average overall images in terms of SSIM.
Figure 6. Average overall images in terms of SSIM.
Entropy 22 00328 g006
Figure 7. Results of at each threshold in terms of fitness value.
Figure 7. Results of at each threshold in terms of fitness value.
Entropy 22 00328 g007
Figure 8. Average overall images in terms of fitness value.
Figure 8. Average overall images in terms of fitness value.
Entropy 22 00328 g008
Figure 9. Diversity of the algorithms for image I1 at the tested threshold levels.
Figure 9. Diversity of the algorithms for image I1 at the tested threshold levels.
Entropy 22 00328 g009
Figure 10. Segmented images at threshold value 19 for images I7–I9.
Figure 10. Segmented images at threshold value 19 for images I7–I9.
Entropy 22 00328 g010
Figure 11. Threshold values obtained by each algorithm over the histogram of images I7–I9.
Figure 11. Threshold values obtained by each algorithm over the histogram of images I7–I9.
Entropy 22 00328 g011
Table 1. PSNR value for each algorithm.
Table 1. PSNR value for each algorithm.
ThresholdImageCSGWOWOASSAGOASSOSSOSCA
6I114.2535214.1229714.8816816.0148813.5622914.5984915.35288
I215.8814915.612315.8952917.4637415.4547715.9641617.77297
I312.8806612.6054114.1950113.6951111.3303213.4834612.0036
I416.210516.3311615.7836515.9774516.024716.0097816.54122
I511.6661411.9034613.1906613.9590210.8804712.5634215.03747
I611.9243612.1830413.5509714.5926811.5065712.603115.59027
I711.9829811.8216612.4246814.4048811.6866612.3336814.12488
I814.4894114.0186414.50516.0943813.3967614.1716916.27027
I910.1513710.5988112.0692313.17899.38631810.191213.56904
I1014.2120414.4238415.8307916.7150513.0732714.7021313.16674
I118.1511617.706217.591818.7030317.0511618.1622719.61937
8I216.8943516.5392217.9623319.3184615.6425717.066620.6029
I315.7198615.9636216.4757217.8219414.9090116.5606214.58805
I417.697717.0636517.2060118.2922916.7765117.7363719.28856
I516.0125516.1572516.1315216.7867315.7476915.7234318.64564
I615.1836815.5847418.3730817.558314.0664215.7410618.67142
I715.9957915.5438916.32717.1946615.1387616.2394217.56659
I815.1528116.8989115.836917.4864314.7088215.061719.15575
I915.5042415.4238816.4323517.5921514.2372115.6629216.33489
I1019.1077819.3160318.5533519.4818218.1821418.3383915.40225
I123.0131621.5090922.7387323.2263920.835422.8681624.97524
15I222.43722.1870123.026423.263520.0346122.4571825.21844
I321.5281619.6672522.9229724.0105319.2985621.9266223.73693
I421.6673521.6847221.9082523.1178719.8821522.547423.98321
I521.1647321.2952321.983722.3843318.6089721.1493222.93739
I621.1505320.5099124.0641423.8169317.7507321.9506724.95809
I721.3237220.2290220.958721.8848718.421821.5465722.95848
I821.8225121.2988122.9212322.6651418.7217221.6012924.01843
I920.9694618.0963420.836922.0384717.7747619.9498623.02196
I1021.4588121.466523.3107522.6292719.4920121.4161223.42886
I124.5294823.0746423.7587124.6590922.3150824.2334325.13423
17I224.145724.0483424.3111725.0935820.8546923.8380726.31966
I323.3270120.6577223.6313124.5966820.9032923.3563324.11021
I422.8942522.486623.8728924.0996920.9846422.8826525.7949
I522.6849322.8679123.901823.8536120.3653222.2991525.20473
I622.2125922.1551524.9920125.3065119.2306823.9446225.48218
I722.6135421.4138323.1123424.0613220.1450822.163924.02152
I822.6809122.8868922.7981823.9668819.9434723.237425.50871
I922.7038919.3560421.5139423.2348218.9157721.6349724.52887
I1023.1547421.9301424.8097124.0766820.5415523.0255825.79065
I125.235924.2510225.5480726.0284123.076925.1513226.94933
19I225.3499724.9708325.2932126.3106922.2734824.569127.99376
I324.7430121.7862624.695725.6284221.5832425.1239224.97041
I423.7094823.9132524.8218424.2920921.4377723.3419926.71273
I524.1540723.8568524.8317324.7470821.752523.1784625.83682
I624.8508123.6232926.7212826.5593720.3269424.0406626.80809
I724.5316722.6664823.7610525.3803621.2737924.272825.64757
I824.1516923.8788525.6702824.9072520.4654524.1551626.19456
I922.522920.8636223.6768724.8308319.7875422.4684525.02367
I1024.316822.7555325.6263924.8534621.4517524.1256626.93412
I127.4008326.7322528.6437228.4842425.7588527.409429.72896
25I228.2266328.0579628.5779128.0391426.2139827.7472429.91905
I326.8026923.9303727.8410928.5117923.9078827.4464428.11514
I426.7517526.2572827.0051827.6079224.9550526.336328.89368
I527.3945726.9059127.7082827.5584724.8264426.3298128.65418
I626.7445827.1804528.9417527.8999623.7762928.3197228.8074
I727.4060925.9713627.9051227.3680524.7308326.7923928.66661
I827.2032426.7090627.1534327.5915124.6398226.6686528.26119
I926.5646924.4354626.6795226.7010323.3067725.7295527.32815
I1027.6637325.9562329.5285228.7398624.6612927.6003629.75223
Table 2. SSIM values for each algorithm.
Table 2. SSIM values for each algorithm.
ThresholdImageCSGWOWOASSAGOASSOSSOSCA
6I10.5235240.5102530.5681090.3993770.4897230.5391250.58022
I20.4039760.4023270.4331240.5287330.384880.4088740.51094
I30.616240.6071590.6439840.647550.6125240.6366220.663075
I40.5447950.5512530.5404630.5255060.5385830.5350620.57173
I50.2994270.3153090.4018610.3983460.2468930.3557410.527396
I60.3415010.3617430.4507530.3909320.3087310.3844790.538101
I70.4190560.4187950.4506870.5452440.3957130.4296640.540805
I80.5921130.5726530.6015760.6457250.5410140.5790190.675978
I90.5779610.7023820.7188980.7153490.5644220.5437220.752861
I100.6603380.6613850.6937210.7795610.6270410.6831160.806935
I10.7145860.7044070.7005980.5414090.6805220.7058730.754957
8I20.454040.4566720.5312490.5276090.4037330.464370.621204
I30.7611060.7527910.773750.6580780.7520330.7764240.738899
I40.6004930.5888680.599710.5547340.5731180.6048190.677128
I50.5522340.5652670.5729910.521050.5365870.5337240.695516
I60.5113950.5341960.6540480.4110870.4460130.5323380.661291
I70.584970.5685150.6046360.5872070.536710.5896130.678039
I80.6479640.7071330.667910.6401830.6363850.6336110.7744
I90.8055690.8046420.8186990.7433710.7805510.8057140.817822
I100.7770810.7632120.7658770.7919860.7383640.7697740.851697
I10.8377990.8128070.8353060.6042980.7950470.8357160.881628
15I20.6742440.7036380.7199940.5882460.5864590.6640950.762476
I30.8541260.8498420.8684460.7061020.8265210.8464970.851063
I40.7395090.7484580.7518120.5843780.6807590.7603150.806796
I50.7627450.7844670.7968170.5519340.6728940.7625720.826962
I60.7408470.722030.8116590.4335240.6173720.7558450.825394
I70.7675950.7929320.7625010.6150110.6460780.7641620.816658
I80.8247950.8353910.8535620.683490.7664160.8258540.878662
I90.8489370.8542010.8600950.8010970.8248110.8320770.891477
I100.8619820.8461660.8764630.8192680.8234520.8451770.91741
I10.8716440.8434020.8581430.5904510.8305810.8641720.882139
17I20.7345210.7561540.7451480.5487210.6155450.7206110.792555
I30.8686860.8665690.8757850.7205580.8502890.871880.865206
I40.7736430.7722490.8007720.5654240.726360.7722470.844171
I50.8101430.8274780.8490470.6060090.7448260.8011390.876399
I60.7773430.7747380.8384310.4796820.6766690.8048160.844831
I70.7875940.8193390.8234940.6223850.7287870.7812020.821508
I80.8413730.8634960.8521640.6817780.7922310.8515230.896992
I90.8591670.8548820.8635810.8118020.8307930.8550180.896333
I100.8849670.8549840.895110.8322190.8532910.8783450.920322
I10.8830.8652820.8890280.5988640.8474290.8806170.911516
19I20.7643970.7880610.7721490.5924370.6684170.7417290.831151
I30.8762070.8740830.8976620.6996270.8577450.8799650.864455
I40.7927830.8019290.8242220.5564230.7343170.785580.864702
I50.8509080.8524940.8673940.5768560.7876290.8244770.891493
I60.8361040.8092920.8638730.4920180.7149460.8149090.862724
I70.833880.8400490.8230230.6469310.7614840.820620.862201
I80.8766440.8809240.8913120.727550.8064640.8692860.903824
I90.870260.8711340.8816060.8115310.8371760.8698570.899958
I100.9050050.8869930.9048340.8297290.8702840.8787740.914785
I10.9150840.9058190.9345350.6415480.8951040.914490.942844
25I20.8372430.8646960.8494020.6370070.7923080.8199980.875724
I30.9040650.901370.9162840.7195990.8830330.8980390.897269
I40.8605570.8543640.8693060.6086070.8226350.8518060.900192
I50.9125920.9111230.9187190.6057430.8663880.8936720.931443
I60.8747350.8864280.9047760.5768110.8222660.8918010.894003
I70.8798340.8776690.8971660.6686480.8438630.8701740.903471
I80.9118050.9145480.9121510.756030.8837730.9035930.935702
I90.9034790.8934030.9054380.818190.8740260.8932380.920015
I100.9241790.9222640.933660.8431040.90250.9262390.934209
Table 3. Fitness value for each algorithm.
Table 3. Fitness value for each algorithm.
ThresholdImageCSGWOWOASSAGOASSOSSOSCA
6I117.5162717.5245217.5056314.5550117.5397817.4545817.33092
I217.2918317.2893617.2479715.5693917.316117.2725617.28515
I317.0874417.0817917.0185413.9699117.1015617.0615717.31998
I417.5522317.570417.549315.3915717.5896117.5283517.28721
I515.5981815.5925515.5377512.7276415.618215.6395517.3201
I615.0703215.0805815.0258711.521315.1272215.0171617.28756
I717.6205517.6235517.6027115.1350217.3164817.476417.64178
I817.5738417.590317.5094915.4891917.6009317.5415117.26228
I917.4771917.5093717.371714.9546117.5370517.4722217.33736
I1016.7678916.7749216.6810414.0573916.7987616.7676517.31798
8I120.7723920.8195120.7909115.643220.8392720.6894220.36499
I220.7771520.8182320.6462516.2006820.91420.6922920.40957
I320.4430320.453820.4178214.4672720.534520.3824920.4722
I420.9136120.9509420.8824516.3078421.0091820.8525720.45572
I518.2621618.3219718.2417114.1361818.376918.2611320.38147
I617.3866317.4261417.2095611.5681117.5021317.2807320.43823
I720.8700720.9100720.8590115.392920.9493220.8267620.38342
I820.8738120.8352720.8304615.3059620.9881520.8588720.41978
I920.9831821.0398420.8127215.6711421.0545820.9873220.36542
I1019.9762620.0173419.8685914.7811520.0600619.9177920.477
15I129.3906829.4683729.3788816.2100829.8008229.2783928.49456
I229.6822629.7555729.5417616.0705928.5565729.6874830.15125
I329.2605629.2624129.0560814.0884328.5465429.1309929.78387
I429.5307629.6342929.3559915.9020930.0177829.5538228.53975
I525.2040325.214524.9156413.7661825.718225.216528.49094
I623.6303123.6166922.5336711.6247924.2313123.1817828.52712
I729.474229.5973229.5891114.9086328.6134829.4155130.03443
I830.0661630.1392229.6410915.5165728.6443630.0348830.5571
I929.7480230.0095629.5887215.2901128.5203829.9023330.4636
I1028.8684128.9454228.5364814.7809629.2809728.8635428.53572
17I131.9577531.9443831.9946916.0424131.0761731.8415932.47225
I232.391532.4330632.3976315.7114233.0069132.4196830.99624
I331.7861231.791131.6111915.0281732.4283631.6945931.00468
I432.1339232.1396131.8766116.4577832.7553532.1748830.8959
I527.1631827.2143526.9981213.1787527.7373227.2222631.0181
I625.2823925.2869624.3081311.5258926.1222524.636430.95348
I732.1072232.1943932.1038415.0692732.6285432.0990431.07726
I832.6783132.7099832.4581615.2612633.3399332.6571431.04546
I932.4441132.5326332.1504314.95730.9935732.4632133.17218
I1031.4600831.5808131.0752214.6868131.072631.5032932.03533
19I134.3638334.234234.2104316.3416933.2823334.2174934.99164
I234.9750634.9733134.9015316.3808733.3095635.069835.71332
I334.2196134.1433.9104914.9697535.0649334.0981633.37397
I434.6670634.6481234.4123415.7963535.392934.6825433.23854
I528.996129.0360428.691213.6794629.6839929.1492733.31114
I626.7512126.5404825.4592811.5292527.5359725.9821333.27359
I734.6364234.7300234.6111515.3603735.3215734.5568633.24501
I835.2032935.2280434.9953615.4885335.980535.2657533.35999
I934.9618635.0218134.3216615.9976533.3190535.0619135.77686
I1033.922134.0154933.5715815.194533.3191434.0151534.71253
25I141.0703540.6434640.8676217.1863439.5637340.9583441.88894
I242.187141.8686141.853716.6713142.921942.1336239.57032
I340.6073440.2479240.1566415.2267741.6810440.4170439.63348
I441.5550941.2241141.1540817.362342.4606941.6875139.56037
I533.8368333.7224833.4268714.7998834.7460633.9923839.72255
I630.4700829.6229429.1201412.2151632.0503329.2935139.7571
I741.5924241.4856541.4023416.0446339.5461941.5544542.40039
I842.3412742.1102442.0711916.3749839.7254442.3515743.03618
I941.889941.994141.4359816.291639.5576242.1339142.82789
I1040.8165540.4964240.2161115.9225339.7664940.7734241.79107
Table 4. CPU time(s) for each algorithm.
Table 4. CPU time(s) for each algorithm.
CSGWOWOASCAGOASSOSSOSCA
6I10.57690.46370.45471.25750.48990.46770.4986
I20.58300.46460.46501.27810.49760.46630.4630
I30.55200.44130.45031.25310.48360.45080.4545
I40.54420.43770.43611.22550.45830.45820.4672
I50.54870.44840.43841.24560.46760.45140.4359
I60.56100.45170.45901.25260.47600.45370.4697
I70.54920.44140.44031.24230.47170.44960.4462
I80.45620.34720.34801.13840.36970.35200.3556
I90.45090.33980.33691.13560.36990.34560.3550
I100.49500.38880.39231.23070.41090.38180.3639
8I10.62970.49930.50331.47580.52610.49840.5273
I20.62170.48430.48041.45810.50720.48810.5020
I30.61040.47600.47561.43860.50600.49240.4726
I40.59650.46190.46261.40340.48480.48250.4981
I50.62240.48240.48171.45620.50810.48890.5264
I60.63080.50390.49771.50690.51770.50240.4816
I70.61620.48110.48151.45930.51030.48500.4735
I80.51470.38620.38401.36230.41180.38660.3931
I90.54270.39210.38291.39380.41900.39630.4011
I100.54270.39260.38161.36390.41450.39290.4045
15I10.84100.59540.60132.13590.63340.61050.6953
I20.84070.59740.60352.14090.62530.59390.6062
I30.82730.57640.58002.05360.60820.58980.5986
I40.82360.58540.59312.06020.60660.59800.5725
I50.83870.58440.59872.08170.62140.59340.5796
I60.86080.60660.59932.16080.63870.61120.5906
I70.81550.58420.59662.07200.61440.59660.5824
I80.70500.47370.47851.96180.50400.48050.4695
I90.71020.46920.47991.94080.50390.47550.5786
I100.70540.48480.47521.97410.52050.47940.4751
17I10.89320.62580.64242.29700.66590.63050.6867
I20.88490.62560.62472.26960.64850.62460.6364
I30.88010.61760.62212.27630.63540.62620.6345
I40.90050.63860.62592.29880.66110.63440.6155
I50.88550.62630.62002.30800.64940.62580.6144
I60.87770.61860.61422.28950.63460.63330.6114
I70.89720.62450.62722.30900.65660.63660.6593
I80.77980.52730.52332.17410.55770.51900.5444
I90.77240.51750.51512.16600.54900.51860.5117
I100.77270.50250.51012.15190.53760.50810.5645
19I10.95390.65800.66292.49520.69230.66380.6723
I20.95720.65750.65362.51050.68730.67060.6640
I30.94440.64300.63962.47280.66960.65710.6268
I40.94950.64560.64952.47010.67570.65380.6691
I50.95890.66500.66232.50540.69850.66630.6824
I60.96500.68430.67932.59530.71300.67480.6860
I70.96010.65590.66012.45790.67810.65860.7493
I80.83730.54100.54692.38790.57340.56070.5375
I90.90810.58360.60102.50970.61240.56790.6085
I100.81620.53070.54212.34270.56470.53790.5942
25I11.13200.74480.75533.10390.78060.75770.8425
I21.13060.75780.75133.10070.77020.76430.7696
I31.13870.74170.75543.10920.77170.75220.8364
I41.12790.74670.73933.06780.77740.74420.7600
I51.18760.78390.77393.19120.80880.77130.8026
I61.16020.76100.76653.10100.79180.77940.8071
I71.13640.82190.75433.08170.78100.76150.7534
I81.01980.70150.64343.00880.67930.64510.6404
I91.16580.73800.70693.24230.76220.72240.6870
I101.04960.65230.64663.04180.67640.66240.7263
Table 5. Results of the Friedman test.
Table 5. Results of the Friedman test.
CSGWOWOASSAGOASSOSSOSCA
PSNR3.58332.71664.855.766661.116663.5166.45
SSIM4.21664.01665.61.91.883333.86.583
Fitness4.655.053.033315.233334.1834.85
CPU time(s)62.16672.108374.70002.84173.1833

Share and Cite

MDPI and ACS Style

Naji Alwerfali, H.S.; A. A. Al-qaness, M.; Abd Elaziz, M.; Ewees, A.A.; Oliva, D.; Lu, S. Multi-Level Image Thresholding Based on Modified Spherical Search Optimizer and Fuzzy Entropy. Entropy 2020, 22, 328. https://doi.org/10.3390/e22030328

AMA Style

Naji Alwerfali HS, A. A. Al-qaness M, Abd Elaziz M, Ewees AA, Oliva D, Lu S. Multi-Level Image Thresholding Based on Modified Spherical Search Optimizer and Fuzzy Entropy. Entropy. 2020; 22(3):328. https://doi.org/10.3390/e22030328

Chicago/Turabian Style

Naji Alwerfali, Husein S, Mohammed A. A. Al-qaness, Mohamed Abd Elaziz, Ahmed A. Ewees, Diego Oliva, and Songfeng Lu. 2020. "Multi-Level Image Thresholding Based on Modified Spherical Search Optimizer and Fuzzy Entropy" Entropy 22, no. 3: 328. https://doi.org/10.3390/e22030328

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