Next Article in Journal
Hybrid FPGA–CPU-Based Architecture for Object Recognition in Visual Servoing of Arm Prosthesis
Previous Article in Journal
A Soft Coprocessor Approach for Developing Image and Video Processing Applications on FPGAs
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Boosted Minimum Cross Entropy Thresholding for Medical Images Segmentation Based on Heterogeneous Mean Filters Approaches

Department of Mathematics and Computer Science, Faculty of Science, Beirut Arab University, Beirut 11072809, Lebanon
*
Author to whom correspondence should be addressed.
Submission received: 10 January 2022 / Revised: 3 February 2022 / Accepted: 8 February 2022 / Published: 11 February 2022
(This article belongs to the Section Medical Imaging)

Abstract

:
Computer vision plays an important role in the accurate foreground detection of medical images. Diagnosing diseases in their early stages has effective life-saving potential, and this is every physician’s goal. There is a positive relationship between improving image segmentation methods and precise diagnosis in medical images. This relation provides a profound indication for feature extraction in a segmented image, such that an accurate separation occurs between the foreground and the background. There are many thresholding-based segmentation methods found under the pure image processing approach. Minimum cross entropy thresholding (MCET) is one of the frequently used mean-based thresholding methods for medical image segmentation. In this paper, the aim was to boost the efficiency of MCET, based on heterogeneous mean filter approaches. The proposed model estimates an optimized mean by excluding the negative influence of noise, local outliers, and gray intensity levels; thus, obtaining new mean values for the MCET’s objective function. The proposed model was examined compared to the original and related methods, using three types of medical image dataset. It was able to show accurate results based on the performance measures, using the benchmark of unsupervised and supervised evaluation.

1. Introduction

Computer-aided diagnosis systems (CAD) have significant potential for diagnosing fatal diseases and observing their early stages. Evolving image segmentation methods can provide valuable data for diagnosing medical images and accurately detecting the infected regions. Segmentation methods have an important impact on providing a reliable diagnosis with CAD systems. Improving image segmentation methods tends to maximize the accurate detection for the required objects, such as the infected regions in various types of medical images, e.g., dermoscopic skin lesions, MRI of Alzheimer’s, or MRI of brain tumors. Such images represent diseases that rapidly increase over time. The rates of melanoma have increased rapidly over the past few decades. About 132,000 new cases of melanoma are diagnosed each year according to the World Health Organization [1]. Accurate segmentation tries to separate the lesion from the skin region, to observe the early symmetric shape [2,3]. Early diagnosis of this cancerous disease is a very important process, to enucleate rapidly. Alzheimer’s disease (AD) is a gradual neurologic disease in the brain that produces irreversible loss of neurons. AD leads to tissue loss throughout the brain, which shrinks the brain volume. The number of affected people has been increasing every decade, within the next two decades, one out of 85 persons will have AD [4,5]. CAD systems can help neurologists to discover the early stage of AD. Medical resonance imaging (MRI) has been confirmed as very useful in this task [6]. Technically, a CAD system uses MRI to display a useful comparison between normal and abnormal neurons using the analysis of certain characteristics in brain images, and, thus, determine the appearance of atrophied neurons [7]. Moreover, MRI brain tumor segmentation is a hard task for many reasons, such as the non-homogeneous intensities around the tumor, the presence of background noise, the complicated shapes and the fuzzy boundaries, and the low contrast with neighboring brain tissues [8,9].
In general, image thresholding tries to find the best point to split heterogeneous regions [10]. The optimal threshold is the value that represents the highest degree of separation for the intensity levels in a given image. In medical image segmentation, the optimal threshold is the value that helps to indicate the stage of the infected foreground; this is based on the discontinuity and continuity change ratio in intensity levels [11,12]. There are many thresholding methods presented in the literature. In this paper, the aim is to focus on improving the mean-based thresholding method, minimum cross entropy thresholding (MECT), which is one of the most popular and frequently used medical images segmentation methods.
The original MCET method relies on the classical mean approach using the definition of Gaussian distribution [13,14]. The presence of noise, local outliers, and gray levels in image regions are the main challenges when estimating the mean value. According to the objective function of MCET, the optimal threshold relies on the mean value, and enhancing the mean computation process can affect the optimal threshold [15]. Mean filter approaches, such as geometric, harmonic, contra-harmonic, and alpha-trim were proposed to be used heterogeneously for mean estimation; the aim being to exclude the undesired parts, such as noise and outliers from the mean value. The proposed heterogeneous model is a dedicated eliminator and handles the positional presence of the undesired parts, e.g., salt noise present at the end of the image histogram, which belongs to the object region. The same applies for pepper noise present at the beginning of the histogram, which belongs to the background region; and this sample state has many forms that require two different filters to exclude the impact of noise on each region during the mean computation process. Thus, the noise-free mean values for MCET can provide a boosted efficiency for image segmentation. The main contributions of this research are the following:
  • Boosting the segmentation efficiency of MCET for early detection of infected foreground in different types of medical images.
  • Developing an image segmentation model that contributes to computer-aided-diagnosis (CAD) for precise detection.
  • Handling the challenge of noise and outliers, by excluding them from the mean computation process; since the enhanced mean value may positively impact the efficiency of the MCET’s objective function.
  • Implementing an inclusive segmentation algorithm for various intensity distributions for a given image.
In this paper, minimum cross entropy thresholding was improved based on the heterogeneous mean filters approach. The rest of the paper is divided as follows. Related work is stated in Section 2. The proposed method is described and explained in Section 3. The performance measures are stated in Section 4. The discussion is explained in Section 5. Finally, the conclusion and future work are detailed in Section 6.

2. Related Work

Image segmentation is an important process for the CAD system to detect various types of objects in medical images. Boosting segmentation efficiency provides reliable data that reflect the accurate object detection. Such improvements could have a profound effect on the CAD system and increases its reliability. Nonetheless, medical image segmentation has significant differences that remain a difficult task.
Several thresholding-based segmentation methods have been presented in the literature. Some methods were dedicated to enhancing the accuracy of skin lesion detection [2,14,15,16,17]. Minimum cross-entropy thresholding was proposed by Li et al. [14] to improve the segmentation process, by obtaining the optimal threshold from the optimized entropy. This technique considered one of the most well-known entropy-based thresholding methods. It tries to minimize the variance between two class entropies based on the mean value in each region, as shown in its objective function in Equation (1), which represent the main process for finding the optimal threshold t* after minimizing n (t).
n ( t ) = i = 1 t   i × h ( i ) × log ( μ 1 ( t ) ) i = t + 1 L   i × h ( i ) × log ( μ 2 ( t ) )
where h(i) refers to the histogram of the grey level i in the range [1, L]. The regions of the image are considered as two Gaussian distributions, such that the value of μ 1 (t) and μ 2 (t) are estimated in Equations (2) and (3).
        μ 1 ( t ) =     i = 1 t i × h ( i ) i = 1 t h ( i )  
  μ 2 ( t ) =   i = t + 1 L i × h ( i ) i = t + 1 L h ( i )
The mean estimator technique of this method is based on Gaussian distribution. However, this type of distribution is often effective for symmetric distribution, but not for the other cases of asymmetric distribution, and asymmetric intensities could have some contradicted parts that affect the mean computation. Nonetheless, the process of mean computation is considered a classical or arithmetic mean in the Gaussian approach; thus, the mean value in most cases can include impacting parts, e.g., the presence of noise, local outliers, and gray areas; thus, it can impact the calculation in Equation (1), according to the direct relationship between the mean value and the objective function.
This method added new possibilities for improvements in the literature, as a solution for difficult image segmentation cases. Chakraborty et al. [16] proposed a particle swarm optimization (PSO) based minimum cross entropy. This method was tested for image segmentation, to show its convergence rate. minimum cross entropy was also improved using Gamma distribution to optimize the final threshold [17]. Moreover, it has been developed using hybrid cross entropy thresholding using Gaussian and Gamma distributions for skin lesion segmentation [2]. The method was also improved for selecting multi-level threshold values, using an improved human mental search algorithm [18]. In addition, it was proposed for color image segmentation based on an exchange market algorithm [19]. Another improvement of this method was proposed based on homogeneous mean filter approaches [15]. This improvement tested multiple types of medical images, to show the impact of the enhanced mean value on the optimal threshold and its positive impact on the segmentation results. However, there are some gaps that need to be filled in this approach, where homogeneous forms try to use one filter for two mean values in two different regions.
As stated in the literature, most of the proposed methods focused on the distribution issue, without taking into account the impact of the mean value on the mean-based MCET, especially when noise, outliers, or gray levels become influential parts within the mean computation, since this original method is based on the classical mean, which includes all the overall intensity levels. MCET was improved based on homogeneous mean filter approaches [15], this improvement proposed excluding certain parts from the total stated issues. It relies on the role of mean filters in homogenous form, without taking into account the combination and the positions of noise in different regions. In this paper, the heterogeneous mean filter approach tries to handle the contradicted intensity levels inside the mean values of each region. This model intends to provide a different and an enhanced mean value for MCET, in order to boost its efficiency. The main aim is to find noise-free mean values; as well as, to evolve the method based on dedicated mean filters in heterogeneous form. The strength of the proposed methods compared to the related methods lies in the impact of the enhanced mean, as shown in Table 1.

3. Material and Methods

As stated in the introduction and related work, most of the segmentation techniques have evolved without taking into account the relationship between the mean value and the main objective function of MCET in Equation (1). The literature MCET based on a homogenous mean filter approach indicates one form of improvement, with some noticeable gaps that need to be filled; this is when the mean values are estimated by choosing the same filtering approach for each test case, since some filters are only compatible with a certain type of noise, but not for different regions [15]. In this paper, the gap in the related homogeneous mean-MCET was filled by applying mean filters heterogeneously; such that each mean value was estimated using a mean filter approach, which is different from one that estimates the other mean value.

3.1. Dataset Materials

Three types of medical images were used for segmentation in this work (Dermoscopic skin lesion, MRI Alzheimer, and MRI brain tumor). Dermoscopic skin lesions is a public archive dataset; it was acquired from the International Symposium on Biomedical Imaging (ISBI 2016) challenge [20] and Pedro Hispano Hospital (PH2) corpora [21]. In addition, the OASIS MRI Alzheimer disease and MRI brain tumor images were used for segmentation, to perform the experiments on a wide range of images, and each image was examined for segmentation 32 times, while each test case was constructed based on a combination of the proposed heterogeneous mean filter model, as shown in Table 2. On the other hand, there were 21 test cases in the related homogenous approach.

3.2. Proposed Mean Filter Approaches

Filtering approaches such as geometric, harmonic, contra-harmonic, and alpha trim were proposed in literature as noise reduction filters under a pure image processing approach [10]. They were adapted for the histogram version as mean estimators for MCET [15], where both μ 1 (t) and μ 2 (t) were estimated using the same mean filter approach. The use of homogeneous approaches was able to exclude some undesired parts from the mean value to improve MCET. However, some cases faced overlapping issues. In general, the presence of salt noise was located in the highest intensity levels and the pepper noise on the opposite side, as shown in Figure 1. For example, if a harmonic filter used, it will enhance the mean value, with some limitations, e.g., it excludes the salt noise, but it is not suitable for pepper noise in the first region; similarly, when using a contra-harmonic filter with positive and negative values of Q.
In this paper, the proposed heterogeneous filter approaches were used as dedicated estimators, as shown in Figure 2. This form can handle different cases of noise distribution. The reported mean filter approaches have effective roles in image processing and noise reduction. The main concept of these approaches is to deal with masks or windows of pixels for mean estimation [10]. They were adapted to deal with image regions for mean estimation [15], by considering the histogram modes as a sorted vector of pixels, as follows:

3.2.1. Classical or Arithmetic Mean Filter

This is the simplest mean filter; it computes the average of the overall values in a given region or mode, as shown in Equation (4).
μ a ( t ) = 1 L e n g t h a   i M o d e a M o d e a ( i )
where μ a (t) is the mean value of m o d e a , as stated in Figure 1. Similarly for μ b (t) and m o d e b .

3.2.2. Geometric Mean Filter

A geometric mean filter achieves smoothing comparable to the arithmetic mean filter, as shown in Equation (5).
μ a ( t ) = [ Π i M o d e a M o d e a ( i ) ] 1     L e n g t h a

3.2.3. Harmonic Mean Filter

This filter intends to enhance the mean value, by excluding salt noise, but not for pepper noise. It also works with Gaussian noise, as shown in Equation (6).
μ a ( t ) = L e n g t h a i M o d e a       1 M o d e a ( i )  

3.2.4. Contra-Harmonic Mean Filter

This filter is used to exclude salt and pepper noise in the image. Depending on its order of Q value, the positive values of the order tend to exclude pepper noise, and negative values of its order tend to exclude salt noise, but not both noises; contra-harmonic also reduces to the classical arithmetic mean if its order equals 0, and reduces to a harmonic mean filter if its order equals −1, as shown in Equation (7).
μ a ( t ) =         i M o d e a M o d e a ( i ) Q + 1 i M o d e a M o d e a ( i ) Q  

3.2.5. Alpha-Trim Mean Filter

This filter can handle multiple types of noise, e.g., a combination of salt and pepper, and also Gaussian noise. This filter could provide a better mean value for asymmetric pixel distribution, depending on the trim value d, as shown in Equation (8).
μ a ( t ) = 1 L e n g t h a d i M o d e a M o d e a r ( i )
Both modes represent the regions in the given image histogram, and they have a length that refers to the length of their vectors, such that l e n g t h a refers to the length of the vector of m o d e a , where m o d e a ( i ) represents the intensity level i that belong to m o d e a , and m o d e a r ( i ) in alpha trim filter represents the remaining intensity level i that belongs to m o d e a ; similarly, for m o d e b .

3.3. Proposed Heterogeneous Model

The heterogeneous approach is the model where the first mean value in M o d e a and second mean value in M o d e b should not use the same filtering approach, as stated in Figure 2 and Figure 3, where the approach that was used to estimate μ 1 (t) is not used to estimate μ 2 (t), as explained in Figure 3, such that, technique (i) and technique (j) are always heterogeneous.
Figure 2. Proposed thresholding framework, where μ 1 is estimated using technique (i) and μ 2 is estimated using technique (j) and ij.
Figure 2. Proposed thresholding framework, where μ 1 is estimated using technique (i) and μ 2 is estimated using technique (j) and ij.
Jimaging 08 00043 g002
However, there are some exceptions in the heterogeneous model, such that the same filtering approach can be used for the both regions, but in a heterogeneous input, e.g., a contra-harmonic filter can used homogeneously for each region with different inputs of order Q, as shown in Figure 3, where the positive values Q1 and Q2 can act as a heterogeneous approach with the negative values Q3 and Q4. In addition, the alpha trim filter was selected based on the best results from the related works based on the homogenous model [15], where d/2 = 55 was indicated as the best trim value for mean estimation with MCET.
The proposed model relies on five mean filter approaches, including usage of the classical mean; this includes the convergence with the input from the original method. The selected parameter for the alpha trim mean filter keeps one input, and the contra-harmonic filter was used with two positive and two negative values of Q, where positive values of Q were selected to estimate the first mean, and negative values were selected for estimating the second mean; this is depending on the role of this filter for noise reduction. The overall heterogeneous test cases in this paper numbered 32 cases.
The main aim of the proposed heterogeneous model is to handle various kinds of noise in image regions when estimating the mean values for MCET, such that it handles the contradicted presence of the noise in each region in a given image using the same filter, which is the main drawback in the related works when using a homogeneous approach.

3.4. Proposed Algorithm

The time complexity to find the value t* is O ( L 2 ) , using a homogenous distribution [2]. However, searching for the optimal threshold can be time consuming with the heterogeneous model. For x thresholding model, the time complexity is O ( L x + 1 ) . In order to perform the algorithm in less time, parallel processing can provide a sufficient resource for this issue. The proposed algorithm was implemented using the parallel processing toolbox in Matlab 2019. In this way, the overall computational processes can be performed with a better performance than with sequential processing, as shown in Table 3.
Algorithm 1 represents a single model using one of the heterogeneous mean estimation inputs, this sequential algorithm should be performed 32 times based on each input in Table 2. However, modeling segmentation results can be achieved based on the best threshold from the all the heterogeneous inputs. In this paper, the algorithm was implemented using parallel processing, and the performance measures were computed for each threshold in each heterogeneous input. The best threshold is the value that maximizes the performance measures, as shown in Algorithm 2.
Algorithm 1 Single Input-Sequential Processing
  • Read input image I(x, y)
  • Compute the histogram h(i), i = 0, …., 255 for I(x, y)
  • for t = 1: 255 do
  • Compute μ 1 (t) using filtering approach ∈ technique (i) (see Figure 3).
  • Compute μ 2 (t) using filtering approach ∈ technique (j) (see Figure 3)
  • Compute the objective function n(t) in Equation (4).
  • Find the optimal t* which minimize n(t).
  • End for.
  • return t*
  • Output image g(x, y).
For other mean filters approaches:
Compute μ 1 (t) and μ 2 (t) according to their equations (see Table 2)
Algorithm 2 Multiple Input-Parallel Processing
  • Read input image I(x, y)
  • Compute the histogram h(s), s = 0, …., 255 for I(x, y)
  • for t = 1: 255 do
  • ij (see Figure 3)
  • Compute MCET’s objective function n(t) in Equation (4) base on the following inputs:
    • Compute μ 1 (t) and μ 2 (t) using the heterogeneous inputs 1, 2, 3 … 32 (see Table 2)
  • Compute t1*, t2*, … t32* that minimize n(t) for each heterogeneous inputs.
  • End for.
  • Compute the average sum of the performance measure for each t*.
  • Find the best t* which maximize the performance measure.
  • Return the best t*
  • Output image g(x, y).

4. Performance Measure

In this paper, unsupervised and supervised performance measurement was used for evaluation; these measurements were also used to compare the segmentation accuracy between the proposed model and related methods [22,23,24,25,26,27,28].

4.1. Unsupervised Evaluation

Using unsupervised evaluation, it was possible to evaluate the segmentation results without any a priori information. This evaluation mainly depends on a statistical approach between the segmented image and the original image. For region segmentation, unsupervised evaluation takes into account the uniformity, region contrast, and inter-region disparity.

4.1.1. Image Uniformity

This measurement helps assess the quality of the thresholding method, since region uniformity is computed based on variance. This measurement was proposed by Levine et al. [22]. The IU is defined in Equation (9).
I U ( t ) = 1 σ 1 2 ( t ) σ 2 2 ( t ) Z
where Z is calculated as shown in Equation (10), and σ 1 2 ( t ) and σ 2 2 ( t ) are the variances of m o d e a and m o d e b , respectively, as stated in Figure 1.
Z = ( I m a x I m i n ) 2 2
where I m a x and I m i n are the maximum and the minimum intensity levels.

4.1.2. Region Contrast

This measurement helps to indicate the adjacent regions and check the high contrast; thus, it assesses the quality of segmented results, as shown in Equation (11).
R C ( t ) = | μ 1 ( t ) μ 2 ( t ) | μ 1 ( t ) μ 2 ( t )
where μ 1 ( t ) and μ 2 ( t ) are the mean values of the first and the second region in a given image, respectively.

4.1.3. Inter-Region Disparity

This measurement is based on the interior and the external contrast [24], as shown in Equations (12) and (13), respectively, where c(s,t) is the contrast pixels s and t, as shown in Equation (14).
                  C I ( i ) = 1 A i s = R i M a x { c ( s , t ) ,   t W ( s ) R i }
                    C E ( i ) = 1 l i s = F i M a x { c ( s , t ) ,   t W ( s ) R i }
              c ( s , t ) = | I ( s ) I ( t ) | L 1
where Ii is the length Fi border in the region Ri, Ai corresponds to the surface of Ri, and W(s) refers to the neighborhood of the pixel s. As in the previous Evaluation, the scores in this measurement belong to [0, 1], since the closest to 0 indicates poor segmentation scores, and the closest to 1 indicates good segmentation results, as shown in Equation (15).
C ( R i ) = 1 C I ( i ) C E ( i ) if   0 < C I ( i ) < C E ( i ) C E ( i ) if   C I ( i ) = 0 0 otherwise    

4.2. Supervised Evaluation

This measurement is based on a comparison approach between the segmented image and its ground truth. This evaluation is widely used in the literature as a powerful measurement to assess quality scores [25,26,27,28]. The goal is to maximize the true positivity TP of pixels in the segmented image, as explained in Figure 4. Based on these terms, Jaccard index JI, F-score, and the segmentation accuracy were used to evaluate the matching of the pixels between the segmentation results and the ground truths.
The Jaccard index was used to assess the intersection ratio, as shown in Equation (16). F-scores help to assess the probability of the true positive pixels in Equation (17), where precision refers to TP/TP + FP; recall refers to TP/TP + FN, where precision is used to measure the detected actually true pixels; and recall measures the true positivity and the probability that a segmented pixel belongs to the ground truth. Segmentation accuracy is used to find the degree of matching between the pixels from the segmentation result and the ground truths, as shown in Equation (18).
    Jaccard index = TP TP + FP + FN  
  F Score = 2 Precision Recall Precision + Recall
  Accuracy = TP + TN FN + FP + TP + TN
The average value of the supervised and the unsupervised evaluation scores were computed for performance comparison, as well as to show convergence rate for various measurements on the segmentation outputs.

4.3. Modeling the Accurate Segmentation

Heterogeneous mean filter approaches were applied as a mean estimation model for the MCET. In this method, the threshold value minimizes the objective function for each input in Table 2. Computing the optimal threshold every time the heterogeneous input is applied, makes the segmentation problem a nondeterministic polynomial (NP)-Hard optimization problem [2]. Minimizing the threshold value t is the process that indicates the optimal threshold t* for the image that needs to be accurately segmented; at the same time the accurate segmentation aims to maximize the evaluation metrics as an accuracy indicator, as shown in Equation (19)
M a x i m i z e   E v a l u a t i o n (   Unsupervised ,   Supervised   )
where unsupervised (IU(t), RC(t), C(Ri)), and supervised evaluations ( Jaccard index ,   F Score ,   Acuuracy ) ∈ [0, 1]. This maximization indicates the best threshold among all the heterogeneous inputs to the MCET, as stated in Section 3, Algorithm 2.

5. Discussion

In this paper, we examined three types of medical images for segmentation. The dermoscopic skin lesion and MRI brain tumor were applied with their corresponding ground truths to compute a supervised evaluation that relies on the ground truth, while the unsupervised evaluation was computed for these two datasets as well. Alzheimer images were applied for segmentation without ground truths, and segmented results were evaluated using unsupervised evaluation. Based on the heterogeneous inputs from Figure 3 and Table 2, the proposed thresholding model used five mean filter approaches, where μ 1 ( t ) was estimated using a filtering approach that was different from the approach that estimated μ 2 ( t ) . The computed mean values were applied on MCET to check their impacts. The proposed heterogeneous approach includes special cases from the related homogenous approahes; e.g., a contra-harmonic mean filter was applied homogeneously with heterogeneous input of Q values −1.5, −0.5, +0.5, +1.5; these values act as a dedicated input to exclude noise combinations in different regions, where the positive value of Q is suitable for the first mean via its aim of excluding the pepper noise, and a negative value of Q is suitable for the second mean via its aim of excluding the salt noise. In addition, the trim value in the alpha trim filter d/2 = 55 was selected as the best trim for mean estimation with MCET [15].
The first input in Table 2 refers to the original Gaussian-based MCET that has a steady classical mean. The rest of the inputs refer to the related homogenous mean-based MCET and the proposed heterogeneous mean-based MCET. The comparison of experiments was examined using the average value of the unsupervised and the supervised evaluation score. The proposed heterogeneous model was able to produce effective results over the related methods; depending on the patterns of the evaluation in Figure 5. It can be noticed that the best segmentation results appeared in test case number 25; this is μ 1 ( t ) and μ 2 ( t ) were estimated using the contra-harmonic mean filter with heterogeneous Q = +0.5 and −1.5, respectively. The impact was noticeable also in the test case number 15 compared with the related homogeneous approach; this is μ 1 ( t ) was estimated using the harmonic mean filter and μ 2 ( t ) was estimated using an alpha trim mean filter with d/2 = 55. The proposed model showed that it has the ability to fill the gaps related to noise combinations in different regions that were found in the related homogeneous mean-based MCET.
The test cases 15, 20, 24, 25, 26, 30, and 31 showed increased efficiency, based on the performance measure. This improvement indicates the positive impact from the enhanced mean and the segmentation efficiency. Although the related homogeneous mean-based MCET had some improvements in test cases number 12, 13, and 14, it still had a limitation regarding the usage of the same filter for each region. While, the proposed method showed that combining different mean filters was able to boost the segmentation efficiency, as shown in inputs number 15, 25, and 30, the gaps were almost filled in these test cases when filtering approaches combined together heterogeneously. Moreover, the proposed model shows that the contra harmonic approach has a positive impact on mean computation when using positive and negative values of Q heterogeneously for each region in an image histogram.
As a comparison, and as shown in Table 4, the proposed heterogeneous model showed a 3.75% increase in rate based on the average evaluation scores compared with the original MCET efficiency. This rate indicates an objective boost in segmentation accuracy, and an increase in the true positivity rate for the segmented image compared with the homogeneous model. While the homogeneous model showed about a 2.80% rate increase compared to the original method.
Figure 6 shows randomly selected images and their corresponding segmentation results. Figure 6a–e shows original images, ground truths, and segmented images using the original MECT, segmented images using MCET based on homogeneous mean filters approaches, and segmented images using the proposed MCET based on heterogeneous mean filter approaches, respectively. Table 5 shows the performance measured using supervised and unsupervised evaluation for segmented images in Figure 6.

6. Conclusions and Future Work

This paper presents an improvement of minimum cross entropy thresholding MCET for medical image segmentation. The improvement was based on a heterogeneous model of mean filter approaches. The aim was to estimate noise-free mean values for a MCET objective function, and positively impact segmentation efficiency based on the relation between the mean value and the optimal threshold. The proposed model was evaluated using supervised and unsupervised evaluation approaches as a performance measure. This paper contributes to computer-aided-diagnosis (CAD) for precise detection and accurate foreground segmentation; as well as to overcoming the challenge of the steady classical mean values in the original MCET. In addition, it provides improved performance for image segmentation over the related methods, as it can handle the gaps of noise distribution in image regions.
In future work, this model could be used to examine various types of medical and optical images, so as to extend the contribution to a wide domain of applications for image segmentation. In addition, this segmentation model could be developed using deep learning-based segmentation, as it has an open adaptation of mean estimation for heterogeneous intensity levels in different images.

Author Contributions

This work was based on the efforts of the authors. W.A.H.J. and A.E.-Z.; supervision, A.E.-Z. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

There was no ethical approval for this research since the authors used available and datasets from an open-source public database, as stated in the manuscript.

Informed Consent Statement

Not applicable.

Data Availability Statement

Data presented in this study are available on request.

Acknowledgments

The authors would like to express their sincere gratitude to Soha Rawas at Beirut Arab University for her valuable advice.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Tan, T.Y.; Zhang, L.; Lim, C.P.; Fielding, B.; Yu, Y.; Anderson, E. Evolving Ensemble Models for Image Segmentation Using Enhanced Particle Swarm Optimization. IEEE Access 2019, 7, 34004–34019. [Google Scholar] [CrossRef]
  2. Rawas, S.; El-Zaart, A. Precise and parallel segmentation model (PPSM) via MCET using hybrid distributions. Appl. Comput. Inform. 2020. ahead-of-print. [Google Scholar] [CrossRef]
  3. Ali, A.-R.; Li, J.; O’Shea, S.J. Towards the automatic detection of skin lesion shape asymmetry, color variegation and diameter in dermoscopic images. PLoS ONE 2020, 15, e0234352. [Google Scholar] [CrossRef] [PubMed]
  4. Lazli, L.; Boukadoum, M.; Mohamed, O.A.; Mohamed, A. Computer-Aided Diagnosis System of Alzheimer’s Disease Based on Multimodal Fusion: Tissue Quantification Based on the Hybrid Fuzzy-Genetic-Possibilistic Model and Discriminative Classification Based on the SVDD Model. Brain Sci. 2019, 9, 289. [Google Scholar] [CrossRef] [Green Version]
  5. Bi, X.; Li, S.; Xiao, B.; Li, Y.; Wang, G.; Ma, X. Computer aided Alzheimer’s disease diagnosis by an unsupervised deep learning technology. Neurocomputing 2019, 392, 296–304. [Google Scholar] [CrossRef]
  6. Worth, A.J.; Makris, N.; Caviness, V.S., Jr.; Kennedy, D.N. Neuroanatomical segmentation in MRI: Technological objectives. Int. J. Pattern Recognit. Artif. Intell. 1997, 11, 1161–1187. [Google Scholar] [CrossRef]
  7. Martínez-Murcia, F.J.; Górriz, J.M.; Ramirez, J.; Puntonet, C.G.; Salas-Gonzalez, D.; Alzheimer’s Disease Neuroimaging Initiative. Computer aided diagnosis tool for Alzheimer’s disease based on Mann–Whitney–Wilcoxon U-test. Expert Syst. Appl. 2012, 39, 9676–9685. [Google Scholar] [CrossRef]
  8. Hua, L.; Gu, Y.; Gu, X.; Xue, J.; Ni, T. A Novel Brain MRI Image Segmentation Method Using an Improved Multi-View Fuzzy c-Means Clustering Algorithm. Front. Neurosci. 2021, 15, 662674. [Google Scholar] [CrossRef]
  9. Sandhya, G.; Giri, K.; Savitri, S. A novel approach for the detection of tumor in MR images of the brain and its classification via independent. Imaging Med. 2017, 9, 33–44. [Google Scholar]
  10. Gonzalez, R.; Woods, R. Digital Image Processing, 3rd ed.; Prentice: Hoboken, NJ, USA, 2008; pp. 1–2, 28–29, 567–568. [Google Scholar]
  11. Sezgin, M.; Sankur, B. Survey Over Image Thresholding Techniques and Quantitative Performance Evaluation. J. Electron. Imaging 2004, 13, 146–165. [Google Scholar]
  12. Chang, C.-I.; Du, Y.; Wang, J.; Guo, S.-M.; Thouin, P. Survey and comparative analysis of entropy and relative entropy thresholding techniques. IEE Proc.-Vision Image Signal Process. 2006, 153, 837–850. [Google Scholar] [CrossRef] [Green Version]
  13. Sun, H.; Yang, X.; Gao, H. A spatially constrained shifted asymmetric Laplace mixture model for the grayscale image segmentation. Neurocomputing 2018, 331, 50–57. [Google Scholar] [CrossRef]
  14. Li, C.; Lee, C. Minimum cross entropy thresholding. Pattern Recognit. 1993, 26, 617–625. [Google Scholar] [CrossRef]
  15. Jumiawi, W.; El-Zaart, A. Improving Minimum Cross Entropy Thresholding for Segmentation of Infected Foregrounds in Medical Images Based on Mean Filters Approaches. Contrast Media Mol. Imaging. 2022, in press. [Google Scholar] [CrossRef]
  16. Chakraborty, R.; Sushil, R.; Garg, M.L. An Improved PSO-Based Multilevel Image Segmentation Technique Using Minimum Cross-Entropy Thresholding. Arab. J. Sci. Eng. 2019, 44, 3005–3020. [Google Scholar] [CrossRef]
  17. Al-Osaimi, G.; El-Zaart, A. Minimum Cross Entropy Thresholding for SAR Images. In Proceedings of the 3rd International Conference on Information and Communication Technologies: From Theory to Applications, Damascus, Syria, 7–11 April 2008; pp. 1–6. [Google Scholar]
  18. Esmaeili, L.; Mousavirad, S.J.; Shahidinejad, A. An efficient method to minimize cross-entropy for selecting multi-level threshold values using an improved human mental search algorithm. Expert Syst. Appl. 2021, 182, 115106. [Google Scholar] [CrossRef]
  19. Sathya, P.; Kalyani, R.; Sakthivel, V. Color image segmentation using Kapur, Otsu and Minimum Cross Entropy functions based on Exchange Market Algorithm. Expert Syst. Appl. 2021, 172, 114636. [Google Scholar] [CrossRef]
  20. Gutman, D.; Codella, N.C.; Celebi, E.; Helba, B.; Marchetti, M.; Mishra, N.; Halpern, A. Skin lesion analysis toward melanoma detection: A challenge at the international symposium on biomedical Imaging. arXiv 2016, arXiv:1605.01397. [Google Scholar]
  21. Mendonça, T.; Ferreira, P.M.; Marques, J.S.; Marcal, A.R.; Rozeira, J. PH2—A dermoscopic image database for research and benchmarking. In Proceedings of the 2013 35th Annual International Conference of the IEEE Engineering in Medicine and Biology Society, EMBC 2013, Osaka, Japan, 3–7 July 2013; pp. 5437–5440. [Google Scholar]
  22. Rezaee, M.; Letourneau, D. Assessment of Image Quality and Dosimetric Performance of CT Simulators. J. Med. Imaging Radiat. Sci. 2019, 50, 297–307. [Google Scholar] [CrossRef]
  23. Levine, M.D.; Nazif, A.M. Dynamic Measurement of Computer Generated Image Segmentations. IEEE Trans. Pattern Anal. Mach. Intell. 1985, 7, 155–164. [Google Scholar] [CrossRef]
  24. Chabrier, S.; Emile, B.; Rosenberger, C.; Laurent, H. Unsupervised Performance Evaluation of Image Segmentation. EURASIP J. Adv. Signal Process. 2006, 2006, 096306. [Google Scholar] [CrossRef] [Green Version]
  25. Thanh, D.N.H.; Erkan, U.; Prasath, V.S.; Kumar, V.; Hien, N.N. A Skin Lesion Segmentation Method for Dermoscopic Images Based on Adaptive Thresholding with Normalization of Color Models. In Proceedings of the 2019 6th International Conference on Electrical and Electronics Engineering (ICEEE), Istanbul, Turkey, 16–17 April 2019. [Google Scholar] [CrossRef]
  26. Dice, L.R. Measures of the Amount of Ecologic Association Between Species. Ecology 1945, 26, 297–302. [Google Scholar] [CrossRef]
  27. Alpert, S.; Galun, M.; Brandt, A.; Basri, R. Image segmentation by probabilistic bottom-up aggregation and cue integration. IEEE Trans. Pattern Anal. Mach. Intell. 2012, 34, 315–327. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  28. Pont-Tuset, J.; Marques, F. Supervised Evaluation of Image Segmentation and Object Proposal Techniques. IEEE Trans. Pattern Anal. Mach. Intell. 2015, 38, 1465–1478. [Google Scholar] [CrossRef] [PubMed] [Green Version]
Figure 1. Visualization of the impact of intensity levels in an image histogram.
Figure 1. Visualization of the impact of intensity levels in an image histogram.
Jimaging 08 00043 g001
Figure 3. Proposed heterogeneous mean filter model for Figure 2, where ij.
Figure 3. Proposed heterogeneous mean filter model for Figure 2, where ij.
Jimaging 08 00043 g003
Figure 4. TN represent the pixels that have not been segmented, FN represent the pixels that should appear in the segmented image, TP are the joint segmented pixels, and FP represents the pixels that should not have been segmented.
Figure 4. TN represent the pixels that have not been segmented, FN represent the pixels that should appear in the segmented image, TP are the joint segmented pixels, and FP represents the pixels that should not have been segmented.
Jimaging 08 00043 g004
Figure 5. Supervised and unsupervised performance measure comparing MCET using the classical mean, homogeneous mean estimation approach, and the heterogeneous mean estimation approach.
Figure 5. Supervised and unsupervised performance measure comparing MCET using the classical mean, homogeneous mean estimation approach, and the heterogeneous mean estimation approach.
Jimaging 08 00043 g005
Figure 6. Samples of segmented images (a) original images, (b) ground truths, (c) segmented images using the original MECT, (d) segmented images using MCET based on homogeneous mean filter approaches, (e) segmented images using the proposed MCET based on heterogeneous mean filter approaches.
Figure 6. Samples of segmented images (a) original images, (b) ground truths, (c) segmented images using the original MECT, (d) segmented images using MCET based on homogeneous mean filter approaches, (e) segmented images using the proposed MCET based on heterogeneous mean filter approaches.
Jimaging 08 00043 g006
Table 1. Mean impact and effectiveness of the proposed method compared to the related methods.
Table 1. Mean impact and effectiveness of the proposed method compared to the related methods.
MCET MethodsMean ValuesEffectiveness
Proposed MCET based on heterogeneous mean Dedicated EnhancementSuitable for various intensity distributions, heterogeneous form of mean estimation for different intensity levels in image regions
MCET based on homogeneous mean [15]Partially enhancedLimited to single filter role per region, homogeneous form of mean estimation
MCET-hybrid distributions [2]SteadyLimited to certain mean values, e.g., Gaussian (classical mean) or lognormal definition
Table 2. μ 1 and μ 2 estimation inputs of heterogeneous and homogeneous mean filter approaches for MCET.
Table 2. μ 1 and μ 2 estimation inputs of heterogeneous and homogeneous mean filter approaches for MCET.
HeterogeneousHomogeneous [15]
μ 1   Estimation μ 2   Estimation μ 1 μ 2   Estimation
0Classical ClassicalClassical
1Classical GeometricHarmonic
2ClassicalHarmonicGeometric
3ClassicalC-Harmonic, Q = −1.5C-Harmonic, Q = −3.0
4ClassicalC-Harmonic, Q = −0.5C-Harmonic, Q = −1.5
5ClassicalAlpha Trim, d/2 = 55C-Harmonic, Q = −0.5
6GeometricClassicalC-Harmonic, Q = +0.5
7GeometricHarmonicC-Harmonic, Q = +1.5
8GeometricC-Harmonic, Q = −1.5Alpha Trim, d/2 = 10
9GeometricC-Harmonic, Q = −0.5Alpha Trim, d/2 = 20
10GeometricAlpha Trim, d/2 = 55Alpha Trim, d/2 = 30
11HarmonicClassicalAlpha Trim, d/2 = 40
12HarmonicGeometricAlpha Trim, d/2 = 50
13HarmonicC-Harmonic, Q = −1.5Alpha Trim, d/2 = 55
14HarmonicC-Harmonic, Q = −0.5Alpha Trim, d/2 = 60
15HarmonicAlpha Trim, d/2 = 55Alpha Trim, d/2 = 65
16C-Harmonic, Q = +1.5ClassicalAlpha Trim, d/2 = 70
17C-Harmonic, Q = +1.5GeometricAlpha Trim, d/2 = 80
18C-Harmonic, Q = +1.5HarmonicAlpha Trim, d/2 = 90
19C-Harmonic, Q = +1.5C-Harmonic, Q = −1.5Alpha Trim, d/2 = 100
20C-Harmonic, Q = +1.5C-Harmonic, Q = −0.5Alpha Trim, d/2 = 110
21C-Harmonic, Q = +1.5Alpha Trim, d/2 = 55-
22C-Harmonic, Q = +0.5Classical-
23C-Harmonic, Q = +0.5Geometric-
24C-Harmonic, Q = +0.5Harmonic-
25C-Harmonic, Q = +0.5C-Harmonic, Q = −1.5-
26C-Harmonic, Q = +0.5C-Harmonic, Q = −0.5-
27C-Harmonic, Q = +0.5Alpha Trim, d/2 = 55-
28Alpha Trim, d/2 = 55Classical-
29Alpha Trim, d/2 = 55Geometric-
30Alpha Trim, d/2 = 55Harmonic-
31Alpha Trim, d/2 = 55C-Harmonic, Q = −1.5-
32Alpha Trim, d/2 = 55C-Harmonic, Q = −0.5-
Table 3. Time performance of the proposed algorithm when implemented using parallel processing.
Table 3. Time performance of the proposed algorithm when implemented using parallel processing.
Segmented ImagesNo. of ImagesSequential(s)Parallel(s)Speed-Up Gain
1MRI Alzheimer100488.701298.73338.87%
2Skin Lesion150595.487377.51836.59%
3MRI Brain50401.010232.74141.97%
Table 4. Overall comparison between the proposed MCET based on heterogeneous mean filter approaches and the related methods.
Table 4. Overall comparison between the proposed MCET based on heterogeneous mean filter approaches and the related methods.
Original MCETMCET Hybrid Distributions [2]MCET Homogeneous [15]Proposed MCET Heterogeneous
Avg. Evaluation0.877900.892620.902550.91098
Performance-1.67%2.80%3.75%
Best Mean Value-Steady 3/207/32
Table 5. Average performance measures for the selected images in Figure 6, columns (A) refer to supervised evaluation; columns (B) refer to unsupervised evaluation.
Table 5. Average performance measures for the selected images in Figure 6, columns (A) refer to supervised evaluation; columns (B) refer to unsupervised evaluation.
ClassicalHomogeneousHeterogeneous
ABABAB
IMG (1)0.887240.845330.916130.882760.918240.88525
IMG (2)0.890530.851860.911050.879870.921500.89816
IMG (3)-0.80779-0.89926-0.91977
IMG(4)-0.82581-0.90140-0.90996
IMG (5)0.814480.807790.918000.899260.938950.91977
IMG(6)0.840330.825810.917720.901400.924070.90996
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Jumiawi, W.A.H.; El-Zaart, A. A Boosted Minimum Cross Entropy Thresholding for Medical Images Segmentation Based on Heterogeneous Mean Filters Approaches. J. Imaging 2022, 8, 43. https://0-doi-org.brum.beds.ac.uk/10.3390/jimaging8020043

AMA Style

Jumiawi WAH, El-Zaart A. A Boosted Minimum Cross Entropy Thresholding for Medical Images Segmentation Based on Heterogeneous Mean Filters Approaches. Journal of Imaging. 2022; 8(2):43. https://0-doi-org.brum.beds.ac.uk/10.3390/jimaging8020043

Chicago/Turabian Style

Jumiawi, Walaa Ali H., and Ali El-Zaart. 2022. "A Boosted Minimum Cross Entropy Thresholding for Medical Images Segmentation Based on Heterogeneous Mean Filters Approaches" Journal of Imaging 8, no. 2: 43. https://0-doi-org.brum.beds.ac.uk/10.3390/jimaging8020043

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