Next Article in Journal
Impact of Rapid pH Changes on Activated Sludge Process
Next Article in Special Issue
An Intelligent DOA Estimation Error Calibration Method Based on Transfer Learning
Previous Article in Journal
A Detailed Review on Foam Concrete Composites: Ingredients, Properties, and Microstructure
Previous Article in Special Issue
Prospects of Structural Similarity Index for Medical Image Analysis
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Robust Automatic Segmentation of Inflamed Appendix from Ultrasonography with Double-Layered Outlier Rejection Fuzzy C-Means Clustering

1
Department of Artificial Intelligence, Silla University, Busan 46958, Korea
2
Department of Computer Games, Yong-In Art & Science University, Yongin 17145, Korea
3
Division of Software Convergence, Cheongju University, Cheongju 28503, Korea
*
Author to whom correspondence should be addressed.
Submission received: 21 April 2022 / Revised: 24 May 2022 / Accepted: 2 June 2022 / Published: 6 June 2022
(This article belongs to the Special Issue Future Information & Communication Engineering 2022)

Abstract

:
Accurate diagnosis of acute appendicitis from abdominal ultrasound is a challenging task, since traditional sonographic diagnostic criteria for appendicitis, such as diameter, compressibility, and wall thickness, rely on complete identification or visualization of the appendix and the diagnosis is frequently operator subjective. In this paper, we propose a robust automatic segmentation method for inflamed appendix identification to mitigate abovementioned difficulties. We use outlier rejection fuzzy c-means clustering (FCM) algorithm within a double-layered learning structure to extract the target inflamed appendix area. The proposed method extracts the target appendix in 98 cases out of 100 test images, which is far better than traditional FCM, standard outlier FCM, and double-layered learning with FCM in correct extraction rate. Furthermore, we investigate the outlier rejection effect and double layered learning effect by comparing our proposed method with standard double-layered FCM and the standard outlier-rejection FCM. In this comparison, the proposed method exhibits robust segmentation results in accuracy, precision, and recall by 2.5~5.6% over two standard methods in quality with human pathologists’ marking as the ground truth.

1. Introduction

The appendix is a finger-like, blind-ended tube connected to the cecum. Normal vermiform appendix is less than 6mm in diameter and has a thin wall. Appendicitis refers to inflammation of the appendix and it is a well-known, common, and painful abdominal surgical emergency [1]. It can lead to perforation of the organ if left untreated; thus, once diagnosed as acute appendicitis, prompt surgical treatment is required. Depending on the individual patient’s physical condition and medical history, careful treatment, such as the time of operation, selection of an incision method, performing drainage or not, treatment of wounds, and administration of antibiotics, should be planned.
An obstruction, or blockage, of the appendiceal lumen causes appendicitis. The most common cause of clogged lumen is feces, but there are other causes such as lymphatic tissue proliferation, debris from previous barium tests, vegetables, fruit seeds, or parasites [2]. When the lumen of the appendix is blocked, closed loop obstruction occurs and secretion of mucus continues into the lumen of the appendix, causing the lumen of the appendix to expand, thereby continuously increasing the pressure in the lumen of the appendix. This lumen dilatation increases the peristalsis of the appendix, causing cramping pain in addition to visceral pain. The continuous increase in internal pressure leads to venous stasis of the appendix wall, which leads to bacterial invasion and inflammation of the suppurative appendicitis as the mucosal defenses are impaired. If it progresses further and tissue ischemia is caused by arterial supply disturbance, it becomes the stage of gangrene appendicitis, in which necrosis and serous exudate occur throughout the wall of the appendix.
The diagnosis of acute appendicitis is a challenging task. Detection of appendiceal neoplasms at pre-operative imaging is important because it may change the surgical approach and prevent additional surgery [3]. However, more than half will have different clinical and radiological manifestations [4] and there exist non-negligible amount of age and gender related false positive cases, such as pelvic inflammatory disease and other gynecologic conditions for childbearing age women [5,6]. Such misdiagnosis or delayed diagnosis may increase the incidence of perforation, peritonitis, and negative laparotomy, which can affect the morbidity and mortality of patients [7]. Thus, it is important to have a quick and accurate acute appendicitis diagnosing methodology for patients appealing acute abdominal pain.
Among possible diagnostic modalities, ultrasound examination is usually the first imaging test performed, especially for the pediatric and young adult populations, as well as patients in pregnancy who are very vulnerable to the radiation. However, if the first opinion of ultrasound examination is in indeterminate status with a strong clinical suspicion of appendicitis, a second ultrasound examination by well experienced staff or a Computed tomography (CT) scan or Magnetic resonance imaging (MRI) scan is necessary for reliable diagnosis [8,9].
Appendiceal ultrasound is most accurate when the appendix is clearly identified during the examination and relevant sonographic criteria is applied to determine the presence of appendiceal inflammation [10]. Traditional sonographic diagnostic criteria for appendicitis, such as diameter, compressibility, wall thickness, and hyperaemia, rely on complete identification or visualization of the appendix. However, according to the recent report, the sonographic appendix visualization rate can vary significantly [11]. It becomes more challenging when abdominal ultrasound could not correctly visualize the inflamed appendix [12]. Moreover, while the reported specificity of ultrasound is almost equal to CT, the reported sensitivity for diagnosis by ultrasound varies wider in the literature (67–100%) and showed high operator dependency [13]. A correct ultrasound technique and knowledge about imaging features of appendicitis improve the detection of inflamed appendix and therefore may help to make the diagnosis without performing unnecessary CT scans [14].
To avoid such operator subjectivity and unclear visualization of inflamed appendix from abdominal ultrasound, we need robust automatic segmentation tool to extract inflamed appendix. Simple edge detecting methods relying on histogram analysis with thresholds [15,16,17] are inaccurate when the brightness contrast of the image is not remarkably high. The reported performance to extract inflamed appendix were no better than 83.3% due to information loss during edge linking process.
To identify the target object from low contrasted ultrasonography, pixel clustering method is a viable alternative and has been proven to be effective in engineering and medical domains [18,19,20,21,22]. In this pixel-based approach, the automatic segmentation process is usually divided into two phases—brightness enhancement for noise reduction and quantization-based object formation. The basic predictor of locating inflamed appendix is the fascia line [23]. Fuzzy Adaptive resonance theory (ART) based quantization algorithm for inflamed appendix extraction [24] was immune to that brightness sensitivity and showed better extraction rate than edge detecting methods, but it was found that the method was weak when the shape of the inflamed appendix has a certain type. Self-Organizing Map (SOM) is another pixel clustering method with structural stability. Thus, the SOM based method [25] has shown better results but, due to its winner-takes-all strategy in the learning process, the fatal irreversible loss of intensity information could cause the failed extraction of appendix when the shape has long oval pattern. Fuzzy C-Means (FCM) based algorithm with semi-dynamic control of initialization process was almost perfect in extracting inflamed appendix if exists [26].
However, in terms of object identification, previous studies only reported if the software could locate the target if the inflamed appendix were given. Such previous works used 6mm single cutoff standard to extract the target according to the clinical experts’ suggestions, but recent report suggests a ternary classification of appendix diameter (negative, equivocal, and positive) with cut-offs at 6 and 8 mm and showed better clinical classification result [11]. Thus, for practical applications, an accurate automatic localization of the appendix region is more important than finding inflamed appendix having a certain size.
Thus, in this paper, we propose a robust segmentation algorithm to locate the inflamed appendix from ultrasound that has two articulating points from previous studies.
  • We compare the location of target object with human expert’s drawing from the same ultrasonographic images as tried in other medical tasks [19,27]. By doing so, we want our segmentation algorithm acts like human expert;
  • We propose Double-layered Outlier Rejection Fuzzy C-Means (DORFCM) as the quantization algorithm that mitigates the outlier sensitivity of FCM.
FCM based segmentation has shown many successful applications in many image analysis domains [27,28,29,30,31]; however, its sensitivity to noise and outliers have been criticized [28]. To mitigate such claimed deficiency, there are numerous modified versions of FCM such as having weighted features in consideration [32,33], using alternative distance measure [34], and outlier rejection [35]. In this paper, we adopt outlier rejection strategy in detecting inflamed appendix for the robustness of segmentation. Furthermore, we have double layered learning structure used in [36] for the stable learning. Thus, our proposed method in this paper is a hybrid FCM learning method with outlier rejection strategy and double layered learning structure to make the inflamed appendix detection to be more robust in quality.

2. Appendix Segmentation with Double-Layered Outlier Rejection FCM

2.1. Outlier Rejection

Based on fuzzy set theory, FCM [37] often generates better results in image segmentation than hard clustering due to its tolerance to ambiguity of object membership on the boundaries between several clusters. Like K-means, it computes the distance between pixels and cluster centers and its cost function is minimized when pixels close to the centroid of their clusters are assigned higher membership values than others. However, the intra-cluster variance and the inter-cluster variance are not optimized when there exist overlapping of regions or outliers [35].
Outlier Rejection FCM(ORFCM) proposed in [35] modified the membership function to overcome the outlier’s sensitivity by changing the objective function of FCM as following.
min   O R F C M = i = 1 n j = 1 k u i j m β x i c j 2
where X = {xi}, i∈{1, 2, …, n} denotes an image with n pixels to be partitioned into k clusters, where 2 ≤ kn, and cj (for j = 1, 2, …, k) is the j-th cluster. U = (uij) is a k × n fuzzy partition matrix, in which each element uij indicates the membership degree of each pixel in the j-th cluster, cj.
The exponent variable β limits the partial distribution of the points among the two neighboring clusters rather than to all the clusters.
β =   i n t e n s i t y   i n   a n   c l u s t e r + 1 256
With this exponent operation of the Euclidean distance in its membership function, ORFCM showed its capability to neutralize the outlier’s effect and construct better clusters than the original FCM. There exist several recent results in medical domain using this outlier rejection concept in fuzzy learning process successfully [38,39,40].

2.2. Double-Layered Pixel Clustering

Another well-known limitation of FCM is its tendency to fall into local maximum due to the gradient descent method it is based on. A recent study [36] overcome that limitation by making the FCM learning structure as double-layered as shown in Figure 1.
The second layer takes outputs of the first layer as input. Subsequent parameters of the first and second layers of clustering are not necessarily the same. In [36], they used conventional FCM in both layers but with different parameter initializations and the number of clusters.

2.3. Double-Layered Outlier Rejection FCM (DORFCM)

In this paper, we propose double-layered outlier rejection FCM (DORFCM) incorporating both concepts. Two clustering layers use ORFCM as their clustering engine but with different learning parameters. In the first layer, the number of clusters for ORFCM is initialized by the histogram analysis. In the second layer, the intensity value is controlled in that outlier pixels are removed from the previous learning process. Thus, the optimizing process of the second layer has different parameters to avoid misguidance from the first layer learning.
The algorithm of DORFCM can be summarized as follows.

2.3.1. Layer-1 Learning (Step 1 to Step 4)

Step 1: Initialize c (2 ≤ c < n) as the number of clusters, and exponential weight m (1 ≤ m < ∞), and initialize the error threshold (ε) for terminating condition of the first layer learning and the membership degree U(0), repetition parameter r = 0.
Step 2: Compute the value of central vector vij as shown in Equation (3) for {vi | j = 1, 2, …, c}.
v i j g = k = 1 n U i k m X k j k = 1 n U i k m
where X is the input pattern, i is the cluster index, and j is the pattern node index. k is the pattern index, n is the number of patterns, and U is the membership function.
Step 3: Define the ORFCM cost function as Equations (4) and (5) with β as Equation (2).
d i k = j = 1 l x k j v i j 2 1 2
u i k g + 1 = 1 j = 1 c β × d i k r β × d j k r 2   for   I k =
where the distance dik is defined as the Euclidean distance between the k-th pattern xk and vi, the central vector of the i-th cluster, and uik is the membership degree of xk among patterns in the i-th cluster.
Step 4: Compute the difference (Uik(r+1) − Uik(r)) between the new membership and the previous membership degree at the time of r. If the difference is less than the error threshold (ε), then the algorithm goes to Step 5, otherwise go to Step 2.

2.3.2. Layer-2 Learning (Step 5 to Step 7)

Step 5: With output of the first layer ORFCM as the input of the second layer, compute the value of central vector wsi as shown in Equation (6) for {wsi | s = 1, 2, …, cc} where cc is the number of clusters for the second layer.
w s i t = s = 1 c c q s i m u i k i = 1 c c q s i m
Step 6: Compute the membership degree of the clusters qsi in the second layer with distance function dsk as Equations (7) and (8) respectively. ps is the intensity in a cluster of layer-2.
q s i t + 1 = 1 i = 1 cc β q s u i k t β q i u i k t 2 m 1
β = p s + 0.01 256
Step 7: Compute the difference between the new membership and the previous membership degree. If the difference is less than the final error threshold (ε′), then the algorithm terminates otherwise go to Step 5.
During the second layer learning, the value of β is computed differently from the first layer learning since values of numerator and denominator are the results of first layer clustering, they should not exceed 1.
The flow of the proposed method can be illustrated as shown in Figure 2 and the Pascal-like pseudo code is given as Algorithm 1.
Algorithm 1. The proposed method algorithm
Procedure DORFCM (x) returns prototypes and partition matrix
Input data x = { x 1 , x 2 , …, x k }
Local fuzzification parameter: m
  threshold: ε , norm:  
  INITALIZE-PARTITION-MATRIX
  g   0 , t 0
  repeat
    for i = 1:c do
       v i j g k = 1 n ( U i k ) m x k j k = 1 n ( U i k ) m compute prototypes
      for i = 1:c do
        for k = 1:n do
          u i k g + 1 1 j = 1 c β × d i k r β × d j k r 2   for   I k = update partition matrix
         g g + 1
    until  U g + 1 U g ε
  repeat
    for s = 1:cc do
       w s i t s = 1 c c q s i m u i k i = 1 c c q s i m   Layer compute prototypes
      for s = 1:cc do
        for i = 1:c do
           q s i t + 1 1 i = 1 cc β q s u i k t β q i u i k t 2 m 1 update Layer-2 partition matrix
           β = p s + 0.01 256 where p s is the intensity in a cluster of layer-2.
      t t + 1
     until  Q t + 1 Q t ε
   return w, q

3. Experiment and Analysis

The proposed method is implemented with C# under Microsoft Visual Studio 2019 on an IBM-compatible PC with Intel(R) Core (TM) i5-8250U 1.8GHz CPU and 8GB RAM. The experiment uses 100 DICOM format ultrasound images containing the inflamed appendix all from Gupo Sungsim Hospital, Busan, Korea, and there was no appendiclolith case in this experiment. Abdominal ultrasonography is performed by Philips iU22 using 3~5 MHz transducer. If the subject complains of pain on a specific body part, 7.5 Hz high frequency transducer is used to examine that part.
To verify the performance of the proposed method, we also implemented the original FCM, standard ORFCM [35] and Double-layered FCM(DFCM) used in [36]. All four methods have the same preprocessing and post-processing (object formation) steps, thus, any difference in performance is solely due to the algorithmic power.
The first performance index is the extraction rate where two human pathologists from the associated hospital confirms if each method successfully finds inflamed appendix from the input image. The result is summarized in Table 1.
Although verified as “success”, there can be qualitative differences between segmentation methods. Figure 3 shows an easy task that all algorithms successfully find inflamed appendix object.
FCM is the weakest among four methods and Figure 4 shows the case that only FCM failed to locate inflamed appendix. FCM tends to underestimate the target area. Double-layered learning structure with FCM (Figure 4c) shows better quality than single FCM learning.
DFCM showed better performance than FCM to avoid local maximum in clustering. However, the outlier effect can mislead other methods, but DORFCM as one is verified in Figure 5. Two methods without outlier treatment failed to locate the right region and DFCM looks like it suffered by false positive and tends to overestimate when it fails.
The standard ORFCM showed better result than FCM but worse than double-layered algorithms in inflamed appendix detection accuracy as shown in Table 1, but it searches different areas from FCM with outlier rejection strategy. However, our DORFCM showed better quality than single ORFCM and standard DFCM in cluster quality as shown in Figure 6.
Thus, we provide the second performance index is to compare the qualitative performance between DFCM, ORFCM, and DORFCM with respect to the human expert’s area marking as the ground truth. True positive (TP) is the set of pixels that both human and the software agrees that they belong to the inflamed appendix, false positive (FP) is the set of pixels that only the software thinks they belong to the inflamed appendix, and false negative (FN) is the set of pixels that only human expert classifies as the inflamed appendix.
The performance index is as following.
  • Precision = TP/(TP + FP)
  • Recall or Sensitivity = TP/(TP + FN)
  • Accuracy = (TP + TN)/all area
Table 2 summarizes the performance comparison between DFCM and DORFCM among 91 cases that both methods locate the target object successfully. As one can see, the outlier rejection effect is significant.
Likewise, Table 3 summarizes the performance comparison between ORFCM and DORFCM among 88 cases that both methods locate the target object successfully. As one can see, the outlier rejection effect is significant.
The effect of double-layered learning with outlier rejection strategy is shown in Figure 7. The standard ORFCM is implemented as the lower layer (layer-1) of our proposed DORFCM. With the input image Figure 7a, the number of clusters is initialized as 4 by analyzing the histogram as shown in Figure 7b and the segmentation result is shown as Figure 7c. For DORFCM, after lower layer learning, we can remove noise pixels that have lower membership rate and regulating intensities of similar pixels; thus, the histogram of layer-2 (higher layer) looks like Figure 7d thus DORFCM can avoid misguidance of ORFCM that is sensitive to outlier pixels. In the results, DORFCM shows better quantization as shown in Figure 7e.

4. Conclusions

Abdominal ultrasound examination is the preferred first-hand modality for the diagnosis and management of the patients with clinically suspected appendicitis, especially in emergency and for pediatric or pregnant women patients. However, the sonographic diagnostic criteria for appendicitis, such as diameter, compressibility, wall thickness, and hyperaemia, rely on complete identification or visualization of the appendix. Unfortunately, the sonographic appendix visualization rate can vary significantly with respect to the experience of the examiners. It becomes even more challenging when abdominal ultrasound could not correctly visualize the inflamed appendix.
In this paper, we propose a robust automatic segmentation method for identifying inflamed appendix from abdominal ultrasound images. FCM based pixel clustering approach has shown better performance than edge detection methods, but FCM is sensitive to the existence of outlier thus outlier rejection method is necessary for the robustness. We apply this outlier rejection FCM to the double-layered learning structure in that the first layer clustering result become the input of the second layer outlier rejection FCM with modified learning parameters and cluster center update rule. This double-layered learning mitigates the tendency of local maximum that FCM can fall into. Thus, our proposed DORFCM is a hybrid method to combine outlier-rejection strategy for efficient noise removal and double-layered learning structure for mitigating misguidance of optimization from single ORFCM learning method in inflamed appendix detection.
In experiment with 100 real world inflamed sonographic images, the proposed method (DORFCM) extracts target objects in almost all (98 out of 100) cases and traditional FCM, standard ORFCM and DFCM extracts only 83, 88, and 91 cases, respectively. Furthermore, when we take a human expert’s object identification as the ground truth, DORFCM scores better in all criteria, accuracy, precision, and recall, than DFCM and single layered ORFCM significantly in pixel area computation. Thus, DORFCM shows outlier rejection effect and double layered learning effect in our experiment and, thus, we may claim this approach is more robust than standard methods.

Author Contributions

Conceptualization, K.B.K. and D.H.S.; methodology, K.B.K.; software, K.B.K. and H.J.P.; analysis, K.B.K. and D.H.S.; resources, K.B.K.; data curation, K.B.K.; writing—original draft preparation, K.B.K., D.H.S. and H.J.P.; writing—review and editing, K.B.K., D.H.S. and H.J.P.; visualization, D.H.S. and H.J.P.; super-vision, K.B.K. and H.J.P.; project administration, K.B.K. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Informed consent was obtained from all subjects involved in the study.

Data Availability Statement

The data presented in this study are available on request from the corresponding author. The data are not publicly available due to Institutional regulations.

Conflicts of Interest

The authors declare no conflict of interest regarding the publication of this paper.

References

  1. Stewart, B.; Khanduri, P.; McCord, C.; Ohene-Yeboah, M.; Uranues, S.; Vega Rivera, F.; Mock, C. Global disease burden of conditions requiring emergency surgery. J. Br. Surg. 2014, 101, e9–e22. [Google Scholar] [CrossRef]
  2. Longo, D.L.; Fauci, A.S.; Kasper, D.L.; Hauser, S.L.; Jameson, J.; Loscalzo, J. Harrison's Principles of Internal Medicine, 18th ed.; McGraw-Hill: New York, NY, USA, 2012; pp. 2516–2519. [Google Scholar]
  3. Dissanayake, S.; Hohnen, A.; Lo, G.; Herron, J. Beyond appendicitis: Clinical and radiological manifestations of appendiceal neoplasms. Eur. Congr. Radiol. ECR 2018, 28, 2018. [Google Scholar]
  4. Alari, F.S.; Gutierrez, I.; Pérez, J.G. Case Report: Familial history aggregation on acute appendicitis. BMJ Case Rep. 2017, 1–4. [Google Scholar] [CrossRef]
  5. Doherty, G.M. CURRENT Diagnosis and Treatment: Surgery, 13th ed.; McGraw-Hill: New York, NY, USA, 2010; pp. 615–620. [Google Scholar]
  6. Israel, G.M.; Malguria, N.; McCarthy, S.; Copel, J.; Weinreb, J. MRI vs. ultrasound for suspected appendicitis during pregnancy. J. Magn. Reson. Imaging 2008, 28, 428–433. [Google Scholar] [CrossRef]
  7. Di Saverio, S.; Birindelli, A.; Kelly, M.D.; Catena, F.; Weber, D.G.; Sartelli, M.; Sugrue, M.; Moya, M.D.; Gomes, C.A.; Bhangu, A.; et al. WSES Jerusalem guidelines for diagnosis and treatment of acute appendicitis. World J. Emerg. Surg. 2016, 11, 34. [Google Scholar] [CrossRef]
  8. Gaitini, D. Imaging acute appendicitis: State of the art. J. Clin. Imaging Sci. 2011, 1, 49. [Google Scholar] [CrossRef]
  9. Jang, K.M.; Lee, K.; Kim, M.J.; Yoon, H.S.; Jeon, E.Y.; Koh, S.H.; Choi, D. What is the complementary role of ultrasound evaluation in the diagnosis of acute appendicitis after CT. Eur. J. Radiol. 2010, 74, 71–76. [Google Scholar] [CrossRef]
  10. Tomizawa, M.; Shinozaki, F.; Hasegawa, R.; Shirai, Y.; Motoyoshi, Y.; Sugiyama, T.; Yamamoto, S.; Ishige, N. Abdominal ultrasonography for patients with abdominal pain as a first-line diagnostic imaging modality. Exp. Ther. Med. 2017, 13, 1932–1936. [Google Scholar] [CrossRef] [Green Version]
  11. Reddan, T. Statistical Modelling of Paediatric Appendix Ultrasonography and the Predictive Value of Secondary Sonographic Signs. Ph.D. Thesis, Queensland University of Technology, Brisbane, Australia, 2019. [Google Scholar]
  12. Estey, A.; Poonai, N.; Lim, R. Appendix not seen: The predictive value of secondary inflammatory sonographic signs. Pediatr. Emerg. Care 2013, 29, 435–439. [Google Scholar] [CrossRef]
  13. Ruseckaitė, V.; Dūdėnas, V. Ultrasonography Guidelines for Imaging Acute Appendicitis; Medicinos mokslai. Med. Sci. 2018, 6, 7. [Google Scholar]
  14. Zacharzewska-Gondek, A.; Szczurowska, A.; Guziński, M.; Sąsiadek, M.; Bladowska, J. How to ultrasound an appendicitis? In Proceedings of the European Congress of Radiology, Vienna, Austria, 27 February–3 March 2019.
  15. Wider, M.; Myint, Y.; Supriyanto, E. Comparison of histogram thresholding methods for ultrasound appendix image extraction. NAUN Int. J. Comput. 2011, 5, 542–549. [Google Scholar]
  16. Lam, J.; Pahl, C.; Abduljabbar, H.N.; Supriyanto, E. Measurement and analysis of the diameter of appendix based on ultrasound images. Int. J. Biosci. Biochem. Bioinform. 2014, 4, 130–136. [Google Scholar] [CrossRef] [Green Version]
  17. Tashfeen, S.H.; Abrar, A.; Tondra, T.T. Inflamed Appendix Detection from Laparoscopic Video Footage Using Edge Detection and Morphological Image Processing. Ph.D. Thesis, BRAC University, Dhaka, Bangladesh, 2017. [Google Scholar]
  18. Kim, K.B.; Song, D.H.; Lee, W.J. Flaw detection in ceramics using sigma fuzzy binarization and gaussian filtering method. Int. J. Multimed. Ubiquitous Eng. 2014, 9, 403–414. [Google Scholar] [CrossRef]
  19. Lee, H.J.; Song, D.H.; Kim, K.B. Effective computer-assisted automatic cervical vertebrae extraction with rehabilitative ultrasound imaging by using K-means clustering. Int. J. Electr. Comput. Eng. 2016, 6, 2810–2817. [Google Scholar]
  20. Park, J.; Song, D.H.; Nho, H.; Choi, H.M.; Kim, K.A.; Park, H.J.; Kim, K.B. Automatic segmentation of brachial artery based on fuzzy C-means pixel clustering from ultrasound images. Int. J. Electr. Comput. Eng. 2018, 8, 638–643. [Google Scholar] [CrossRef] [Green Version]
  21. Kim, K.B.; Song, D.H. Intelligent automatic extraction of canine cataract object with dynamic controlled fuzzy C-means based quantization. Int. J. Electr. Comput. Eng. 2018, 8, 666–672. [Google Scholar] [CrossRef]
  22. Kim, K.B.; Song, D.H.; Cho, J.H.; Kim, C.; Woo, Y.W. Detection and recognition of uterine cervical carcinoma cells in pap-smears using kapur method and morphological features. Inf. Int. Interdiscip. J. 2009, 12, 731–741. [Google Scholar]
  23. Park, S.I.; Park, H.J.; Kim, K.B. Appendix analysis from ultrasonography with cubic spline interpolation and K-means clustering. Int. J. Bio-Sci. Bio-Technol. 2015, 7, 1–10. [Google Scholar] [CrossRef]
  24. Kim, K.B.; Park, H.J.; Song, D.H.; Han, S.S. Developing an intelligent automatic appendix extraction method from ultrasonography based on fuzzy ART and image processing. Comput. Math. Methods Med. 2015, 2015, 389057. [Google Scholar] [CrossRef]
  25. Kim, K.B.; Song, D.H.; Park, H.J. Automatic Extraction of Appendix from Ultrasonography with Self-Organizing Map and Shape-Brightness Pattern Learning. BioMed Res. Int. 2016, 2016, 5206268. [Google Scholar] [CrossRef] [Green Version]
  26. Kim, K.B.; Park, H.J.; Song, D.H. Semi-dynamic Control of FCM Initialization for Automatic Extraction of Inflamed Appendix from Ultrasonography. Curr. Med. Imaging Rev. 2019, 15, 810. [Google Scholar] [CrossRef]
  27. Kim, K.B.; Song, Y.S.; Park, H.J.; Song, D.H.; Choi, B.K. A fuzzy C-means quantization based automatic extraction of rotator cuff tendon tears from ultrasound images. J. Intell. Fuzzy Syst. 2018, 35, 149–158. [Google Scholar] [CrossRef]
  28. Razavi, M.; Wang, L.; Gubern-Mérida, A.; Ivanovska, T.; Laue, H.; Karssemeijer, N.; Hahn, H.K. Towards accurate segmentation of fibroglandular tissue in breast MRI using fuzzy c-means and skin-folds removal. In Proceedings of the International Conference on Image Analysis and Processing, Genova, Italy, 7–11 September 2015; pp. 528–536. [Google Scholar]
  29. Hassan, M.; Chaudhry, A.; Khan, A.; Iftikhar, M.A. Robust information gain based fuzzy c-means clustering and classification of carotid artery ultrasound images. Comput. Methods Programs Biomed. 2014, 113, 593–609. [Google Scholar] [CrossRef]
  30. Hong, J.S.; Kaneko, T.; Sekiguchi, R.; Park, K.H. Automatic liver tumor detection from CT. IEICE Trans. Inf. Syst. 2001, 84, 741–748. [Google Scholar]
  31. Ceylan, R.; Ceylan, M.; Özbay, Y.; Kara, S. Fuzzy clustering complex-valued neural network to diagnose cirrhosis disease. Expert Syst. Appl. 2011, 38, 9744–9751. [Google Scholar] [CrossRef]
  32. Li, K.; Zhang, C.; Chen, Z.; Chen, Y. Development of a weighted fuzzy c-means clustering algorithm based on JADE. Int. J. Numer. Anal. Model. 2014, 5, 113–122. [Google Scholar]
  33. Fu, H.; Elmisery, A.M. A new feature weighted fuzzy c-means clustering algorithm. In Proceedings of the Multi Conference on Computer Science and Information Systems (MCCSIS 2009), Algarve, Portugal, 17–23 June 2009; pp. 11–18. Available online: http://www.iadisportal.org/digital-library/a-new-feature-weighted-fuzzy-c-means-clustering-algorithm (accessed on 1 March 2022).
  34. Wu, K.L.; Yang, M.S. Alternative c-means clustering algorithms. Pattern Recognit. 2002, 35, 2267–2278. [Google Scholar] [CrossRef]
  35. Siddiqui, F.U.; Isa, N.A.M.; Yahya, A. Outlier rejection fuzzy c-means (ORFCM) algorithm for image segmentation. Turk. J. Electr. Eng. Comput. Sci. 2013, 21, 1801–1819. [Google Scholar] [CrossRef]
  36. Kim, K.B.; Kim, G.H.; Song, D.H.; Park, H.J.; Kim, C.W. Automatic segmentation of liver/kidney area with double-layered fuzzy C-means and the utility of hepatorenal index for fatty liver severity classification. J. Intell. Fuzzy Syst. 2020, 39, 925–936. [Google Scholar] [CrossRef]
  37. Bezdek, J.C. Pattern Recognition with Fuzzy Objective Function Algorithms; Plenum Press: New York, NY, USA, 1981. [Google Scholar]
  38. Abderrezak, M.Z.; Chibane, M.B.; Mansour, K. A new segmentation method of cerebral MRI images based on the fuzzy c-means algorithm. Turk. J. Electr. Eng. Comput. Sci. 2017, 25, 3215–3226. [Google Scholar] [CrossRef]
  39. Mekhmoukh, A.; Mokrani, K. MR brain image segmentation using an improved kernel fuzzy local information c-means based wavelet, particle swarm optimization (PSO) initialization and outlier rejection with level set methods. Int. Arab. J. Inf. Technol 2018, 15, 683–692. [Google Scholar]
  40. Chowdhary, C.L.; Mittal, M.; Pattanaik, P.A.; Marszalek, Z. An efficient segmentation and classification system in medical images using intuitionist possibilistic fuzzy C-mean clustering and fuzzy SVM algorithm. Sensors 2020, 20, 3903. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Double-layered learning structure.
Figure 1. Double-layered learning structure.
Applsci 12 05753 g001
Figure 2. DORFCM flow chart.
Figure 2. DORFCM flow chart.
Applsci 12 05753 g002
Figure 3. Extraction of inflamed appendix by methods. (a) Input, (b) FCM, (c) DFCM, and (d) DORFCM.
Figure 3. Extraction of inflamed appendix by methods. (a) Input, (b) FCM, (c) DFCM, and (d) DORFCM.
Applsci 12 05753 g003
Figure 4. FCM failed to locate the right area. (a) Input, (b) FCM, (c) DFCM, and (d) DORFCM.
Figure 4. FCM failed to locate the right area. (a) Input, (b) FCM, (c) DFCM, and (d) DORFCM.
Applsci 12 05753 g004
Figure 5. Only DORFCM succeeds. (a) Input, (b) FCM, (c) DFCM, and (d) DORFCM.
Figure 5. Only DORFCM succeeds. (a) Input, (b) FCM, (c) DFCM, and (d) DORFCM.
Applsci 12 05753 g005
Figure 6. Comparison of DFCM, ORFCM, and DORFCM. (a) Input, (b) DFCM, (c) ORFCM, and (d) DORFCM.
Figure 6. Comparison of DFCM, ORFCM, and DORFCM. (a) Input, (b) DFCM, (c) ORFCM, and (d) DORFCM.
Applsci 12 05753 g006
Figure 7. Effect of double layered learning structure. (a) Input, (b) Layer-1 histogram, (c) ORFCM result, (d) Layer-2 histogram, and (e) DORFCM result.
Figure 7. Effect of double layered learning structure. (a) Input, (b) Layer-1 histogram, (c) ORFCM result, (d) Layer-2 histogram, and (e) DORFCM result.
Applsci 12 05753 g007
Table 1. Extraction rate of inflamed appendix.
Table 1. Extraction rate of inflamed appendix.
MethodSuccessful Images/Total Images
FCM83/100
ORFCM88/100
DFCM91/100
DORFCM98/100
Table 2. Outlier effect performance comparison (91 cases).
Table 2. Outlier effect performance comparison (91 cases).
AccuracyPrecisionRecall
DORFCM84.20%83.40%85.80%
DFCM80.80%80.90%80.20%
Table 3. Double layered learning effect comparison (88 cases).
Table 3. Double layered learning effect comparison (88 cases).
AccuracyPrecisionRecall
DORFCM84.82%83.78%86.04%
ORFCM81.23%78.56%80.53%
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Kim, K.B.; Song, D.H.; Park, H.J. Robust Automatic Segmentation of Inflamed Appendix from Ultrasonography with Double-Layered Outlier Rejection Fuzzy C-Means Clustering. Appl. Sci. 2022, 12, 5753. https://0-doi-org.brum.beds.ac.uk/10.3390/app12115753

AMA Style

Kim KB, Song DH, Park HJ. Robust Automatic Segmentation of Inflamed Appendix from Ultrasonography with Double-Layered Outlier Rejection Fuzzy C-Means Clustering. Applied Sciences. 2022; 12(11):5753. https://0-doi-org.brum.beds.ac.uk/10.3390/app12115753

Chicago/Turabian Style

Kim, Kwang Baek, Doo Heon Song, and Hyun Jun Park. 2022. "Robust Automatic Segmentation of Inflamed Appendix from Ultrasonography with Double-Layered Outlier Rejection Fuzzy C-Means Clustering" Applied Sciences 12, no. 11: 5753. https://0-doi-org.brum.beds.ac.uk/10.3390/app12115753

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