INT J COMPUT COMMUN, ISSN 1841-9836 8(2):196-205, April, 2013. A Fuzzy Rules-Based Segmentation Method for Medical Images Analysis H. Costin Hariton Costin 1. Faculty of Medical Bioengineering, Grigore T. Popa University of Medicine and Pharmacy, Iasi, Romania; M. Kogalniceanu Str., No. 9-13, 700454, Iasi, Romania; 2. Institute of Computer Science of Romanian Academy, Iasi Branch, Carol I Blvd., No. 11, 700506, Iasi E-mail: hcostin@gmail.com Abstract: Medical imaging mainly manages and processes missing, ambiguous, complementary, redundant and distorted data and information has a strong structural character. This paper reports a new (semi)automated and supervised method for the segmentation of brain structures using a rule-based fuzzy system. In the field of biomedical image analysis fuzzy logic acts as a unified framework for representing and processing both numerical and symbolic information, as well as structural information constituted mainly by spatial relationships. The developed application is for the segmentation of brain structures in CT (computer tomography) images. Promising results show the superiority of this knowledge-based approach over best traditional techniques in terms of segmentation errors. The quantitative assessment of this method is made by comparing manually and automatic segmented brain structures by using some indexes evaluating the accuracy of contour detection and spatial location. Though the proposed methodology has been implemented and successfully used for model- driven in medical imaging, it is general enough and may be applied to any imagistic object that can be expressed by expert knowledge and morphological images. Keywords: biomedical image processing, fuzzy systems, image segmentation, fuzzy rules. 1 Introduction Within the current clinical setting, medical image segmentation is a vital component of a large number of applications, such as to: (i) study anatomical structure; (ii) identify regions of interest, i.e. locate tumor, lesion and other abnormalities; (iii) measure tissue volume to assess growth or decrease in size of tumor; (iv) help in treatment planning prior to radiation therapy and in radiation dose calculation. Contour detection for segmentation still remains a challenging problem in medical imaging, for instance in radiotherapy treatment, where both CT and MR images can be employed. The former is needed to accurately compute the radiation dose, while the latter is usually better suited for accurate delineation of tumor tissue. Any contour delin- eation error above 10% is considered in clinical practice that may lead to an unacceptable risk to irradiate healthy tissues instead of diseased ones. This is the main raison of our approach - to deploy a (semi)automatic and more effective segmentation procedure for CT images, based on a strong paradigm in computational intelligence: fuzzy logic. Imprecision in medical image information may be due to several factors, ranging from the observed phenomenon to the algo- rithms’ precision. For instance, a soft transition between healthy and pathological tissues may make difficult to distinguish tumor margins from edematous normal brain. In this context, the theory of fuzzy sets is an interesting and useful tool, as it provides a good theoretical basis to represent imprecision of the information and it constitutes a unified framework for representing and processing both numerical and symbolic information, as well as structural information. Proceeding from the grounds of artificial intelligence, soft computing, Copyright c⃝ 2006-2013 by CCC Publications A Fuzzy Rules-Based Segmentation Method for Medical Images Analysis 197 and image processing, for instance from [4], [9], [11], [18], [19] a number of authors have used these techniques to aid in the analysis of medical images, e.g. in [1], [2], [3], [5], [6]- [8], [10], [12]- [13], [20]- [22]. Our new segmentation procedure is one of supervised-type, as it requires a model image of the analyzed structure. Moreover, the adding of domain knowledge about the characteristics of objects increases the segmentation accuracy. The created fuzzy system for this application uses a rule-based linguistic description of the objects belonging to the Region of Interest, that serves to pilot the system for the edge detection-based segmentation. At the entry of the system, for each input image a symbolic representation is determined. Then, fuzzy rules are applied. Among all points of interest (candidate points for contour detection) only those satisfying the rule set are kept for further analysis, by applying some criteria of decimation. These criteria include the spatial conformity with rules and the compactness between boundary points. At the exit, the system yields the position of contour points. 2 The used fuzzy system Figure 1 shows a block diagram of the used fuzzy system. It represents a supervised ap- proach that converges to the contour points of the object of interest. First, a knowledge base is established going from a reference (model) image for which the contour points are manually delineated (Figure 1(a)). The written fuzzy rules include the features of the known boundary, e.g. the transitions of the brightness for neighboring pixels of the contour points. Figure 1: The block diagram of the used fuzzy system 2.1 Knowledge base settlement Linguistic description of the image. Membership functions and fuzzification First, for gray level images the main parameter used for their description is the brightness. In fuzzy logic we have to consider brightness as a fuzzy variable, composed by different fuzzy classes: BLACK, DARK, GRAY, BRIGHT and WHITE. Thus, for a 256 gray level image one may write the fuzzy variable (BRIGHTNESS ; [0, 255] ; { BLACK, DARK, GRAY, BRIGHT, WHITE }). We have chosen for our study trapezoidal membership functions (µ) corresponding to BRIGHTNESS, and the fuzzification process is made according to these membership functions. Determination of a point position The position of points in a digital image may be represented using a system of polar co- ordinates (θ, r) as in Figure 2. The origin is chosen as the object center, C. The number of 198 H. Costin contour points forming the knowledge base is detected by counting the intersections between different sampling rays (αj) and the border of the (reference) object. Thus, a new fuzzy variable - POSITION - is derived from this graphical representation and it codifies the value of angle θ associated to a contour point, depending on the number of sampling rays used: (POSITION; [0, 360];{α1, α2, ..., αN}). (1) For N=36 the membership functions for fuzzy variable POSITION is shown in Figure 3. 2.2 Fuzzy rules - based knowledge base Fuzzy rules settlement The manually traced border of the reference object is obtained using computing the average gray level respectively within two moving (outer and inner) windows situated on the two sides of the contour point (shaded area in Figure 2). This technique yields a good noise reduction and is made for every direction αj. Thus, one establishes the existing relations between the average gray levels within the two windows and the value of angle θ. Through the fuzzification of the fuzzy variables BRIGHTNESS and POSITION the relations between these two variables are directly obtained. Then, IF...THEN fuzzy rules are derived, that show the N (N=35) relations between the two fuzzy variables. For each case when the membership value to a class αj is maximum (1) for POSITION, i.e. {1/αj}, a new fuzzy rule may be defined. For instance, some of these fuzzy rules might be: (1) IF the POSITION is {1/α1} THEN the transition of the BRIGHTNESS each side of the contour varies from {1/DARK} to {1/GRAY} ; ... (35) IF the POSITION is {1/α35} THEN the transition of the BRIGHTNESS each side of the contour varies from {0.9/DARK ; 0.1/GRAY} to {1/GRAY} . Fuzzy rules encoding The knowledge base uses the fuzzy rules encoding, i.e. their conversion into numerical values. Indeed, for a certain direction αj two numerical values are defined: the inner BRIGHTNESS, gint(αj), and the outer one, gext(αj): gint(αj) = 5∑ i=1 µi,int(αj)ci 5∑ i=1 µi,int(αj) ; gext(αj) = 5∑ i=1 µi,ext(αj)ci 5∑ i=1 µi,ext(αj) (2) where ci are the centers of the classes BRIGHTNESS, i.e. the median values of the gray levels of each class. The values µi,int(αj) represent the membership degrees for the i-class of BRIGHTNESS, for the direction j and the inner contour. A similar definition stands for µi,ext(αj). 3 The used fuzzy system at work The involved steps for supervised contour points detection are the image fuzzification, appli- cation of fuzzy rules, points aggregation, then applying decimation criteria, and the final stage represents the defuzzification. A Fuzzy Rules-Based Segmentation Method for Medical Images Analysis 199 Figure 2: The block diagram of the used fuzzy system Figure 3: The block diagram of the used fuzzy system 3.1 Obtaining fuzzy image According to our approach, when utilizing polar co-ordinates and representation from Figure 2, the angle values are fuzzified in classes αj by the fuzzy variable POSITION. As an example, for θ = 25 degrees, the membership function becomes µPOSITION (25) = {0.5/α3 ; 0.5/α4} (Figure 3). The set of points taken on N* directions constitutes the universe of discourse of a new fuzzy variable named PIXEL, whose elements are: pix(θj, ri) ∈ PIXEL, j = 1, ..., N∗, i = 1, ..., P ∗; pix(θj, ri) = [gint(θj, ri); gext(θj, ri)] (3) 3.2 Application of fuzzy rules and points aggregation The application of fuzzy rules on the point set of the variable PIXEL yields a measure of resemblance between input image data (to be analyzed) and the non-zero values encoded in the corresponding knowledge base. The measure of resemblance with the knowledge base uses rules encoded for every class αj, by the pair of brightness variation, e.g.: IF the POSITION is {1/α1} THEN the BRIGHTNESS is (50 ; 100) ; The variable RESEMBLANCE, based on the classes INNER and OUTER, measures the "degree of similitude" between the brightness values in input image and the fuzzy rules, for a certain direction αj. In this case the fuzzy rules are written in the following manner, in which the value of RESEMBLANCE appears: IF the POSITION is {1/α1} and the BRIGHTNESS is ( 50 ; 100 ) THEN one has a total RESEMBLANCE of { 1/INNER ; 1/OUTER } ; 200 H. Costin The membership degrees to the classes INNER and OUTER of the variable RESEMBLANCE are read by means of the correspondent membership functions in Figure 4, in which we obtain, e.g., µRESEMBLANCE(θ1, ri) = { 1/INNER ; 0.4/OUTER }. If the number N’ of the considered directions for establishing variable PIXEL differs from the N classes of the variable POSITION, then an interpolation of fuzzy rules is needed. A contour image pixel has high values of the membership degrees to the classes INNER and OUTER, that means the use of min operator in fuzzy logic. Let’s consider another class, GLOBAL, of the RESEMBLANCE series, resulting from the intersection between two membership degrees: µRESEMBLANCE(θj, ri) = {µINNER/INNER; µOUT ER/OUTER; min[µINNER; µOUT ER]/GLOBAL} (4) So, we may determine the CANDIDATE series, which is a subset of PIXEL series and rep- resents a support of the GLOBAL class. In this manner, the CANDIDATE series is defined by CANDIDATE = S(PIXEL) = {pix(θ, ri)/µglobal(θ, ri) > 0} (5) 3.3 Decimation criteria We have two decimation criteria in order to choose the right contour points: a spatial resem- blance criterion and a compactness criterion. They both allow to reduce the number of candidate pixels and these criteria measure the areas having a high pixel density and characterized by a high resemblance degree. The spatial resemblance criterion assesses for each candidate point, within an appropriate window, the average value of the matching to the image model. Denoting by µspatial this value, the region of interest is limited by the n directions situated on the two sides of the considered direction. On these directions we use p points surrounding the position ri . Thus, one obtains: µspatial(θj, ri) = ∑n u=−n ∑p v=−p µglobal(θj+u, ri+v) (2n + 1)(2p + 1) (6) Figure 4: Membership degree of the pixel (θ1, 1) to the PIXEL variable The pre-segmentation points are those pixels yielding a preliminary position of the contour, on N’ directions. These points must have high membership degrees µGLOBAL to the GLOBAL class and µspatial to the SPATIAL class. Thus, the pre-segmentation series contains those points having the maximal value of the combined two memberships: µpreseg(θj) = maxi[µspatial(θj, ri) ·µglobal(θj, ri)] (7) A Fuzzy Rules-Based Segmentation Method for Medical Images Analysis 201 Figure 5: Membership function of the fuzzy variable CONTOUR The compactness criterion also evaluates areas of pixels with the highest belief to be contour points. From the CANDIDATE points pix(θj, ri) matching very well the image model, this criterion chooses those pixels being very "close" to the pre-segmentation points θj. The distance, belonging to the [0, 1] interval, between the current point pix(θj, ri) and the pre-segmentation point pix(θj+u) of the θj+u direction, is computed according to the formula [1-d(θj+u; θj, ri)], considering n directions on both sides of the j direction. Thus, for each candidate point one computes the value µcompactness = ( n∑ u=−n [µglobal(θj, ri) ·µpreseg(θj+u) · [1−d(θj+u; θj, ri)]] ) /(2n + 1) (8) 3.4 Deffuzification process The last stage of segmentation is obtaining contour points through a deffuzification process, i.e. by translating fuzzy series into real numbers. The output data offer the position of the N’ contour points situated within a circular area of radius dθj from the considered centroide. The position of the edge pixels on a certain direction θj represents the median position of the points on that direction, weighted by a membership degree, µCONTOUR, associated to the CONTOUR output class (Figure 5). µCONTOUR normalizes the compactness degree canceling those points with small values of the compactness. The CONTOUR series keeps those pixels having the value µcompactness between an average compactness value, m(θj), obtained for p’ points of the CANDIDATE series on the direction θj, and the maximum value max(θj): m(θj) = ( p′∑ i=1 µcompactness(θj, ri) ) /p′ (9) The deffuzification stage yields the contour point dθj for each direction θ. The value dθj is obtained using a weighting of the position of the points p’ on that direction through their membership degree to the obtained contour. dθj = ( p′∑ i=1 µcontour(θj, ri) ) /p′ (10) 202 H. Costin 4 Application of this method of segmentation to the cerebral im- ages analysis We have used this method to segment some cerebral tomographic (CT) images with a gray- level resolution of 10 bits (Figure 6). The chosen reference image is shown in Figure 7. We used a geometric system composed by 32 directions for knowledge base construction. For each direction we used 50 points on which fuzzy rules act, so a total universe of discourse of 1600 points was considered (Figure 8). Also, we choose a (5 x 5) window for computing the average value of local gray levels. The number of pixels having a non-zero resemblance, representing CANDIDATE series, was 985 (Figure 9). For each point of this set one averages the resemblance value to the reference image, in order to keep on every 32 directions the points having the maximum spatial resemblance (Figure 10). In this way the pre-segmentation points have been obtained. The areas involved in computing this average value are formed by two opposite directions on each analyzed point and by 20 points per directions all around that point. The computation of compactness yields areas with high pixels density having contour characteristics. The deffuzification stage offers the median point of high compactness on each direction or a set of 32 points. The segmentation of cerebral ventricles is made by the interpolation of the 32 contour points, using a polynomial interpolating method [16], that yields contour tracing and is adapting properly to the anatomic pattern of the analyzed structure (Figures 11, 12). Figure 6: Input image Figure 7: Reference image Figure 8: Universe of discourse Figure 9: Candidate series Figure 10: Pre-segmentation points Figure 11: Interpolated points on in- put image The accuracy of this segmentation method is assessed by superposing the contours detected automatically and manually, by an expert, and compute the difference between them (Figure A Fuzzy Rules-Based Segmentation Method for Medical Images Analysis 203 Figure 12: Interpolated points only Figure 13: The difference between manually and automated traced points Figure 14: Contours of the two ventricles over input image 13). As objective parameters of the segmentation precision we have to compute two indexes: (1) the relative surface difference, ∆S, between the two contours ; (2) the average relative difference of ray length, ∆D, also between the contours. The first index represents the sum of the N elementary surfaces ∆si existing between the contours, normalized by the surface of the manually traced contour, Smanual : ∆S = ∑N i=1 |∆Si| Smanual (11) The second parameter is computed by using the length differences ∆di between the two contours, for a certain direction of analysis, normalized by the average ray length, Dimanual, of the manually traced contour, and averaged by the N considered directions: ∆D = 1 N N∑ i=1 |∆di| Dimanual (12) We have obtained the following average values of the two indexes: ∆Saverage = 5.6%, and ∆Daverage = 4.5%, on 12 tomographic (CT) images used in our experiment (Figure 14 is an example). These values act as a measure of the segmentation errors, and in general are low enough for further steps of image analysis (classification, 3D reconstruction, etc.). In order to compare our results with previous ones, obtained for the same image modality (CT), we used the Fuzzy c-Means (FCM) clustering algorithm [1], [15], that yet does not address the intensity inhomogeneity artifact. Also, we have applied other traditional approach - Otsu’s multithreshold segmentation method, as shown in [14] and [17]. As main software tool, Fuzzy Logic ToolboxTM of Matlabr and Simulinkr proove to be appropriate object-oriented programming environ- ments for our purposes. The computing time is not a critical parameter for this application of still images analysis. As shown, the proposed method doesn’t rely on iterative algorithms and it is susceptible to partial parallelization. In fact, after the training stage on a reference image, 204 H. Costin that implies computing of fuzzy rules, their encoding into a data base and an interpolation pro- cedure, the contour detection is achieved on each search direction. In this manner, the whole computation may be done almost in parallel in four main stages: image fuzzification, fuzzy rules application, decimation criteria calculus (after the end of the second stage), and defuzzification. Table 1. Segmentation errors for the image in Figure 6 Segmentation method Error (%) Otsu’s multithreshold method 12.2 Fuzzy C-means 9.4 Proposed method 5.6 5 Conclusions The application of fuzzy logic for biomedical image segmentation proved superior results in terms of segmentation errors, in comparison with other methods developed in [14], [15], [17], taking as reference the manually contour-based segmented version. A main advantage of our method is that knowledge is directly represented in the image space by means of fuzzy sets. The automatic detection of contour points is facilitated by using a data fusion approach by combining information brought by fuzzy rules (selected after a training process) with that coming from each used searched direction. Thus, the obtained average accuracy of 5,6% was found very good by the medical neuro-surgeon who helped us during experiments, even more as the recognized variability between different medical experts when manually contouring structures in brain images is at least 10%. Moreover, this adaptive technique proves to be robust, as it may approach with good results noisy images, for which the contour area may be not well delimited even for experts. In this case, the parameters characterizing contours must be expressed by average values taken on larger research areas. This is also a working manner for increasing the robustness of the main method. Another advantage of the method is that the computing time when implementing this non- iterative algorithm is kept at a low value and it is possible to be lowered by further parallelization. Acknowledgment The author would like to thank his colleagues, Prof. Ion Poeată, PhD, MD, and Lecturer Cristian Rotariu, PhD, for their help in providing him the brain CT images, manually segmen- tation, some software implementation and for results evaluation during experiments. Bibliography [1] Ahmed, M.N., et al (2002); A Modified Fuzzy C-means Algorithm for Bias Field Estimation and Segmentation of MRI Data, IEEE Trans. Medical Imaging, 21(3): 193-199. [2] Algorri, M.-E.; Flores-Mangas, F. ; Classification of Anatomical Structures in MR Brain Images using Fuzzy Parameters, IEEE Trans. Biomedical Eng., 51(9): 1599-1608, 2004. [3] Batenburg, K.J.; Sijbers, J.; Optimal Threshold Selection for Tomogram Segmentation by Projection Distance Minimization, IEEE Trans. Medical Imaging, 28(5): 676 - 686, 2009. [4] Bezdek, J.C. et al. ; Fuzzy Models and Algorithms for Pattern Recognition and Image Pro- cessing (The Handbook of Fuzzy Sets), Springer, Berlin, 2005. A Fuzzy Rules-Based Segmentation Method for Medical Images Analysis 205 [5] Boskovitz, V.; Guterman, H. ; An Adaptive Neuro-Fuzzy System for Automatic Image Seg- mentation and Edge Detection, IEEE Trans. Fuzzy Systems, 10(2): 247-262, 2002. [6] Brejl, M.; Sonka, M.; Object Localization and Border Detection Criteria Design in Edge- Based Image Segmentation. Automated Learning from Examples, IEEE Trans. Med. Imaging, 19: 973-985, 2000. [7] Costin, H. ; Biomedical Image Processing and Analysis via Artificial Intelligence and Infor- mation Fusion, in: Ichimura, T., Yoshida, K. (Eds.), Knowledge Based Intelligent Systems for Health Care, Advanced Knowledge Int. Publ. House, Australia, 121-160, 2004. [8] Costin, H.; Rotariu, C.; Medical Image Analysis and Representation using a Fuzzy and Rule- Based Hybrid Approach, Int J Comput Commun, 1(S):156-162, 2006. [9] Etienne, E.K.; Nachtegael, M. (Eds.); Fuzzy Techniques in Image Processing, Physica-Verlag, N.Y., 2000. [10] Farag, A.A.; El-Baz, A.S.; Gimel’farb, G.; Precise Segmentation of Multimodal Images, IEEE Trans. Image Processing, 15(4): 952-968, 2006. [11] Gonzales, R.C.; Woods, R.E.; Digital Image Processing, 2nd Ed., Prentice Hall, New Jersey, 2001. [12] Hung, W.-L.; Yang, M.-S.; Chen, D.-H.; Parameter Selection for Suppressed Fuzzy C-Means with an Application to MRI Segmentation, Pattern Recognition Letters, 27(5): 424-438, 2006. [13] Jimenez-Alaniz, J.R.; Medina-Banuelos, V.; Yanez-Suarez, O.; Data-Driven Brain MRI Segmentation Supported on Edge Confidence and A Priori Tissue Information, IEEE Trans. Medical Imaging, 25(1): 74-83, 2006. [14] Liao, P.-S.; Chen, T.-S.; Chung, P.-C.; A Fast Algorithm for Multilevel Thresholding, Jour- nal of Information Science and Engineering, 17: 713-727, 2001. [15] Ma, L.; Staunton, R.C.; A Modified Fuzzy C-Means Image Segmentation Algorithm for Use with Uneven Illumination Patterns, Pattern Recognition, 40(11): 3005-3011, 2007. [16] Moon, T.K.; More Mathematical Methods and Algorithms for Signal Processing, Utah State University, 2000. [17] Otsu, N.; A Threshold Selection Method from Gray-Level Histograms, IEEE Trans. SMC, 9(1): 62-66, 1979. [18] Rangayyan, R.M.; Biomedical Image Analysis, CRC Press, Boca Raton, FL, 2005. [19] Semmlow, J.L.; Biosignal and Biomedical Image Processing MATLAB-Based Applications, M. Dekker, 2004. [20] Sharma, N.; Aggarwal, J.M.; Automated Medical Image Segmentation Techniques, Journal of Medical Physics, 35(1): 3-14, 2010. [21] Tabakov, M.; A Fuzzy Segmentation Method for Computed Tomography Images, Int. J. Intellig. Inform. Database Syst. Technol. Appl., 1: 234-246, 2007. [22] Zhou, J.; Rajapakse, J.C.; Segmentation of Subcortical Brain Structures Using Fuzzy Tem- plates, Neuroimage, 28: 915-924, 2005.