Image segmentation of Dermatitis Images Using Differential Evolution

DOI : 10.17577/IJERTV1IS8696

Download Full-Text PDF Cite this Publication

Text Only Version

Image segmentation of Dermatitis Images Using Differential Evolution

P.N.Varalakshmi.K D. Uma Devi Computer Science Department Computer Science Department

Guntur, Andhra Pradesh, India Guntur, Andhra Pradesh, India

Abstract Color-based region segmentation of skin lesions is one of the key steps for correctly collecting statistics that can help clinicians in their diagnosis. This study describes the use of differential evolution algorithm for segmentation of dermatitis that is formed on the skin. The abilities of differential evolution optimization algorithm is easiness, simple operations using, effectiveness and converging to global optimum reflected to dermatitis image segmentation by using differential evolution algorithm in image segmentation. The system does not have the disadvantages of classical systems such as K-means clustering algorithm and the results obtained from different dermatitis images have been discussed.

Keywords Differential evolution, image segmentation, dermatitis

  1. INTRODUCTION

    The appearance of the dermatitis has important clues that can help with the diagnosis, determination of severity, and the prognosis for healing. Image analysis tools are spreading in dermatology since the introduction of dermoscopy (epiluminescence microscopy), in the effort of algorithmically reproducing clinical evaluations.

    Dermatitis is a general term that describes an inflammation of the skin. There are different types of dermatitis, including seborrheic dermatitis and atopic dermatitis (eczema). Although the disorder can have many causes and occur in many forms, it usually involves swollen, reddened and itchy skin and skin lesions and sometimes oozing and scarring. A sample dermatitis image caused by Seborrheic keratoses is given in Figure 1. Normal practice of dermatitis care includes weekly check-up of a patient at which an image is acquired. A clinician draws a contour around the dermatitis and assesses its size by comparing contours in subsequent images. This is a time consuming and subjective work. Digital image processing of dermatitis may provide a technique that is objective, reliable and reproducible, compared with what the human eye sees.

    In this paper automatic segmentation of dermatitis images by differential evolution algorithm is presented. The rest of the paper is organized as follows: An overview of image segmentation is given in Section 2. Differential Evolution(DE) algorithm and the DE based image segmentation is presented

    in Section 3. Section 4 presents experimental results. Section 5 concludes the paper and outlines future research.

    .

    Figure 1: Dermatitis Image

  2. IMAGE SEGMENTATION

    Image clustering is the process of identifying groups of similar image primitives [1]. These image primitives can be pixels, regions, line elements and so on, depending on the problem encountered. Many basic image processing techniques such as quantization, segmentation and coarsening can be viewed as different instances of the clustering problem [1]. Some of them partitions the data set into a specified number of clusters. These algorithms try to minimize certain criteria (e.g. a square error function); therefore, they can be treated as an optimization problem [2].

    Partitioning of an image into several constituent components is called segmentation. Image segmentation [3,4] plays an important role in scene analysis and image understanding. Many techniques, which have been proposed in this area, can be coarsely classified into the following categories:

    Histogram based segmentation [5,6],

    Neighborhood based segmentation [7,8,9,10], Surface Fitting based segmentation [11].

    The focus of this paper is on the unsupervised approach based on Differential Evolution. The aim of using DE for clustering is to overcome the problems of classical algorithms such as K-means. K-means suffers from the following problems:

    The algorithm is data dependent.

    The algorithm depends on the initial conditions which may cause the algorithm to converge to suboptimal solutions.

    The algorithm is unable to handle the outliers.

  3. DIFFERENTIAL EVOLUTION ALGORITHM

    Differential evolution (DE) [12] is a population-based search strategy very similar to standard evolutionary algorithms. The main difference is in the reproduction step where offspring is created from three parents using an arithmetic cross-over operator. DE is defined for floating point representations of individuals. Differential evolution does not make use of a mutation operator that depends on some probability distribution function, but introduces a new arithmetic operator which depends on the differences between randomly selected pairs of individuals.

    For each parent, xi(t), of generation t, an offspring, x'i(t), is created in the following way: Randomly select three individuals from the current population, namely xi1(t), xi2(t) and xi3(t) with i1 i2 i3 i and il,i2,i3~ U(1,…, s), where s is the population size. Select a random number r ~ U(1,…..,Nd), where Nd is the number of genes (parameters) of a single chromosome. Then, for all parameters j = 1, Nd , if

    U(0,1)< Pr U(0, 1)< Pr, or if j=r j=r, let

    X'ij(t)=xi3,j(t)+ (xi1,j(t)-xi2,j(t))

    Otherwise , let

    x'ij(t)=xi,j(t)

    In the above, Pr is the probability of reproduction (with Pr (0,1) ), is a scaling factor with (0,), and x'i,j(t) and xi,j(t) indicate respectively the j-th parameter of the offspring and the parent.

    Thus, each offspring consists of a linear combination of three randomly chosen individuals when U(0,1)< Pr; otherwise the offspring inherits directly from the parent. Even when Pr=0, at least one of the parameters of the offspring will differ from the parent (forced by the condition j=r).

    The mutation process above requires that the population

    consists of more than three individuals. After completion of the mutation process, the next step is to select the new generation. For each parent of the current population, the parent is replaced with its offspring if the fitness of the offspring is better; otherwise the parent is carried over to the next generation.

    DE is easy to implement, requires little parameter tunning [13], can find the global optimum regardless of the initial parameter values and exhibits fast convergence [14].

    DE- BASED CLUSTERING ALGORITHM

    The steps of Differential Evolution Algorithm for image segmentation are given below:

    Step 1: Randomly create a population where the values where offspring is created from three parents using an of the individuals are equal to class centers.

    Step 2: Assign the pixels to the class of nearest center. For quality measurement calculate the distance between the class center and each individual.

    Step 3: Generate an offspring from 3 different randomly selected parents.

    Step 4: Compare the performance- of- the- offspring vector-and-its-parent ,-select-the-better-one.

    Step 5: Repeat from step 2 until termination criteria (generation number or acceptable error) are met.

    In this paper inverse of Euclidian distance given in Formula below is used for measuring the quality.

    An advantage of using DE is that a parallel search for an optimal clustering is performed. This population-based search approach reduces the effect of the initial conditions, compared to K-means, especially for relatively large population sizes.

    .

  4. EXPERIMENTAL RESULTS

    For evaluating the performance of the system, 3 different dermatitis images were used. Dermaitis on patients were photographed at approximately 10cm away from the dermatitis site using a digital video camera. For the differential evolution algorithm in all cases 8 individuals were trained for several iterations. According to [15] is in the range of 0.5-1 and Pr was set to 0.8. After several attempts the best results were achieved when the is 0.5. 3 classes are needed for segmenting the dermatitis from the skin. Figure 2 demonstrates a sample dermatitis image and Figure 3 demonstrates the result of segmentation by using differential evolution algorithm.

    (a) (b) (c)

    Figure: (a)Input image,(b)Differential Evolution Segmented Dermatitis Image ,(c) Enhanced Dermatitis Image

  5. CONCLUSION AND FUTURE WORK

This paper presents a clustering approach using DE. The DE clustering algorithm has as objective to simultaneously minimize the quantization error and intra-cluster distances. The future work will study a modified DE that cares the pixel neighborhood relations. The experimental results suggest that the proposed approach is flexible and is able to generate an acceptable segmentation result automatically. However it can not produce a dermatitis contour which is as fine as manual one drawn by clinician. The aim of future research will be aimed for these processing methods: DE segmentation and contour detection.

.

2, pp. 1019-1022, Karlsruhe, West Germany, August 8-12,

1983.

  1. Derin, H. and Elliott, H., "Modeling and Segmentation of Noisy and Textured Images Using Gibbs Random Fields," IEEE Trans. on PAMI, Vol. 9, No. 1, pp. 39-55, January, 1987.

  2. Dubes, R. C., Jain, A. K., Nadabar, S. G., and Chen, C. C., "MRF Model-Based Algorithms for Image Segmentation," In: Proceedings of the 10th ICPR Vol. 1, pp. 808-814, Atlantic City, NJ, USA, June 16-21, 1990.

  3. Huang, C. L., Cheng, T. Y., and Chen, C. C., "Color Images' Segmentation Using Scale Space Filter and Markov Random Field," Pattern Recognition, Vol. 25, No. 10, pp. 1217-1229, October, 1992.

  4. Liu, J. and Yang, Y. H., "Multiresolution Color Image Segmentation," IEEE Trans. on PAMI, Vol. 16, No. 7, pp. 689- 700, July, 1994.

  5. Besl, P. J. and Jain, R. C., "Segmentation Through Variable- Order Surface Fitting," IEEE Trans. on PAMI, Vol. 10, No. 2, pp. 167-192, March, 1988.

  6. Storn, R.. and Kenneth, P. P, "Differential Evolution – a Simple and Efficient Adaptive Scheme for Global Optimization over Continuous Spaces", Technical Report TR-95-012, ICSI, 1995.

  7. Paterlini, S. and Krink, T., "High Performance Clustering with Differential Evolution", Congress on Evolutionary Computation (CEC2004) 2, 2004-2011 (2004).

  8. Karaboga, D. and Okdem, S., "A Simple and Global Optimization Algorithm for Engineering Problems: Differential Evolution Algorithm", Turk Journal of Electrical Engineering 12 [1], 53-60 (2004).

  9. Differential evolution homepage, http://www.icsi.berkeley.edu/-storn/code.html

REFERENCES

  1. J. Puzicha, T. Hofmann and J. M. Buhmann, "Histogram Clustering for Unsupervised Image Segmentation", IEEE Proceedings of the Computer Vision and Pattern Recognition 2, 602-608 (2000).

  2. Omran, M.G.H., Engelbrecht, A.P. , Salman, A. ," Differential evolution methods for unsupervised image classification", The 2005 IEEE Congress on Evolutionary Computation, 2-5 September 2005

  3. Haralick, R. M. and Shapiro, L. G., "Image Segmentation Techniques,"

    CVGIP, Vol. 29, No. 1, pp. 100-132, January,1985.

  4. Pal, N. R. and Pal, S. K., "A Review on Image Segmentation Techniques," Pattern Recognition, Vol. 26, No. 9, pp. 1277- 1294, September, 1993.

  5. Park, S. H., Yun, I. D., and Lee, S. U., "Color Image Segmentation Based on 3-D Clustering," Pattern Recognition, Vol. 31, No. 8, pp. 1061-1076, August, 1998.

  6. Witkin, A. P., "Scale-Space Filtering," In: Proceedings of the 8th International Joint Conference on Artificial Intelligence Vol.

Biography

P.N.Varalakshmi.K Completed B.E(IT) in Avinashilingam College of Engineering and Technology, Coimbatore, Tamil Nadu. Later she is Pursuing M.Tech (CSE) from Sri Mittapalli College of Engineering , Affiliated to JNTU, Kakinada. Her Interested areas includes Bio-Technology, Image processing.

D. Uma Devi received her B.Tech degree in Computer Science from GITAM, Andhra

University, Vishakapatnam, M.Tech degree in Computer Science from Andhra University,Vishakapatnam.

Currently, she is working as a Associate Professor CSE Department in Sri Mittapalli College of Engineering, Tummalapalem, Guntur. She has got 12 years of teaching experience. She has published 2 papers in international journals.

Leave a Reply