SlideShare a Scribd company logo
1 of 10
Download to read offline
International Journal of Electrical and Computer Engineering (IJECE)
Vol.8, No.6, December2018, pp. 5061~5070
ISSN: 2088-8708, DOI: 10.11591/ijece.v8i6.pp5061-5070 ๏ฒ 5061
Journal homepage: http://iaescore.com/journals/index.php/IJECE
Optimization Based Liver Contour Extraction of Abdominal
CT Images
Jayanthi Muthuswamy1
, B. Kanmani2
1
Department of Electronics and Communication Engineering, BMS College of Engineering, India
2
Department of Telecommunication, BMS College of Engineering, India
Article Info ABSTRACT
Article history:
Received Mar 5, 2018
Revised Jul 15, 2018
Accepted Jul 22, 2018
This paper introduces computer aided analysis system for diagnosis of liver
abnormality in abdominal CT images. Segmenting the liver and visualizing
the region of interest is a most challenging task in the field of cancer
imaging, due to small observable changes between healthy and unhealthy
liver. In this paper, hybrid approach for automatic extraction of liver contour
is proposed. To obtain optimal threshold, the proposed work integrates
segmentation method with optimization technique in order to provide better
accuracy. This method uses bilateral filter for preprocessing and Fuzzy C
means clustering (FCM) for segmentation. Mean Grey Wolf Optimization
technique (mGWO) has been used to get the optimal threshold. This
threshold is used for segmenting the region of interest. From the segmented
output, largest connected region is identified using Label Connected
Component (LCC) algorithm. The effectiveness of proposed method is
quantitatively evaluated by comparing with ground truth obtained from
radiologists. The performance criteria like dice coefficient, true positive error
and misclassification rate are taken for evaluation.
Keyword:
Bilateral filter
Fuzzy C means
Label Connected Component
Optimization
Preprocessing
Copyright ยฉ 2018Institute of Advanced Engineering and Science.
All rights reserved.
Corresponding Author:
Jayanthi Muthuswamy,
Research Scholar,
Department of Electronics and Communication Engineering,
BMS College of Engineering, Bangalore, India.
Email: jayanthi.sathishkumar@live.com
1. INTRODUCTION
Liver is the largest and most important organ for survival. It is one and a half kg organ and located
in the upper right quadrant of the abdominal cavity [1]. The liver performs important functions like filter the
blood, process the fats and to metabolize and store carbohydrates. It is also prone to several distinct types of
liver ailments. Liver diseases have different colors such as blue indicate cyst, yellow indicate fatty liver,
brown is fibrosis etc. Different imaging techniques like ultrasound, computed Tomography Imaging,
Magnetic resonance imaging, positrons emission tomography etc are available for diagnosis of liver
diseases [2].
Among these, CT scan is a well known non-invasive imaging modalities and it is more preferred by
diagnosticians since they have high signal to noise ratio, good spatial resolution, patient friendly protocols,
less cost and less examination time. It also provides more accurate anatomical information about the
visualized structure. Manual segmentation of liver is tedious and time consuming task for radiologists [3].
Automatic segmentation is more troublesome because of low contrast, multiple slices of CT image and
similar intensity of both the liver and tumor. Thus, there is a need for Computer aided analysis system to
diagnose the liver abnormality from the huge amount of medical data.
The main goal of computer aided analysis system is to provide computer output, as a second opinion
to assist physician in the detection of abnormalities and to improve the segmentation accuracy. This system
๏ฒ ISSN:2088-8708
Int J Elec & Comp Eng, Vol. 8, No. 6, December 2018 : 5061 - 5070
5062
also reduces the image reading time. This system has various phases: Data acquisition, preprocessing,
combined segmentation and optimization algorithm and post processing. Clustering is one of the most
popular segmentation techniques used to organize the objects into groups. The Fuzzy C-Means algorithm is a
clustering algorithm where each item may belong to more than one group (hence the word `fuzzy'), where the
degree of membership for each item is given by a probability distribution of the clusters.
However, it suffers from the possibility of falling into local minima. To overcome this drawback,
the FCM algorithm is combined with another soft computing algorithm. Grey wolf optimization technique is
a new meta-heuristic optimization algorithm based on the social hierarchy and hunting behavior of grey
wolves and it is used to search and hunt a prey (solution) [4]. This technique is used to optimize the cluster
center in order to find the optimal threshold. This technique is used in the proposed work. The rest of this
paper is organized as follows: Section 2 gives a detail description of the proposed method. Section 3 presents
experimental results and performance analysis. Section 4 provides the conclusions and future scope.
Liver segmentation still remains an open challenge problem for researchers. Many researchers have
developed different methods and techniques to extract the liver and tumor from the abdominal CT images
over the recent years. And number of researches has been carried out on soft computing based optimization
methods. This literature survey has been done on three phases: preprocessing, segmentation and optimization.
The existing methods used for the extraction of liver contour are discussed in this section.
In Russo and Sonali author presented linear filtering method to remove Gaussian noises in a CT
images. The main drawback in their work is blurring problem [5, 6]. To overcome this, Chaux et al have
developed nonlinear filter [7]. This filter not only removes the blurring effect and also preserves the edge
information; thereby improve the effectiveness of non-linear filter. Proposed bilateral filter to preserve the
edges and image smoothening using nonlinear combination of image pixels [8]. Therefore, it can be seen that
noisy CT image will degrade the quality of an image so preprocessing is essential in computer aided analysis
system.
In S. Gunasundari and M. Suganya author has reviewed comparative study of liver segmentation
methods to extract the liver contour and also discussed the limitation of various methods [9]. K Mala et al
have proposed adaptive threshold based morphological processing for liver segmentation [10]. M Jayanthi et
al have proposed an approach for extracting the liver and tumor from abdominal CT images and used for
computer aided diagnosis [11]. The authorshave used seeded region growing method and focused on limited
amount of sample image and performance measures not evaluated in their work. SS Kumar et al have
developed a CAD system for segmenting the liver and tumor extraction [12].
Ahmed Fouad Ali et al have presented a novel approach based on nature inspired optimization
algorithms and highlighted the problem present in the CT liver segmentation [13]. The authors have
explained how the nature inspired algorithms can be applied to solve the segmentation problem. Gehed
Ismail et al have presented a Computer aided diagnosis system for abdominal CT images [14]. The authors
have proposed a hybrid method to reduce the false positive error rate. In Mittal N et al the authors have
extended a modified mean grey wolf optimization approach for biomedical problems and the performance
was compared with other meta-heuristic optimization algorithms [15].
Therefore, it can be seen that there are different methods to extract the liver contour. Some of the
methods discussed in the literature survey used prior knowledge of region of interest and a single
segmentation method for segmenting the liver contour from abdominal CT images. Sometimes, these
methods might create fake segmentation error. In Edy Fradinata et al and Ratna Nit in Patil et al the authors
have explained the importance of optimization and evaluation of classification algorithms [16, 17]. The next
section discusses about the limitation of existing methods and also explains how the proposed method is used
for liver segmentation in computer aided analysis system.
1.1. Research Problem
The significance of liver segmentation problems are as follows
a. Automatic segmentation of liver is a difficult task due to the overlapping of region of liver with adjacent
organs and the intensity of liver is same as that of other organs.
b. Existing methods used pixel-based distribution for finding the liver contour.
c. Most of the researcher focused on single segmentation method, but this method incapable to solve the
complex problem like liver shape variation among the patients.
d. Machine learning based liver segmentation method finds laboriously to calculate optimal threshold.
So the proposed work integrates machine learning with optimization method to improve the efficacy
of segmentation results and also provide the optimal solution of finding the cluster centers. Therefore, the
problem statement of the proposed work can be stated as โ€œTo develop a precise segmentation method that
incorporate FCM with bio inspired optimization method for the extraction of liver contour from the
abdominal CT imagesโ€.
Int J Elec& Comp Eng ISSN: 2088-8708 ๏ฒ
Optimization Based Liver Contour Extraction of Abdominal CT Images (Jayanthi Muthuswamy)
5063
1.2. Proposed Solution
The proposed solution is an extension of our hybrid method towards liver diagnosis problem [18].
We highlighted the importance of hybrid techniques for the extraction of liver contour. Therefore, in this
proposed solution, we emphasize bio inspired optimization method in order to find the optimal threshold that
can be used by radiologists for the extraction of liver contour is discussed. The proposed system has various
phases to obtain the region of interest. Figure 1 shows the various phases involved in the proposed system.
Figure 1. Block diagram of the proposed system
2. PROPOSED METHOD IMPLEMENTATION
The various steps involved in the extraction of liver contour are discussed in this section. The
primary step in computer aided analysis system is a collection of image database for abdominal CT images.
Then, preprocessing filter is discussed in order to improve the quality of an image. Followed by this, FCM
based optimization and label connected algorithms are explained to get the liver contour of abdominal CT
images. The various phases in the proposed method are clearly explained in the accompanying passage.
2.1. Abdominal CT Image
Computed Tomography scan combines series of X-ray images that are taken from different angles,
and uses computer processing to produce cross sectional images of the human body. It provides the detail
information of the internal organs and also helps radiologists to diagnose the diseases. For a patient, more
than 150 slices of CT image are obtained. A suitable selection of CT Image is essential. Middle slice is
preferable and gives more detailed information. Both real time database and simulated database are used in
the proposed work. Our database is a collection of various images of CT abdominal organs which include
normal, fatty and over extended liver with tumor.
2.2. Bilateral Filter
In order to improve the quality of a CT image, preprocessing is essential. Bilateral filter is used as
preprocessing filter. It is non-linear, non-iterative, edge preserving smoothing filter developed by Tomasi
[19]. The main noise in the CT image is Gaussian noise. Bilateral filter is obtained by the combination of
weighted function of two Gaussian filters: partial domain and intensity domain. The intensity value of each
pixel is replaced by weighted average. Let G is an image. Then Gp is the value of the image G at pixel
position u. Bf (G) is the output of bilateral filter applied to an Image G
Spatial distance is calculated as
๐‘  ๐‘๐‘‘(๐‘ข, ๐‘ฃ) = ๐‘’โˆ’||๐‘ขโˆ’๐‘ฃ||2
/2๐œŽ๐‘ ๐‘‘
2
(1)
intensity difference is calculated as
๐ผ๐‘–๐‘‘(๐‘, ๐‘ž) = ๐‘’โˆ’|๐‘ˆ(๐‘ข)โˆ’๐‘ˆ(๐‘ฃ)|2
/2๐œŽ๐‘–๐‘‘
2
(2)
guassian kernel coefficient are ฯƒsd and ฯƒid which controls spatial distance and intensity difference. These
coeffieients are directly proportional to image size and edge amplitude and these are mainly used to control
the weights in spatial and intensity domain. At pixel p
Acquisition phase
(Abdominal CT
image)
Preprocessing phase
(Bilateral filtering)
Segmentation and
Optimizationphase
(FCM + mGWO)
Postprocessing Phase
(LCC+
Morphologicalfilling)
Segmented Liver
Liver volume
calculation
๏ฒ ISSN:2088-8708
Int J Elec & Comp Eng, Vol. 8, No. 6, December 2018 : 5061 - 5070
5064
๐ต๐‘–๐‘“(๐‘) =
1
๐ถ
โˆ‘ ๐ต๐‘–๐‘“(๐‘ž)๐‘  ๐‘๐‘‘๐‘žโˆˆ๐›พ(๐‘) (๐‘, ๐‘ž)๐ผ๐‘–๐‘‘(๐‘, ๐‘ž) (3)
where C is a normalization factor ๐‘ = โˆ‘ ๐‘† ๐‘๐‘‘(๐‘ข, ๐‘ฃ) ๐ผ๐‘–๐‘‘(๐‘ข, ๐‘ฃ) and ๐›พ(๐‘) shows the spatial neighborhood of
Bif(p). Each pixel is replaced by the weighted average of nearby pixels in spatial neighborhood.
Shows the spatial neighborhood of Bf(p). The pseudo code of bilateral filter is shown in Table 1.
Table 1. Pseudo Code for Bilateral filter
Input: CT Image ; Output: Preprocessed image
1. DICOM image is converted to JPEG using acculite software.
2. Convert that CT image to grey scale image.
3. Define the bilateral filter parameter w, ฯƒsd and ฯƒid
4. For all the pixel, do the following steps 5,6,7
5. Calculate the spatial distance using the equation 1
6. Calculate the intensity difference using the equation 2
7. Apply the filtering values on CT grey scale image using the equation 3.
8. Get the resultant pre processed image.
2.3. Fuzzy C Means Algorithm
FCM [20] based objective function is a most popular iterative clustering algorithm that allows the
most precise formulation of the clustering criteria. The basic concept is to find optimal cluster center that
minimize objective function. The basic concept is to partition a data set DX={DX1,DX2โ€ฆ.DXM} into โ€˜Cโ€™
number of clusters. First step in FCM is to calculate the degree of membership function. For a given data
point DXi, the degree of its membership to cluster j is calculated as follows;
๐‘ˆ๐‘€๐‘–๐‘— =
1
โˆ‘ (
โ€–๐ท๐‘‹ ๐‘–โˆ’๐ถ ๐‘—โ€–
โ€–๐ท๐‘‹ ๐‘–โˆ’๐ถ ๐พโ€–
)
2
๐‘šโˆ’1
๐ถ
๐พ=1
(4)
where m is a fuzziness coefficient, value of i ranges from 1 to M and j varies from 1 to C. Then calculate
cluster centroid based on weighted average using equation
๐ถ๐‘— =
โˆ‘ ๐‘ˆ๐‘€๐‘–๐‘—
๐‘š
๐ท๐‘‹ ๐‘–
๐‘€
๐‘–=1
โˆ‘ ๐‘ˆ๐‘€๐‘–๐‘—
๐‘š๐‘€
๐‘–=1
(5)
next, calculate Euclidean distance between cluster vectors to the data point using the formula
๐ธ๐‘ข๐‘_๐ท = |๐ท๐‘‹๐‘– โˆ’ ๐ถ๐‘—|
2
(6)
this distance finds the closeness of each data point to the cluster vector Cj. For every iteration of FCM
algorithm, the following objective point is minimized.
๐‘‚๐‘๐ฝ ๐‘š = โˆ‘ โˆ‘ ๐‘ˆ๐‘–๐‘—|๐ท๐‘‹๐‘– โˆ’ ๐ถ๐‘—|
2๐ถ
๐‘—=1
๐‘€
๐‘–=1 (7)
if (ObJm-ObJm-1)<= ฮต is satisfied, following iteration is terminated. The value of ฮต ranges from 0 to 1.
2.4. Grey Wolf Optimization
Mirijali et al proposed a new heuristic optimization algorithm. This algorithm mimics social
hierarchy and hunting behavior of grey wolves in nature [21]. The advantage of grey wolf is simple, easily be
programmed and does not need specific input parameters. Generally, Grey wolves live in a group (pack),
each group has an average member of 5-10. All the members in the group have a own power of dominant
hierarchy as shown in Figure 2(a). Four types of grey wolves alpha (ฮฑ), beta (ฮฒ), delta (ฮด), and omega (ฯ‰) are
worked for simulating the leadership hierarchy. This is used to search and hunt the prey (solution) and the
leadership priority level to plan the hunting are ฮฑ, ฮฒ , ฮด and ฯ‰ respectively. The wolves omega ฯ‰, and are
responsible for guiding the search (hunting), while other wolves follow. Three steps of the hunting behavior
are encircling, hunting and attacking the prey.
Int J Elec& Comp Eng ISSN: 2088-8708 ๏ฒ
Optimization Based Liver Contour Extraction of Abdominal CT Images (Jayanthi Muthuswamy)
5065
Encircling the prey
When the grey wolves start hunting, they encircle prey. The encircling behavior is presented as a
mathematical model and given as
๐ท = |๐ถ. ๐‘‹ ๐‘๐‘Ÿ๐‘’(๐‘ก) โˆ’ ๐‘‹๐‘”๐‘(๐‘ก)| (8)
๐‘›๐‘‹(๐‘ก + 1) = ๐‘‹ ๐‘๐‘Ÿ๐‘’(๐‘ก) โˆ’ ๐ด. ๐ท (9)
๐ด = 2๐‘Ž๐‘Ÿ1 โˆ’ ๐‘Ž (10)
๐ถ = 2๐‘Ÿ2 (11)
Where t is a current iteration, Xpre is a prey position vector ,Xgp is the grey wolf vector position and A,C are
the coefficient vector. Random vector is r1 and r2, the values in the range of [0,1].
The alpha guides the hunting process and beta and delta might have a part in hunting. The updating position
of grey wolves is shown in Figure 2(b). The location of prey position is expected to come from the alpha,
beta, and deltawolves q and given by the following equation
๐ท ๐›ผ๐‘› = |๐ถ1. ๐‘‹ ๐›ผ(๐‘ก) โˆ’ ๐‘‹๐‘”๐‘(๐‘ก)| (12)
๐ท๐›ฝ๐‘› = |๐ถ2. ๐‘‹ ๐›ฝ(๐‘ก) โˆ’ ๐‘‹๐‘”๐‘(๐‘ก)| (13)
๐ท ๐›ฟ๐‘› = |๐ถ3. ๐‘‹ ๐›ฟ(๐‘ก) โˆ’ ๐‘‹๐‘”๐‘(๐‘ก)| (14)
๐‘‹1๐‘“ = ๐‘‹ ๐›ผ(๐‘ก) โˆ’ ๐ด1 ๐ท ๐›ผ๐‘› (15)
๐‘‹2๐‘“ = ๐‘‹ ๐›ฝ(๐‘ก) โˆ’ ๐ด2 ๐ท๐›ฝ๐‘› (16)
๐‘‹3๐‘“ = ๐‘‹ ๐›ฟ(๐‘ก) โˆ’ ๐ด3 ๐ท๐›ฟ๐‘› (17)
๐‘‹(๐‘ก + 1) =
๐‘‹1๐‘“+๐‘‹2๐‘“+๐‘‹3๐‘“
3
(18)
Attacking
When the prey stops moving, the grey wolves end the hunting process. This process is
mathematically expressed by decreasing a from 2 to 0. If |Av| < 1, wolves move towards the prey for
attacking. The pictorial representation of grey wolves updating position is shown in Figure 2(b).
Figure 2(a). Social hierarchy of wolves [22] Figure 2(b). Position updating of grey wolf [22]
in m-GWO optimization algorithm, mean is taken into consideration. This algorithm is used to find the
optimal threshold values in order to improve the clustering results produced by FCM. The Psuedo code for
m-GWO optimization Algorithm is shown in Table 2.
๏ฒ ISSN:2088-8708
Int J Elec & Comp Eng, Vol. 8, No. 6, December 2018 : 5061 - 5070
5066
Table 2. m-GWO algorithm pseudo code
1. Read the enhanced bilateral filter output.
2. Get cluster center Cj where j=1,2,โ€ฆnum_of_cluster using equation 4.
3. Initialise m-GWO parameters โ€“ search agents, dimension, maximum iteration , lower and upper search boundary.
4. Generate wolves position Pi randomly on size of the pack.
5. Assign Pj=Cj that is jth pack of ith wolves is Cj.
6. Initialize alpha, beta , delta.
7. Initialize wolves positions Pฮฑ, Pฮฒ, Pฮด
8. Set l=0(iteration)
9. While l<max_it do
10. for each search agent do
11. Calculate the fitness of each search agent.
12. Upadate current search agent position based on fitness.
13. End for
14. Update Pฮฑ, Pฮฒ, Pฮดusing equation 9-15 (by inserting mean before X)
15. Set l=l+1
16. End while
17. Use the best solution to generate the partition matrix Uij .And generate the final cluster with the partition matrix.
2.5. Label Connected Algorithm
The algorithm has two modules: (i) Labeling of connected components (ii) Search for the largest
component [23]. For the output of label connected component, apply morphological opening filter is used to
fill the holes. The superposition of the contour on the original image allows us to deduct the region of the
liver. To obtain the liver region, liver mask is multiplied with original image.
3. RESULTS AND ANALYSIS
The proposed approach is analyzed, applied and tested on abdominal CT image dataset [24]. In this
work, 20 Images is taken for analysis. All images are axial images. The proposed works are carried out on
Pentium processor and implemented in MATLAB 9. The parameter setting of bilateral filter and m-GWO is
shown in Table 3.
Table 3. Parameter setting
Term Description Values
w Window size 5
ฯƒsd Spatial distance 3
ฯƒid Intensity difference 0.1
num_clus Number of fuzzy clusters 3
m Fuzziness 2
no_search Number of search agents 20
Max_it Number of iteration 10
lb,ub Lower and upper bound [0 255]
The abdominal CT image is converted to gray scale image. To remove the noise artifacts,
preprocessing is applied on gray level image CT images. Input to the bilateral filter is normalized with closed
interval of [0, 1]. Since image was normalized, parameter of bilateral filter was also normalized by dividing
with maximum intensity. The output of bilateral filter is shown in the Figure 3.
Figure 3. Gray scale CT image and output of bilateral filter
Int J Elec& Comp Eng ISSN: 2088-8708 ๏ฒ
Optimization Based Liver Contour Extraction of Abdominal CT Images (Jayanthi Muthuswamy)
5067
The output of bilateral filter is taken for next phase. With the help of mGWO optimization method,
three cluster centers of optimized values were obtained. These values were used by FCM algorithm.The
corresponding cluster output is shown in Figure 4.
Figure 4. FCM output of different clusters
The best cluster was taken for post processing. In post processing phase, largest connected region
was identified and morphological filling was done. This gives segmented liver contour as shown in Figure 5.
Figure 5. Liver contour output and superimposed liver output with original image
After obtaining the segmented liver, contour detection is used for the visualization. The volume of
the liver is calculated using the formula given below. For sample database,
Volume of liver =slice thickness* Area
Area=Number of pixels *Pixel dimension
The experimental results of proposed method are compared with other segmentation methods that were
discussed in [25].The output of all methods is painted in Figure 6. From the figure it is inferred that FCM
based optimization method gives better results. But the eye of the mind indicates that optimization results are
admirable when compared to all other methods. This conclusion is purely based on visualization. To
understand thebest segmentation method, following performance measures are done.
Histogram based liver
segmentation
Seeded region growing
based liver segmentation
LCC based liver
segmentation Proposed method
Figure 6. Results of various segmentation methods
๏ฒ ISSN:2088-8708
Int J Elec & Comp Eng, Vol. 8, No. 6, December 2018 : 5061 - 5070
5068
Dice coefficient gives the similarity between automatic segmentation and ground truth image. And it
defined as follows
Dice =
2|AโˆฉM|
|A+M|
(16)
True positive fractionalso called Sensitivity and Recall, measures the portion of positive vowels in
the ground truth that are also identified as positive by the segmentation being evaluated.
True Positive fraction =
|AโˆฉM|
M
(17)
Misclassification Rate = 1 โˆ’
|AโˆฉM|
M
(18)
A is number of pixels of the automatically segmented liver regions and M is number of pixels of the
manually segmented liver (ground truth) by the experts. Above metrics are used to find the similarity
between automatic and manual segmented output (GT). Table 4 shows the statistical analysis of segmented
output. Proposed method (PM) runs for Dataset contains 20 images and this table illustrates the detailed
outcome of proposed work in terms of the dice coefficient, true positive rate and misclassification rate. The
accuracy is more if the misclassification rate is less.
Table 4. Performance metrics of proposed method
Dataset PM GT TPF DICE MCR
ID1 20054 22123 0.904 0.9217 0.096
ID2 2788 3103 0.8984 0.9023 0.1016
ID3
ID4
ID5
6612
10312
1852
7258
11886
1942
0.9109
0.892
0.9536
0.9318
0.9132
0.9264
0.0891
0.108
0.0464
The performance of proposed work is compared with [25] and the results are tabulated in Table 5, it
can be observed that accuracy of the proposed work is improved. Thus, FCM based optimization method
performed well for extracting the liver contour and it can be used in computer aided analysis system to find
the abnormality in the liver contour.The dice coefficient plot are represented in Figure 7.
Table 5. Comparison of other segmentation techniques in terms of dice coefficient
Methods DT2 DT3 DT4 DT5
Histogram 0.67 0.652 0.689 0.7312
SRG
LCC
Proposed
0.78
0.83
0.90
0.754
0.841
0.9318
0.734
0.841
0.913
0.7862
0.891
0.9264
Figure 7. Dice coefficient plot of various segmentation methods
Int J Elec& Comp Eng ISSN: 2088-8708 ๏ฒ
Optimization Based Liver Contour Extraction of Abdominal CT Images (Jayanthi Muthuswamy)
5069
4. CONCLUSION
The Proposed algorithm uses hybrid method, combination of FCM and mean Grey wolf
optimization algorithm with label connected component algorithm for liver segmentation. The performance
of the proposed method was compared with existing methods and the proposed method achieved the
accuracy of 91 % for liver segmentation. The proposed work is mainly used to identify the suspicious pixels
from the liver region and helps radiologists for diagnosing liver diseases. For the future studies, other
optimization algorithms will be compared with proposed method for different medical imaging problems.
REFERENCES
[1] Richard Carlton, Arlene Mckenna Adler, โ€œAn overview of imaging modalities principles of radiographic imaging:
An art and A scienceโ€, cengagelearning, 5th
edition, 2012.
[2] Akshat Gotra, Lojan Sivakumaran, โ€œLiver segmentation: indications, techniques and future directionsโ€, Insight
imaging, vol 8, pp 377โ€“392, 2017.
[3] Jayanthi, M., Kanmani, B., โ€œExtracting the Liver and Tumor from Abdominal CT Imagesโ€, IEEE, Fifth
International Conference on Signal and Image Processing (ICSIP)", pp. 122-125, 2014.
[4] Narinder Singh and SB Singh, โ€œA Modified Mean Gray Wolf Optimization Approach for Benchmark and
Biomedical Problemsโ€, Evolutionary Bioinformatics, Volume 13, pp 1โ€“28, 2017.
[5] Russo F. โ€œA method for estimation and filtering of Gaussian noise in imagesโ€. IEEE Transactions on
Instrumentation and Measurement. 52(4): 1148-54, Aug 2003.
[6] Sonali Patil VR. โ€œUdupi Preprocessing to be considered for MR and CT Images Containing Tumorsโ€. IOSR
Journal of Electrical and Electronics Engineering. Vol 1(4): 54-7, 2012.
[7] C Chaux L, Duval A, Benazza-Benyahia and Pesquet JC. โ€œA nonlinear Stein-based estimator for multichannel
image Denoisingโ€. IEEE Transactions on Signal Processing, 56(8): 3855-70, 2008.
[8] Narain Ponraj D, Evangelin Jenifer M, Poongodi P, Samuel Manoharan J. โ€œA Survey on the Preprocessing
Techniques of Mammogram for the Detection of Breast Cancerโ€. Journal of Emerging Trends in Computing and
Information Sciences. December; 2(12); 2011.
[9] S. Gunasundari and M. Suganya Ananthi, โ€œComparison and Evaluation of Methods for Liver Tumor Classification
from CT Datasetโ€, International Journal of Computer Applications, Volume 39โ€“ No. 18, 2012.
[10] K. Mala, V. Sadasivam, and S. Alagappan, โ€œNeural Network based Texture Analysis of Liver Tumor from
Computed Tomography Imagesโ€, International Journal of Biological, Biomedical and Medical Sciences, Vol. 2
Issue 1, pp 33-37, 2007.
[11] Jayanthi, M., Kanmani, B., โ€œExtracting the Liver and Tumor from Abdominal CT Imagesโ€, IEEE, Fifth
International Conference on Signal and Image Processing (ICSIP), pp. 122-125, 2014.
[12] Kumar SS, Moni RS, Rajeesh, I. โ€œAutomatic liver and lesion segmentation: a primary step in diagnosis of liver
diseases Signal, Image and Video Processingโ€. 2011 March 31.
[13] Ahmed Fouad Ali, Abdalla Mostafa, Gehad Ismail Sayed, Mohamed Abd Elfattah, Aboul Ella Hassanien, โ€œNature
Inspired Optimization Algorithms for CT Liver segmentationโ€, 2016.
[14] Gehed Ismail Sayed, Aboul Ella Hassan and Gerald Scahefer, โ€œAn automated computer aided diagnosis system for
abdominal CT liver imagesโ€, International conference on medical imaging, understanding and analysis (Elseveir),
pp 68-73, 2016.
[15] Mittal N, Singh U, Singh Sohi B. โ€œModified grey optimizer for global engineering optimizationโ€. Appl Comput
Intel Soft Comput, 1โ€“16, 2016.
[16] Edy Fradinata, Sakesun Suthumanon, Suntiamorntut, โ€œInitial optimal parameters of artificial neural network and
SVRโ€, International Journal of Electrical and Computer Engineering (IJECE), Volume 8, Issue No 5, 2018.
http://doi.org/10.11591/ijece.v8i5.pp%25p
[17] Ratna Nitin Patil, Dr Sharvavi Chandrashekhar Tamane, โ€œA comparative analysis on the evaluation of classification
algorithm in the prediction of diabetesโ€, International Journal of Electrical and Computer Engineering (IJECE),
Vol 8 , Issue 5, 2018. http://doi.org/10.11591/ijece.v8i6.pp%25p
[18] Jayanthi, M., Kanmani, B., โ€œExtracting Liver and Tumor from Computer Tomography Images Using Hybrid
Techniquesโ€, International Journal of Innovations & Advancement in Computer Science, Volume: 4(3): 12-17;
2015.
[19] Tomasi C, Manduchi R, โ€œBilateral Filtering Tomasi C, Manduchi R. 1998, Bilateral Filtering for Gray and Imagesโ€.
India, Bombay: Proceedings of the IEEE International Conference on Computer Vision. p. 834-46, 1998.
[20] Kumar SS, Moni RS, Rajeesh, I. โ€œAutomatic liver and lesion segmentation: a primary step in diagnosis of liver
diseases Signal, Image and Video Processingโ€. March 31, 2011.
[21] S. Mirjalili, S. Saremi, S.M. Mirjalili, and L.D.S. Coelho, โ€œMulti-objective grey wolf optimizer: A novel algorithm
for multicriterion optimizationโ€, Expert Syst. Appl., vol. 47, pp. 106โ€“119, Apr 2016.
[22] Mirjalili, and A. Lewis, โ€œGrey wolf optimizerโ€, Adv.Eng. Softw. vol. 69, pp. 46โ€“61, Mar. 2014.
[23] M. Jayanthi, โ€œSegmentation of Liver Abnormality based on Label Connected Component Algorithmโ€, Inter.
Journal of Scientific Engineering and Technology. Volume: 6, Issue: 7, PP: 247-249; 2017.
[24] The cancer Imaging Archive (TCIA), http://www.cancerimagingarchive.net/
[25] M. Jayanthi, "Comparative Study of Different Techniques Used for medical image segmentation of Liver from
Abdominal CT Scan", IEEE WiSPNET 2016 conference; pp. 1462-1465, 2016.
๏ฒ ISSN:2088-8708
Int J Elec & Comp Eng, Vol. 8, No. 6, December 2018 : 5061 - 5070
5070
BIOGRAPHIES OF AUTHORS
M. Jayanthi is Senior Assistant Professor in Department of Electronics and Communication
Engineering, New Horizon College Of Engineering, Bengaluru and Karnataka, India. She
received her M.E degree in Communication Systems from Mepco Schlenk Engineering college,
Sivakasi, Tamilnadu in the year 2006.She is pursuing the Ph.D degree in the Department of ECE,
BMS college of Engineering, Bengaluru. Her research interests include image processing, Digital
Signal processing and Biomedical signal processing. She has 11 years of experience in teaching.
Email:jayanthi.sathishkumar@live.com
B Kanmani, Ph.D is Professor and Dean Academics, Department of Telecommunication
Engineering, BMS college of Engineering, Bengaluru. She received her Bachelors in Electronics
and Communication Engineering from Nagarujuna University in 1987, M.Tech. degree in Digital
communication from Indian Institute of Technology, Kanpur in 1990, and PhD from the Indian
Institute of Science Bangalore (IISc) in the year 2006. She has been with BMS College of
Engineering, Bangalore, since 1995, and has to her credit 25 International publications, of which
three are in Journals. She is a supervisor for the Ph.D student at Visvesvaraya Technological
university, Belagavi. She teaches under-graduate courses on Analog Signal Processing, Digital
Signal Processing, Analog Communication and Digital Communication.She is Senior Member
IEEE, Member Tata Library and Life Member ISTE.

More Related Content

What's hot

PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES ijcsa
ย 
Segmentation of cysts in kidney and 3 d volume calculation from ct images
Segmentation of cysts in kidney and 3 d volume calculation from ct images  Segmentation of cysts in kidney and 3 d volume calculation from ct images
Segmentation of cysts in kidney and 3 d volume calculation from ct images ijcga
ย 
Segmentation of cysts in kidney and 3 d volume calculation from ct images
Segmentation of cysts in kidney and 3 d volume calculation from ct imagesSegmentation of cysts in kidney and 3 d volume calculation from ct images
Segmentation of cysts in kidney and 3 d volume calculation from ct imagesbioejjournal
ย 
Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...eSAT Publishing House
ย 
BFO โ€“ AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...
BFO โ€“ AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...BFO โ€“ AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...
BFO โ€“ AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...ijsc
ย 
Brain tumor classification using artificial neural network on mri images
Brain tumor classification using artificial neural network on mri imagesBrain tumor classification using artificial neural network on mri images
Brain tumor classification using artificial neural network on mri imageseSAT Journals
ย 
Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images IOSR Journals
ย 
A SIMPLE APPROACH FOR RELATIVELY AUTOMATED HIPPOCAMPUS SEGMENTATION FROM SAGI...
A SIMPLE APPROACH FOR RELATIVELY AUTOMATED HIPPOCAMPUS SEGMENTATION FROM SAGI...A SIMPLE APPROACH FOR RELATIVELY AUTOMATED HIPPOCAMPUS SEGMENTATION FROM SAGI...
A SIMPLE APPROACH FOR RELATIVELY AUTOMATED HIPPOCAMPUS SEGMENTATION FROM SAGI...ijbbjournal
ย 
IRJET- Image Processing for Brain Tumor Segmentation and Classification
IRJET-  	  Image Processing for Brain Tumor Segmentation and ClassificationIRJET-  	  Image Processing for Brain Tumor Segmentation and Classification
IRJET- Image Processing for Brain Tumor Segmentation and ClassificationIRJET Journal
ย 
Mri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentationMri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentationiaemedu
ย 
IRJET- Automatic Brain Tumor Tissue Detection in T-1 Weighted MR Images
IRJET- Automatic Brain Tumor Tissue Detection in T-1 Weighted MR ImagesIRJET- Automatic Brain Tumor Tissue Detection in T-1 Weighted MR Images
IRJET- Automatic Brain Tumor Tissue Detection in T-1 Weighted MR ImagesIRJET Journal
ย 
Survey of Feature Selection / Extraction Methods used in Biomedical Imaging
Survey of Feature Selection / Extraction Methods used in Biomedical ImagingSurvey of Feature Selection / Extraction Methods used in Biomedical Imaging
Survey of Feature Selection / Extraction Methods used in Biomedical ImagingIJCSIS Research Publications
ย 
Classification of Abnormalities in Brain MRI Images Using PCA and SVM
Classification of Abnormalities in Brain MRI Images Using PCA and SVMClassification of Abnormalities in Brain MRI Images Using PCA and SVM
Classification of Abnormalities in Brain MRI Images Using PCA and SVMIJERA Editor
ย 
IRJET- An Effective Brain Tumor Segmentation using K-means Clustering
IRJET-  	  An Effective Brain Tumor Segmentation using K-means ClusteringIRJET-  	  An Effective Brain Tumor Segmentation using K-means Clustering
IRJET- An Effective Brain Tumor Segmentation using K-means ClusteringIRJET Journal
ย 

What's hot (15)

PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
ย 
Segmentation of cysts in kidney and 3 d volume calculation from ct images
Segmentation of cysts in kidney and 3 d volume calculation from ct images  Segmentation of cysts in kidney and 3 d volume calculation from ct images
Segmentation of cysts in kidney and 3 d volume calculation from ct images
ย 
Segmentation of cysts in kidney and 3 d volume calculation from ct images
Segmentation of cysts in kidney and 3 d volume calculation from ct imagesSegmentation of cysts in kidney and 3 d volume calculation from ct images
Segmentation of cysts in kidney and 3 d volume calculation from ct images
ย 
Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...
ย 
BFO โ€“ AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...
BFO โ€“ AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...BFO โ€“ AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...
BFO โ€“ AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...
ย 
Brain tumor classification using artificial neural network on mri images
Brain tumor classification using artificial neural network on mri imagesBrain tumor classification using artificial neural network on mri images
Brain tumor classification using artificial neural network on mri images
ย 
Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images
ย 
A SIMPLE APPROACH FOR RELATIVELY AUTOMATED HIPPOCAMPUS SEGMENTATION FROM SAGI...
A SIMPLE APPROACH FOR RELATIVELY AUTOMATED HIPPOCAMPUS SEGMENTATION FROM SAGI...A SIMPLE APPROACH FOR RELATIVELY AUTOMATED HIPPOCAMPUS SEGMENTATION FROM SAGI...
A SIMPLE APPROACH FOR RELATIVELY AUTOMATED HIPPOCAMPUS SEGMENTATION FROM SAGI...
ย 
IRJET- Image Processing for Brain Tumor Segmentation and Classification
IRJET-  	  Image Processing for Brain Tumor Segmentation and ClassificationIRJET-  	  Image Processing for Brain Tumor Segmentation and Classification
IRJET- Image Processing for Brain Tumor Segmentation and Classification
ย 
Mri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentationMri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentation
ย 
IRJET- Automatic Brain Tumor Tissue Detection in T-1 Weighted MR Images
IRJET- Automatic Brain Tumor Tissue Detection in T-1 Weighted MR ImagesIRJET- Automatic Brain Tumor Tissue Detection in T-1 Weighted MR Images
IRJET- Automatic Brain Tumor Tissue Detection in T-1 Weighted MR Images
ย 
Survey of Feature Selection / Extraction Methods used in Biomedical Imaging
Survey of Feature Selection / Extraction Methods used in Biomedical ImagingSurvey of Feature Selection / Extraction Methods used in Biomedical Imaging
Survey of Feature Selection / Extraction Methods used in Biomedical Imaging
ย 
Classification of Abnormalities in Brain MRI Images Using PCA and SVM
Classification of Abnormalities in Brain MRI Images Using PCA and SVMClassification of Abnormalities in Brain MRI Images Using PCA and SVM
Classification of Abnormalities in Brain MRI Images Using PCA and SVM
ย 
IRJET- An Effective Brain Tumor Segmentation using K-means Clustering
IRJET-  	  An Effective Brain Tumor Segmentation using K-means ClusteringIRJET-  	  An Effective Brain Tumor Segmentation using K-means Clustering
IRJET- An Effective Brain Tumor Segmentation using K-means Clustering
ย 
50120140501007 2-3
50120140501007 2-350120140501007 2-3
50120140501007 2-3
ย 

Similar to Optimization Based Liver Contour Extraction of Abdominal CT Images

Reinforcing optimization enabled interactive approach for liver tumor extrac...
Reinforcing optimization enabled interactive approach for liver  tumor extrac...Reinforcing optimization enabled interactive approach for liver  tumor extrac...
Reinforcing optimization enabled interactive approach for liver tumor extrac...IJECEIAES
ย 
Batch Normalized Convolution Neural Network for Liver Segmentation
Batch Normalized Convolution Neural Network for Liver SegmentationBatch Normalized Convolution Neural Network for Liver Segmentation
Batch Normalized Convolution Neural Network for Liver Segmentationsipij
ย 
BATCH NORMALIZED CONVOLUTION NEURAL NETWORK FOR LIVER SEGMENTATION
BATCH NORMALIZED CONVOLUTION NEURAL NETWORK FOR LIVER SEGMENTATIONBATCH NORMALIZED CONVOLUTION NEURAL NETWORK FOR LIVER SEGMENTATION
BATCH NORMALIZED CONVOLUTION NEURAL NETWORK FOR LIVER SEGMENTATIONsipij
ย 
Liver segmentation using marker controlled watershed transform
Liver segmentation using marker controlled watershed transform Liver segmentation using marker controlled watershed transform
Liver segmentation using marker controlled watershed transform IJECEIAES
ย 
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES ijcsa
ย 
The International Journal of Engineering and Science (The IJES)
 The International Journal of Engineering and Science (The IJES) The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
ย 
BATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATION
BATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATIONBATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATION
BATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATIONsipij
ย 
Bata-Unet: Deep Learning Model for Liver Segmentation
Bata-Unet: Deep Learning Model for Liver SegmentationBata-Unet: Deep Learning Model for Liver Segmentation
Bata-Unet: Deep Learning Model for Liver Segmentationsipij
ย 
LIVER-SEG-PPT-1.pptx
LIVER-SEG-PPT-1.pptxLIVER-SEG-PPT-1.pptx
LIVER-SEG-PPT-1.pptxSunilNaik85
ย 
Enhancing Segmentation Approaches from Fuzzy-MPSO Based Liver Tumor Segmentat...
Enhancing Segmentation Approaches from Fuzzy-MPSO Based Liver Tumor Segmentat...Enhancing Segmentation Approaches from Fuzzy-MPSO Based Liver Tumor Segmentat...
Enhancing Segmentation Approaches from Fuzzy-MPSO Based Liver Tumor Segmentat...Christo Ananth
ย 
An approach for cross-modality guided quality enhancement of liver image
An approach for cross-modality guided quality enhancement of  liver imageAn approach for cross-modality guided quality enhancement of  liver image
An approach for cross-modality guided quality enhancement of liver imageIJECEIAES
ย 
reliablepaper.pdf
reliablepaper.pdfreliablepaper.pdf
reliablepaper.pdfpiramu kailasam
ย 
T HE U PLIFT M ODEL T ERRAIN G ENERATOR
T HE  U PLIFT  M ODEL  T ERRAIN  G ENERATOR T HE  U PLIFT  M ODEL  T ERRAIN  G ENERATOR
T HE U PLIFT M ODEL T ERRAIN G ENERATOR ijcga
ย 
BFO โ€“ AIS: A Framework for Medical Image Classification Using Soft Computing ...
BFO โ€“ AIS: A Framework for Medical Image Classification Using Soft Computing ...BFO โ€“ AIS: A Framework for Medical Image Classification Using Soft Computing ...
BFO โ€“ AIS: A Framework for Medical Image Classification Using Soft Computing ...ijsc
ย 
A Study on MRI Liver Image Segmentation using Fuzzy Connected and Watershed T...
A Study on MRI Liver Image Segmentation using Fuzzy Connected and Watershed T...A Study on MRI Liver Image Segmentation using Fuzzy Connected and Watershed T...
A Study on MRI Liver Image Segmentation using Fuzzy Connected and Watershed T...IIRindia
ย 
Medical Image Processing Methodology for Liver Tumour Diagnosis
Medical Image Processing Methodology for Liver Tumour Diagnosis Medical Image Processing Methodology for Liver Tumour Diagnosis
Medical Image Processing Methodology for Liver Tumour Diagnosis ijsc
ย 
Computer aided diagnosis for liver cancer using
Computer aided diagnosis for liver cancer usingComputer aided diagnosis for liver cancer using
Computer aided diagnosis for liver cancer usingeSAT Publishing House
ย 
Computer aided diagnosis for liver cancer using statistical model
Computer aided diagnosis for liver cancer using statistical modelComputer aided diagnosis for liver cancer using statistical model
Computer aided diagnosis for liver cancer using statistical modeleSAT Journals
ย 
A new procedure for lung region segmentation from computed tomography images
A new procedure for lung region segmentation from computed  tomography imagesA new procedure for lung region segmentation from computed  tomography images
A new procedure for lung region segmentation from computed tomography imagesIJECEIAES
ย 
A modified distance regularized level set model for liver segmentation from c...
A modified distance regularized level set model for liver segmentation from c...A modified distance regularized level set model for liver segmentation from c...
A modified distance regularized level set model for liver segmentation from c...sipij
ย 

Similar to Optimization Based Liver Contour Extraction of Abdominal CT Images (20)

Reinforcing optimization enabled interactive approach for liver tumor extrac...
Reinforcing optimization enabled interactive approach for liver  tumor extrac...Reinforcing optimization enabled interactive approach for liver  tumor extrac...
Reinforcing optimization enabled interactive approach for liver tumor extrac...
ย 
Batch Normalized Convolution Neural Network for Liver Segmentation
Batch Normalized Convolution Neural Network for Liver SegmentationBatch Normalized Convolution Neural Network for Liver Segmentation
Batch Normalized Convolution Neural Network for Liver Segmentation
ย 
BATCH NORMALIZED CONVOLUTION NEURAL NETWORK FOR LIVER SEGMENTATION
BATCH NORMALIZED CONVOLUTION NEURAL NETWORK FOR LIVER SEGMENTATIONBATCH NORMALIZED CONVOLUTION NEURAL NETWORK FOR LIVER SEGMENTATION
BATCH NORMALIZED CONVOLUTION NEURAL NETWORK FOR LIVER SEGMENTATION
ย 
Liver segmentation using marker controlled watershed transform
Liver segmentation using marker controlled watershed transform Liver segmentation using marker controlled watershed transform
Liver segmentation using marker controlled watershed transform
ย 
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
ย 
The International Journal of Engineering and Science (The IJES)
 The International Journal of Engineering and Science (The IJES) The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
ย 
BATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATION
BATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATIONBATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATION
BATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATION
ย 
Bata-Unet: Deep Learning Model for Liver Segmentation
Bata-Unet: Deep Learning Model for Liver SegmentationBata-Unet: Deep Learning Model for Liver Segmentation
Bata-Unet: Deep Learning Model for Liver Segmentation
ย 
LIVER-SEG-PPT-1.pptx
LIVER-SEG-PPT-1.pptxLIVER-SEG-PPT-1.pptx
LIVER-SEG-PPT-1.pptx
ย 
Enhancing Segmentation Approaches from Fuzzy-MPSO Based Liver Tumor Segmentat...
Enhancing Segmentation Approaches from Fuzzy-MPSO Based Liver Tumor Segmentat...Enhancing Segmentation Approaches from Fuzzy-MPSO Based Liver Tumor Segmentat...
Enhancing Segmentation Approaches from Fuzzy-MPSO Based Liver Tumor Segmentat...
ย 
An approach for cross-modality guided quality enhancement of liver image
An approach for cross-modality guided quality enhancement of  liver imageAn approach for cross-modality guided quality enhancement of  liver image
An approach for cross-modality guided quality enhancement of liver image
ย 
reliablepaper.pdf
reliablepaper.pdfreliablepaper.pdf
reliablepaper.pdf
ย 
T HE U PLIFT M ODEL T ERRAIN G ENERATOR
T HE  U PLIFT  M ODEL  T ERRAIN  G ENERATOR T HE  U PLIFT  M ODEL  T ERRAIN  G ENERATOR
T HE U PLIFT M ODEL T ERRAIN G ENERATOR
ย 
BFO โ€“ AIS: A Framework for Medical Image Classification Using Soft Computing ...
BFO โ€“ AIS: A Framework for Medical Image Classification Using Soft Computing ...BFO โ€“ AIS: A Framework for Medical Image Classification Using Soft Computing ...
BFO โ€“ AIS: A Framework for Medical Image Classification Using Soft Computing ...
ย 
A Study on MRI Liver Image Segmentation using Fuzzy Connected and Watershed T...
A Study on MRI Liver Image Segmentation using Fuzzy Connected and Watershed T...A Study on MRI Liver Image Segmentation using Fuzzy Connected and Watershed T...
A Study on MRI Liver Image Segmentation using Fuzzy Connected and Watershed T...
ย 
Medical Image Processing Methodology for Liver Tumour Diagnosis
Medical Image Processing Methodology for Liver Tumour Diagnosis Medical Image Processing Methodology for Liver Tumour Diagnosis
Medical Image Processing Methodology for Liver Tumour Diagnosis
ย 
Computer aided diagnosis for liver cancer using
Computer aided diagnosis for liver cancer usingComputer aided diagnosis for liver cancer using
Computer aided diagnosis for liver cancer using
ย 
Computer aided diagnosis for liver cancer using statistical model
Computer aided diagnosis for liver cancer using statistical modelComputer aided diagnosis for liver cancer using statistical model
Computer aided diagnosis for liver cancer using statistical model
ย 
A new procedure for lung region segmentation from computed tomography images
A new procedure for lung region segmentation from computed  tomography imagesA new procedure for lung region segmentation from computed  tomography images
A new procedure for lung region segmentation from computed tomography images
ย 
A modified distance regularized level set model for liver segmentation from c...
A modified distance regularized level set model for liver segmentation from c...A modified distance regularized level set model for liver segmentation from c...
A modified distance regularized level set model for liver segmentation from c...
ย 

More from IJECEIAES

Predicting churn with filter-based techniques and deep learning
Predicting churn with filter-based techniques and deep learningPredicting churn with filter-based techniques and deep learning
Predicting churn with filter-based techniques and deep learningIJECEIAES
ย 
Taxi-out time prediction at Mohammed V Casablanca Airport
Taxi-out time prediction at Mohammed V Casablanca AirportTaxi-out time prediction at Mohammed V Casablanca Airport
Taxi-out time prediction at Mohammed V Casablanca AirportIJECEIAES
ย 
Automatic customer review summarization using deep learningbased hybrid senti...
Automatic customer review summarization using deep learningbased hybrid senti...Automatic customer review summarization using deep learningbased hybrid senti...
Automatic customer review summarization using deep learningbased hybrid senti...IJECEIAES
ย 
Ataxic person prediction using feature optimized based on machine learning model
Ataxic person prediction using feature optimized based on machine learning modelAtaxic person prediction using feature optimized based on machine learning model
Ataxic person prediction using feature optimized based on machine learning modelIJECEIAES
ย 
Situational judgment test measures administrator computational thinking with ...
Situational judgment test measures administrator computational thinking with ...Situational judgment test measures administrator computational thinking with ...
Situational judgment test measures administrator computational thinking with ...IJECEIAES
ย 
Hand LightWeightNet: an optimized hand pose estimation for interactive mobile...
Hand LightWeightNet: an optimized hand pose estimation for interactive mobile...Hand LightWeightNet: an optimized hand pose estimation for interactive mobile...
Hand LightWeightNet: an optimized hand pose estimation for interactive mobile...IJECEIAES
ย 
An overlapping conscious relief-based feature subset selection method
An overlapping conscious relief-based feature subset selection methodAn overlapping conscious relief-based feature subset selection method
An overlapping conscious relief-based feature subset selection methodIJECEIAES
ย 
Recognition of music symbol notation using convolutional neural network
Recognition of music symbol notation using convolutional neural networkRecognition of music symbol notation using convolutional neural network
Recognition of music symbol notation using convolutional neural networkIJECEIAES
ย 
A simplified classification computational model of opinion mining using deep ...
A simplified classification computational model of opinion mining using deep ...A simplified classification computational model of opinion mining using deep ...
A simplified classification computational model of opinion mining using deep ...IJECEIAES
ย 
An efficient convolutional neural network-extreme gradient boosting hybrid de...
An efficient convolutional neural network-extreme gradient boosting hybrid de...An efficient convolutional neural network-extreme gradient boosting hybrid de...
An efficient convolutional neural network-extreme gradient boosting hybrid de...IJECEIAES
ย 
Generating images using generative adversarial networks based on text descrip...
Generating images using generative adversarial networks based on text descrip...Generating images using generative adversarial networks based on text descrip...
Generating images using generative adversarial networks based on text descrip...IJECEIAES
ย 
Collusion-resistant multiparty data sharing in social networks
Collusion-resistant multiparty data sharing in social networksCollusion-resistant multiparty data sharing in social networks
Collusion-resistant multiparty data sharing in social networksIJECEIAES
ย 
Application of deep learning methods for automated analysis of retinal struct...
Application of deep learning methods for automated analysis of retinal struct...Application of deep learning methods for automated analysis of retinal struct...
Application of deep learning methods for automated analysis of retinal struct...IJECEIAES
ย 
Proposal of a similarity measure for unified modeling language class diagram ...
Proposal of a similarity measure for unified modeling language class diagram ...Proposal of a similarity measure for unified modeling language class diagram ...
Proposal of a similarity measure for unified modeling language class diagram ...IJECEIAES
ย 
Efficient criticality oriented service brokering policy in cloud datacenters
Efficient criticality oriented service brokering policy in cloud datacentersEfficient criticality oriented service brokering policy in cloud datacenters
Efficient criticality oriented service brokering policy in cloud datacentersIJECEIAES
ย 
System call frequency analysis-based generative adversarial network model for...
System call frequency analysis-based generative adversarial network model for...System call frequency analysis-based generative adversarial network model for...
System call frequency analysis-based generative adversarial network model for...IJECEIAES
ย 
Comparison of Iris dataset classification with Gaussian naรฏve Bayes and decis...
Comparison of Iris dataset classification with Gaussian naรฏve Bayes and decis...Comparison of Iris dataset classification with Gaussian naรฏve Bayes and decis...
Comparison of Iris dataset classification with Gaussian naรฏve Bayes and decis...IJECEIAES
ย 
Efficient intelligent crawler for hamming distance based on prioritization of...
Efficient intelligent crawler for hamming distance based on prioritization of...Efficient intelligent crawler for hamming distance based on prioritization of...
Efficient intelligent crawler for hamming distance based on prioritization of...IJECEIAES
ย 
Predictive modeling for breast cancer based on machine learning algorithms an...
Predictive modeling for breast cancer based on machine learning algorithms an...Predictive modeling for breast cancer based on machine learning algorithms an...
Predictive modeling for breast cancer based on machine learning algorithms an...IJECEIAES
ย 
An algorithm for decomposing variations of 3D model
An algorithm for decomposing variations of 3D modelAn algorithm for decomposing variations of 3D model
An algorithm for decomposing variations of 3D modelIJECEIAES
ย 

More from IJECEIAES (20)

Predicting churn with filter-based techniques and deep learning
Predicting churn with filter-based techniques and deep learningPredicting churn with filter-based techniques and deep learning
Predicting churn with filter-based techniques and deep learning
ย 
Taxi-out time prediction at Mohammed V Casablanca Airport
Taxi-out time prediction at Mohammed V Casablanca AirportTaxi-out time prediction at Mohammed V Casablanca Airport
Taxi-out time prediction at Mohammed V Casablanca Airport
ย 
Automatic customer review summarization using deep learningbased hybrid senti...
Automatic customer review summarization using deep learningbased hybrid senti...Automatic customer review summarization using deep learningbased hybrid senti...
Automatic customer review summarization using deep learningbased hybrid senti...
ย 
Ataxic person prediction using feature optimized based on machine learning model
Ataxic person prediction using feature optimized based on machine learning modelAtaxic person prediction using feature optimized based on machine learning model
Ataxic person prediction using feature optimized based on machine learning model
ย 
Situational judgment test measures administrator computational thinking with ...
Situational judgment test measures administrator computational thinking with ...Situational judgment test measures administrator computational thinking with ...
Situational judgment test measures administrator computational thinking with ...
ย 
Hand LightWeightNet: an optimized hand pose estimation for interactive mobile...
Hand LightWeightNet: an optimized hand pose estimation for interactive mobile...Hand LightWeightNet: an optimized hand pose estimation for interactive mobile...
Hand LightWeightNet: an optimized hand pose estimation for interactive mobile...
ย 
An overlapping conscious relief-based feature subset selection method
An overlapping conscious relief-based feature subset selection methodAn overlapping conscious relief-based feature subset selection method
An overlapping conscious relief-based feature subset selection method
ย 
Recognition of music symbol notation using convolutional neural network
Recognition of music symbol notation using convolutional neural networkRecognition of music symbol notation using convolutional neural network
Recognition of music symbol notation using convolutional neural network
ย 
A simplified classification computational model of opinion mining using deep ...
A simplified classification computational model of opinion mining using deep ...A simplified classification computational model of opinion mining using deep ...
A simplified classification computational model of opinion mining using deep ...
ย 
An efficient convolutional neural network-extreme gradient boosting hybrid de...
An efficient convolutional neural network-extreme gradient boosting hybrid de...An efficient convolutional neural network-extreme gradient boosting hybrid de...
An efficient convolutional neural network-extreme gradient boosting hybrid de...
ย 
Generating images using generative adversarial networks based on text descrip...
Generating images using generative adversarial networks based on text descrip...Generating images using generative adversarial networks based on text descrip...
Generating images using generative adversarial networks based on text descrip...
ย 
Collusion-resistant multiparty data sharing in social networks
Collusion-resistant multiparty data sharing in social networksCollusion-resistant multiparty data sharing in social networks
Collusion-resistant multiparty data sharing in social networks
ย 
Application of deep learning methods for automated analysis of retinal struct...
Application of deep learning methods for automated analysis of retinal struct...Application of deep learning methods for automated analysis of retinal struct...
Application of deep learning methods for automated analysis of retinal struct...
ย 
Proposal of a similarity measure for unified modeling language class diagram ...
Proposal of a similarity measure for unified modeling language class diagram ...Proposal of a similarity measure for unified modeling language class diagram ...
Proposal of a similarity measure for unified modeling language class diagram ...
ย 
Efficient criticality oriented service brokering policy in cloud datacenters
Efficient criticality oriented service brokering policy in cloud datacentersEfficient criticality oriented service brokering policy in cloud datacenters
Efficient criticality oriented service brokering policy in cloud datacenters
ย 
System call frequency analysis-based generative adversarial network model for...
System call frequency analysis-based generative adversarial network model for...System call frequency analysis-based generative adversarial network model for...
System call frequency analysis-based generative adversarial network model for...
ย 
Comparison of Iris dataset classification with Gaussian naรฏve Bayes and decis...
Comparison of Iris dataset classification with Gaussian naรฏve Bayes and decis...Comparison of Iris dataset classification with Gaussian naรฏve Bayes and decis...
Comparison of Iris dataset classification with Gaussian naรฏve Bayes and decis...
ย 
Efficient intelligent crawler for hamming distance based on prioritization of...
Efficient intelligent crawler for hamming distance based on prioritization of...Efficient intelligent crawler for hamming distance based on prioritization of...
Efficient intelligent crawler for hamming distance based on prioritization of...
ย 
Predictive modeling for breast cancer based on machine learning algorithms an...
Predictive modeling for breast cancer based on machine learning algorithms an...Predictive modeling for breast cancer based on machine learning algorithms an...
Predictive modeling for breast cancer based on machine learning algorithms an...
ย 
An algorithm for decomposing variations of 3D model
An algorithm for decomposing variations of 3D modelAn algorithm for decomposing variations of 3D model
An algorithm for decomposing variations of 3D model
ย 

Recently uploaded

UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
ย 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
ย 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
ย 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSrknatarajan
ย 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01KreezheaRecto
ย 
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
ย 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLManishPatel169454
ย 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
ย 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
ย 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
ย 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
ย 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
ย 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
ย 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
ย 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
ย 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
ย 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
ย 

Recently uploaded (20)

UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
ย 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
ย 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
ย 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
ย 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
ย 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
ย 
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
ย 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ย 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
ย 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
ย 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
ย 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
ย 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
ย 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
ย 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
ย 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
ย 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
ย 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
ย 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
ย 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
ย 

Optimization Based Liver Contour Extraction of Abdominal CT Images

  • 1. International Journal of Electrical and Computer Engineering (IJECE) Vol.8, No.6, December2018, pp. 5061~5070 ISSN: 2088-8708, DOI: 10.11591/ijece.v8i6.pp5061-5070 ๏ฒ 5061 Journal homepage: http://iaescore.com/journals/index.php/IJECE Optimization Based Liver Contour Extraction of Abdominal CT Images Jayanthi Muthuswamy1 , B. Kanmani2 1 Department of Electronics and Communication Engineering, BMS College of Engineering, India 2 Department of Telecommunication, BMS College of Engineering, India Article Info ABSTRACT Article history: Received Mar 5, 2018 Revised Jul 15, 2018 Accepted Jul 22, 2018 This paper introduces computer aided analysis system for diagnosis of liver abnormality in abdominal CT images. Segmenting the liver and visualizing the region of interest is a most challenging task in the field of cancer imaging, due to small observable changes between healthy and unhealthy liver. In this paper, hybrid approach for automatic extraction of liver contour is proposed. To obtain optimal threshold, the proposed work integrates segmentation method with optimization technique in order to provide better accuracy. This method uses bilateral filter for preprocessing and Fuzzy C means clustering (FCM) for segmentation. Mean Grey Wolf Optimization technique (mGWO) has been used to get the optimal threshold. This threshold is used for segmenting the region of interest. From the segmented output, largest connected region is identified using Label Connected Component (LCC) algorithm. The effectiveness of proposed method is quantitatively evaluated by comparing with ground truth obtained from radiologists. The performance criteria like dice coefficient, true positive error and misclassification rate are taken for evaluation. Keyword: Bilateral filter Fuzzy C means Label Connected Component Optimization Preprocessing Copyright ยฉ 2018Institute of Advanced Engineering and Science. All rights reserved. Corresponding Author: Jayanthi Muthuswamy, Research Scholar, Department of Electronics and Communication Engineering, BMS College of Engineering, Bangalore, India. Email: jayanthi.sathishkumar@live.com 1. INTRODUCTION Liver is the largest and most important organ for survival. It is one and a half kg organ and located in the upper right quadrant of the abdominal cavity [1]. The liver performs important functions like filter the blood, process the fats and to metabolize and store carbohydrates. It is also prone to several distinct types of liver ailments. Liver diseases have different colors such as blue indicate cyst, yellow indicate fatty liver, brown is fibrosis etc. Different imaging techniques like ultrasound, computed Tomography Imaging, Magnetic resonance imaging, positrons emission tomography etc are available for diagnosis of liver diseases [2]. Among these, CT scan is a well known non-invasive imaging modalities and it is more preferred by diagnosticians since they have high signal to noise ratio, good spatial resolution, patient friendly protocols, less cost and less examination time. It also provides more accurate anatomical information about the visualized structure. Manual segmentation of liver is tedious and time consuming task for radiologists [3]. Automatic segmentation is more troublesome because of low contrast, multiple slices of CT image and similar intensity of both the liver and tumor. Thus, there is a need for Computer aided analysis system to diagnose the liver abnormality from the huge amount of medical data. The main goal of computer aided analysis system is to provide computer output, as a second opinion to assist physician in the detection of abnormalities and to improve the segmentation accuracy. This system
  • 2. ๏ฒ ISSN:2088-8708 Int J Elec & Comp Eng, Vol. 8, No. 6, December 2018 : 5061 - 5070 5062 also reduces the image reading time. This system has various phases: Data acquisition, preprocessing, combined segmentation and optimization algorithm and post processing. Clustering is one of the most popular segmentation techniques used to organize the objects into groups. The Fuzzy C-Means algorithm is a clustering algorithm where each item may belong to more than one group (hence the word `fuzzy'), where the degree of membership for each item is given by a probability distribution of the clusters. However, it suffers from the possibility of falling into local minima. To overcome this drawback, the FCM algorithm is combined with another soft computing algorithm. Grey wolf optimization technique is a new meta-heuristic optimization algorithm based on the social hierarchy and hunting behavior of grey wolves and it is used to search and hunt a prey (solution) [4]. This technique is used to optimize the cluster center in order to find the optimal threshold. This technique is used in the proposed work. The rest of this paper is organized as follows: Section 2 gives a detail description of the proposed method. Section 3 presents experimental results and performance analysis. Section 4 provides the conclusions and future scope. Liver segmentation still remains an open challenge problem for researchers. Many researchers have developed different methods and techniques to extract the liver and tumor from the abdominal CT images over the recent years. And number of researches has been carried out on soft computing based optimization methods. This literature survey has been done on three phases: preprocessing, segmentation and optimization. The existing methods used for the extraction of liver contour are discussed in this section. In Russo and Sonali author presented linear filtering method to remove Gaussian noises in a CT images. The main drawback in their work is blurring problem [5, 6]. To overcome this, Chaux et al have developed nonlinear filter [7]. This filter not only removes the blurring effect and also preserves the edge information; thereby improve the effectiveness of non-linear filter. Proposed bilateral filter to preserve the edges and image smoothening using nonlinear combination of image pixels [8]. Therefore, it can be seen that noisy CT image will degrade the quality of an image so preprocessing is essential in computer aided analysis system. In S. Gunasundari and M. Suganya author has reviewed comparative study of liver segmentation methods to extract the liver contour and also discussed the limitation of various methods [9]. K Mala et al have proposed adaptive threshold based morphological processing for liver segmentation [10]. M Jayanthi et al have proposed an approach for extracting the liver and tumor from abdominal CT images and used for computer aided diagnosis [11]. The authorshave used seeded region growing method and focused on limited amount of sample image and performance measures not evaluated in their work. SS Kumar et al have developed a CAD system for segmenting the liver and tumor extraction [12]. Ahmed Fouad Ali et al have presented a novel approach based on nature inspired optimization algorithms and highlighted the problem present in the CT liver segmentation [13]. The authors have explained how the nature inspired algorithms can be applied to solve the segmentation problem. Gehed Ismail et al have presented a Computer aided diagnosis system for abdominal CT images [14]. The authors have proposed a hybrid method to reduce the false positive error rate. In Mittal N et al the authors have extended a modified mean grey wolf optimization approach for biomedical problems and the performance was compared with other meta-heuristic optimization algorithms [15]. Therefore, it can be seen that there are different methods to extract the liver contour. Some of the methods discussed in the literature survey used prior knowledge of region of interest and a single segmentation method for segmenting the liver contour from abdominal CT images. Sometimes, these methods might create fake segmentation error. In Edy Fradinata et al and Ratna Nit in Patil et al the authors have explained the importance of optimization and evaluation of classification algorithms [16, 17]. The next section discusses about the limitation of existing methods and also explains how the proposed method is used for liver segmentation in computer aided analysis system. 1.1. Research Problem The significance of liver segmentation problems are as follows a. Automatic segmentation of liver is a difficult task due to the overlapping of region of liver with adjacent organs and the intensity of liver is same as that of other organs. b. Existing methods used pixel-based distribution for finding the liver contour. c. Most of the researcher focused on single segmentation method, but this method incapable to solve the complex problem like liver shape variation among the patients. d. Machine learning based liver segmentation method finds laboriously to calculate optimal threshold. So the proposed work integrates machine learning with optimization method to improve the efficacy of segmentation results and also provide the optimal solution of finding the cluster centers. Therefore, the problem statement of the proposed work can be stated as โ€œTo develop a precise segmentation method that incorporate FCM with bio inspired optimization method for the extraction of liver contour from the abdominal CT imagesโ€.
  • 3. Int J Elec& Comp Eng ISSN: 2088-8708 ๏ฒ Optimization Based Liver Contour Extraction of Abdominal CT Images (Jayanthi Muthuswamy) 5063 1.2. Proposed Solution The proposed solution is an extension of our hybrid method towards liver diagnosis problem [18]. We highlighted the importance of hybrid techniques for the extraction of liver contour. Therefore, in this proposed solution, we emphasize bio inspired optimization method in order to find the optimal threshold that can be used by radiologists for the extraction of liver contour is discussed. The proposed system has various phases to obtain the region of interest. Figure 1 shows the various phases involved in the proposed system. Figure 1. Block diagram of the proposed system 2. PROPOSED METHOD IMPLEMENTATION The various steps involved in the extraction of liver contour are discussed in this section. The primary step in computer aided analysis system is a collection of image database for abdominal CT images. Then, preprocessing filter is discussed in order to improve the quality of an image. Followed by this, FCM based optimization and label connected algorithms are explained to get the liver contour of abdominal CT images. The various phases in the proposed method are clearly explained in the accompanying passage. 2.1. Abdominal CT Image Computed Tomography scan combines series of X-ray images that are taken from different angles, and uses computer processing to produce cross sectional images of the human body. It provides the detail information of the internal organs and also helps radiologists to diagnose the diseases. For a patient, more than 150 slices of CT image are obtained. A suitable selection of CT Image is essential. Middle slice is preferable and gives more detailed information. Both real time database and simulated database are used in the proposed work. Our database is a collection of various images of CT abdominal organs which include normal, fatty and over extended liver with tumor. 2.2. Bilateral Filter In order to improve the quality of a CT image, preprocessing is essential. Bilateral filter is used as preprocessing filter. It is non-linear, non-iterative, edge preserving smoothing filter developed by Tomasi [19]. The main noise in the CT image is Gaussian noise. Bilateral filter is obtained by the combination of weighted function of two Gaussian filters: partial domain and intensity domain. The intensity value of each pixel is replaced by weighted average. Let G is an image. Then Gp is the value of the image G at pixel position u. Bf (G) is the output of bilateral filter applied to an Image G Spatial distance is calculated as ๐‘  ๐‘๐‘‘(๐‘ข, ๐‘ฃ) = ๐‘’โˆ’||๐‘ขโˆ’๐‘ฃ||2 /2๐œŽ๐‘ ๐‘‘ 2 (1) intensity difference is calculated as ๐ผ๐‘–๐‘‘(๐‘, ๐‘ž) = ๐‘’โˆ’|๐‘ˆ(๐‘ข)โˆ’๐‘ˆ(๐‘ฃ)|2 /2๐œŽ๐‘–๐‘‘ 2 (2) guassian kernel coefficient are ฯƒsd and ฯƒid which controls spatial distance and intensity difference. These coeffieients are directly proportional to image size and edge amplitude and these are mainly used to control the weights in spatial and intensity domain. At pixel p Acquisition phase (Abdominal CT image) Preprocessing phase (Bilateral filtering) Segmentation and Optimizationphase (FCM + mGWO) Postprocessing Phase (LCC+ Morphologicalfilling) Segmented Liver Liver volume calculation
  • 4. ๏ฒ ISSN:2088-8708 Int J Elec & Comp Eng, Vol. 8, No. 6, December 2018 : 5061 - 5070 5064 ๐ต๐‘–๐‘“(๐‘) = 1 ๐ถ โˆ‘ ๐ต๐‘–๐‘“(๐‘ž)๐‘  ๐‘๐‘‘๐‘žโˆˆ๐›พ(๐‘) (๐‘, ๐‘ž)๐ผ๐‘–๐‘‘(๐‘, ๐‘ž) (3) where C is a normalization factor ๐‘ = โˆ‘ ๐‘† ๐‘๐‘‘(๐‘ข, ๐‘ฃ) ๐ผ๐‘–๐‘‘(๐‘ข, ๐‘ฃ) and ๐›พ(๐‘) shows the spatial neighborhood of Bif(p). Each pixel is replaced by the weighted average of nearby pixels in spatial neighborhood. Shows the spatial neighborhood of Bf(p). The pseudo code of bilateral filter is shown in Table 1. Table 1. Pseudo Code for Bilateral filter Input: CT Image ; Output: Preprocessed image 1. DICOM image is converted to JPEG using acculite software. 2. Convert that CT image to grey scale image. 3. Define the bilateral filter parameter w, ฯƒsd and ฯƒid 4. For all the pixel, do the following steps 5,6,7 5. Calculate the spatial distance using the equation 1 6. Calculate the intensity difference using the equation 2 7. Apply the filtering values on CT grey scale image using the equation 3. 8. Get the resultant pre processed image. 2.3. Fuzzy C Means Algorithm FCM [20] based objective function is a most popular iterative clustering algorithm that allows the most precise formulation of the clustering criteria. The basic concept is to find optimal cluster center that minimize objective function. The basic concept is to partition a data set DX={DX1,DX2โ€ฆ.DXM} into โ€˜Cโ€™ number of clusters. First step in FCM is to calculate the degree of membership function. For a given data point DXi, the degree of its membership to cluster j is calculated as follows; ๐‘ˆ๐‘€๐‘–๐‘— = 1 โˆ‘ ( โ€–๐ท๐‘‹ ๐‘–โˆ’๐ถ ๐‘—โ€– โ€–๐ท๐‘‹ ๐‘–โˆ’๐ถ ๐พโ€– ) 2 ๐‘šโˆ’1 ๐ถ ๐พ=1 (4) where m is a fuzziness coefficient, value of i ranges from 1 to M and j varies from 1 to C. Then calculate cluster centroid based on weighted average using equation ๐ถ๐‘— = โˆ‘ ๐‘ˆ๐‘€๐‘–๐‘— ๐‘š ๐ท๐‘‹ ๐‘– ๐‘€ ๐‘–=1 โˆ‘ ๐‘ˆ๐‘€๐‘–๐‘— ๐‘š๐‘€ ๐‘–=1 (5) next, calculate Euclidean distance between cluster vectors to the data point using the formula ๐ธ๐‘ข๐‘_๐ท = |๐ท๐‘‹๐‘– โˆ’ ๐ถ๐‘—| 2 (6) this distance finds the closeness of each data point to the cluster vector Cj. For every iteration of FCM algorithm, the following objective point is minimized. ๐‘‚๐‘๐ฝ ๐‘š = โˆ‘ โˆ‘ ๐‘ˆ๐‘–๐‘—|๐ท๐‘‹๐‘– โˆ’ ๐ถ๐‘—| 2๐ถ ๐‘—=1 ๐‘€ ๐‘–=1 (7) if (ObJm-ObJm-1)<= ฮต is satisfied, following iteration is terminated. The value of ฮต ranges from 0 to 1. 2.4. Grey Wolf Optimization Mirijali et al proposed a new heuristic optimization algorithm. This algorithm mimics social hierarchy and hunting behavior of grey wolves in nature [21]. The advantage of grey wolf is simple, easily be programmed and does not need specific input parameters. Generally, Grey wolves live in a group (pack), each group has an average member of 5-10. All the members in the group have a own power of dominant hierarchy as shown in Figure 2(a). Four types of grey wolves alpha (ฮฑ), beta (ฮฒ), delta (ฮด), and omega (ฯ‰) are worked for simulating the leadership hierarchy. This is used to search and hunt the prey (solution) and the leadership priority level to plan the hunting are ฮฑ, ฮฒ , ฮด and ฯ‰ respectively. The wolves omega ฯ‰, and are responsible for guiding the search (hunting), while other wolves follow. Three steps of the hunting behavior are encircling, hunting and attacking the prey.
  • 5. Int J Elec& Comp Eng ISSN: 2088-8708 ๏ฒ Optimization Based Liver Contour Extraction of Abdominal CT Images (Jayanthi Muthuswamy) 5065 Encircling the prey When the grey wolves start hunting, they encircle prey. The encircling behavior is presented as a mathematical model and given as ๐ท = |๐ถ. ๐‘‹ ๐‘๐‘Ÿ๐‘’(๐‘ก) โˆ’ ๐‘‹๐‘”๐‘(๐‘ก)| (8) ๐‘›๐‘‹(๐‘ก + 1) = ๐‘‹ ๐‘๐‘Ÿ๐‘’(๐‘ก) โˆ’ ๐ด. ๐ท (9) ๐ด = 2๐‘Ž๐‘Ÿ1 โˆ’ ๐‘Ž (10) ๐ถ = 2๐‘Ÿ2 (11) Where t is a current iteration, Xpre is a prey position vector ,Xgp is the grey wolf vector position and A,C are the coefficient vector. Random vector is r1 and r2, the values in the range of [0,1]. The alpha guides the hunting process and beta and delta might have a part in hunting. The updating position of grey wolves is shown in Figure 2(b). The location of prey position is expected to come from the alpha, beta, and deltawolves q and given by the following equation ๐ท ๐›ผ๐‘› = |๐ถ1. ๐‘‹ ๐›ผ(๐‘ก) โˆ’ ๐‘‹๐‘”๐‘(๐‘ก)| (12) ๐ท๐›ฝ๐‘› = |๐ถ2. ๐‘‹ ๐›ฝ(๐‘ก) โˆ’ ๐‘‹๐‘”๐‘(๐‘ก)| (13) ๐ท ๐›ฟ๐‘› = |๐ถ3. ๐‘‹ ๐›ฟ(๐‘ก) โˆ’ ๐‘‹๐‘”๐‘(๐‘ก)| (14) ๐‘‹1๐‘“ = ๐‘‹ ๐›ผ(๐‘ก) โˆ’ ๐ด1 ๐ท ๐›ผ๐‘› (15) ๐‘‹2๐‘“ = ๐‘‹ ๐›ฝ(๐‘ก) โˆ’ ๐ด2 ๐ท๐›ฝ๐‘› (16) ๐‘‹3๐‘“ = ๐‘‹ ๐›ฟ(๐‘ก) โˆ’ ๐ด3 ๐ท๐›ฟ๐‘› (17) ๐‘‹(๐‘ก + 1) = ๐‘‹1๐‘“+๐‘‹2๐‘“+๐‘‹3๐‘“ 3 (18) Attacking When the prey stops moving, the grey wolves end the hunting process. This process is mathematically expressed by decreasing a from 2 to 0. If |Av| < 1, wolves move towards the prey for attacking. The pictorial representation of grey wolves updating position is shown in Figure 2(b). Figure 2(a). Social hierarchy of wolves [22] Figure 2(b). Position updating of grey wolf [22] in m-GWO optimization algorithm, mean is taken into consideration. This algorithm is used to find the optimal threshold values in order to improve the clustering results produced by FCM. The Psuedo code for m-GWO optimization Algorithm is shown in Table 2.
  • 6. ๏ฒ ISSN:2088-8708 Int J Elec & Comp Eng, Vol. 8, No. 6, December 2018 : 5061 - 5070 5066 Table 2. m-GWO algorithm pseudo code 1. Read the enhanced bilateral filter output. 2. Get cluster center Cj where j=1,2,โ€ฆnum_of_cluster using equation 4. 3. Initialise m-GWO parameters โ€“ search agents, dimension, maximum iteration , lower and upper search boundary. 4. Generate wolves position Pi randomly on size of the pack. 5. Assign Pj=Cj that is jth pack of ith wolves is Cj. 6. Initialize alpha, beta , delta. 7. Initialize wolves positions Pฮฑ, Pฮฒ, Pฮด 8. Set l=0(iteration) 9. While l<max_it do 10. for each search agent do 11. Calculate the fitness of each search agent. 12. Upadate current search agent position based on fitness. 13. End for 14. Update Pฮฑ, Pฮฒ, Pฮดusing equation 9-15 (by inserting mean before X) 15. Set l=l+1 16. End while 17. Use the best solution to generate the partition matrix Uij .And generate the final cluster with the partition matrix. 2.5. Label Connected Algorithm The algorithm has two modules: (i) Labeling of connected components (ii) Search for the largest component [23]. For the output of label connected component, apply morphological opening filter is used to fill the holes. The superposition of the contour on the original image allows us to deduct the region of the liver. To obtain the liver region, liver mask is multiplied with original image. 3. RESULTS AND ANALYSIS The proposed approach is analyzed, applied and tested on abdominal CT image dataset [24]. In this work, 20 Images is taken for analysis. All images are axial images. The proposed works are carried out on Pentium processor and implemented in MATLAB 9. The parameter setting of bilateral filter and m-GWO is shown in Table 3. Table 3. Parameter setting Term Description Values w Window size 5 ฯƒsd Spatial distance 3 ฯƒid Intensity difference 0.1 num_clus Number of fuzzy clusters 3 m Fuzziness 2 no_search Number of search agents 20 Max_it Number of iteration 10 lb,ub Lower and upper bound [0 255] The abdominal CT image is converted to gray scale image. To remove the noise artifacts, preprocessing is applied on gray level image CT images. Input to the bilateral filter is normalized with closed interval of [0, 1]. Since image was normalized, parameter of bilateral filter was also normalized by dividing with maximum intensity. The output of bilateral filter is shown in the Figure 3. Figure 3. Gray scale CT image and output of bilateral filter
  • 7. Int J Elec& Comp Eng ISSN: 2088-8708 ๏ฒ Optimization Based Liver Contour Extraction of Abdominal CT Images (Jayanthi Muthuswamy) 5067 The output of bilateral filter is taken for next phase. With the help of mGWO optimization method, three cluster centers of optimized values were obtained. These values were used by FCM algorithm.The corresponding cluster output is shown in Figure 4. Figure 4. FCM output of different clusters The best cluster was taken for post processing. In post processing phase, largest connected region was identified and morphological filling was done. This gives segmented liver contour as shown in Figure 5. Figure 5. Liver contour output and superimposed liver output with original image After obtaining the segmented liver, contour detection is used for the visualization. The volume of the liver is calculated using the formula given below. For sample database, Volume of liver =slice thickness* Area Area=Number of pixels *Pixel dimension The experimental results of proposed method are compared with other segmentation methods that were discussed in [25].The output of all methods is painted in Figure 6. From the figure it is inferred that FCM based optimization method gives better results. But the eye of the mind indicates that optimization results are admirable when compared to all other methods. This conclusion is purely based on visualization. To understand thebest segmentation method, following performance measures are done. Histogram based liver segmentation Seeded region growing based liver segmentation LCC based liver segmentation Proposed method Figure 6. Results of various segmentation methods
  • 8. ๏ฒ ISSN:2088-8708 Int J Elec & Comp Eng, Vol. 8, No. 6, December 2018 : 5061 - 5070 5068 Dice coefficient gives the similarity between automatic segmentation and ground truth image. And it defined as follows Dice = 2|AโˆฉM| |A+M| (16) True positive fractionalso called Sensitivity and Recall, measures the portion of positive vowels in the ground truth that are also identified as positive by the segmentation being evaluated. True Positive fraction = |AโˆฉM| M (17) Misclassification Rate = 1 โˆ’ |AโˆฉM| M (18) A is number of pixels of the automatically segmented liver regions and M is number of pixels of the manually segmented liver (ground truth) by the experts. Above metrics are used to find the similarity between automatic and manual segmented output (GT). Table 4 shows the statistical analysis of segmented output. Proposed method (PM) runs for Dataset contains 20 images and this table illustrates the detailed outcome of proposed work in terms of the dice coefficient, true positive rate and misclassification rate. The accuracy is more if the misclassification rate is less. Table 4. Performance metrics of proposed method Dataset PM GT TPF DICE MCR ID1 20054 22123 0.904 0.9217 0.096 ID2 2788 3103 0.8984 0.9023 0.1016 ID3 ID4 ID5 6612 10312 1852 7258 11886 1942 0.9109 0.892 0.9536 0.9318 0.9132 0.9264 0.0891 0.108 0.0464 The performance of proposed work is compared with [25] and the results are tabulated in Table 5, it can be observed that accuracy of the proposed work is improved. Thus, FCM based optimization method performed well for extracting the liver contour and it can be used in computer aided analysis system to find the abnormality in the liver contour.The dice coefficient plot are represented in Figure 7. Table 5. Comparison of other segmentation techniques in terms of dice coefficient Methods DT2 DT3 DT4 DT5 Histogram 0.67 0.652 0.689 0.7312 SRG LCC Proposed 0.78 0.83 0.90 0.754 0.841 0.9318 0.734 0.841 0.913 0.7862 0.891 0.9264 Figure 7. Dice coefficient plot of various segmentation methods
  • 9. Int J Elec& Comp Eng ISSN: 2088-8708 ๏ฒ Optimization Based Liver Contour Extraction of Abdominal CT Images (Jayanthi Muthuswamy) 5069 4. CONCLUSION The Proposed algorithm uses hybrid method, combination of FCM and mean Grey wolf optimization algorithm with label connected component algorithm for liver segmentation. The performance of the proposed method was compared with existing methods and the proposed method achieved the accuracy of 91 % for liver segmentation. The proposed work is mainly used to identify the suspicious pixels from the liver region and helps radiologists for diagnosing liver diseases. For the future studies, other optimization algorithms will be compared with proposed method for different medical imaging problems. REFERENCES [1] Richard Carlton, Arlene Mckenna Adler, โ€œAn overview of imaging modalities principles of radiographic imaging: An art and A scienceโ€, cengagelearning, 5th edition, 2012. [2] Akshat Gotra, Lojan Sivakumaran, โ€œLiver segmentation: indications, techniques and future directionsโ€, Insight imaging, vol 8, pp 377โ€“392, 2017. [3] Jayanthi, M., Kanmani, B., โ€œExtracting the Liver and Tumor from Abdominal CT Imagesโ€, IEEE, Fifth International Conference on Signal and Image Processing (ICSIP)", pp. 122-125, 2014. [4] Narinder Singh and SB Singh, โ€œA Modified Mean Gray Wolf Optimization Approach for Benchmark and Biomedical Problemsโ€, Evolutionary Bioinformatics, Volume 13, pp 1โ€“28, 2017. [5] Russo F. โ€œA method for estimation and filtering of Gaussian noise in imagesโ€. IEEE Transactions on Instrumentation and Measurement. 52(4): 1148-54, Aug 2003. [6] Sonali Patil VR. โ€œUdupi Preprocessing to be considered for MR and CT Images Containing Tumorsโ€. IOSR Journal of Electrical and Electronics Engineering. Vol 1(4): 54-7, 2012. [7] C Chaux L, Duval A, Benazza-Benyahia and Pesquet JC. โ€œA nonlinear Stein-based estimator for multichannel image Denoisingโ€. IEEE Transactions on Signal Processing, 56(8): 3855-70, 2008. [8] Narain Ponraj D, Evangelin Jenifer M, Poongodi P, Samuel Manoharan J. โ€œA Survey on the Preprocessing Techniques of Mammogram for the Detection of Breast Cancerโ€. Journal of Emerging Trends in Computing and Information Sciences. December; 2(12); 2011. [9] S. Gunasundari and M. Suganya Ananthi, โ€œComparison and Evaluation of Methods for Liver Tumor Classification from CT Datasetโ€, International Journal of Computer Applications, Volume 39โ€“ No. 18, 2012. [10] K. Mala, V. Sadasivam, and S. Alagappan, โ€œNeural Network based Texture Analysis of Liver Tumor from Computed Tomography Imagesโ€, International Journal of Biological, Biomedical and Medical Sciences, Vol. 2 Issue 1, pp 33-37, 2007. [11] Jayanthi, M., Kanmani, B., โ€œExtracting the Liver and Tumor from Abdominal CT Imagesโ€, IEEE, Fifth International Conference on Signal and Image Processing (ICSIP), pp. 122-125, 2014. [12] Kumar SS, Moni RS, Rajeesh, I. โ€œAutomatic liver and lesion segmentation: a primary step in diagnosis of liver diseases Signal, Image and Video Processingโ€. 2011 March 31. [13] Ahmed Fouad Ali, Abdalla Mostafa, Gehad Ismail Sayed, Mohamed Abd Elfattah, Aboul Ella Hassanien, โ€œNature Inspired Optimization Algorithms for CT Liver segmentationโ€, 2016. [14] Gehed Ismail Sayed, Aboul Ella Hassan and Gerald Scahefer, โ€œAn automated computer aided diagnosis system for abdominal CT liver imagesโ€, International conference on medical imaging, understanding and analysis (Elseveir), pp 68-73, 2016. [15] Mittal N, Singh U, Singh Sohi B. โ€œModified grey optimizer for global engineering optimizationโ€. Appl Comput Intel Soft Comput, 1โ€“16, 2016. [16] Edy Fradinata, Sakesun Suthumanon, Suntiamorntut, โ€œInitial optimal parameters of artificial neural network and SVRโ€, International Journal of Electrical and Computer Engineering (IJECE), Volume 8, Issue No 5, 2018. http://doi.org/10.11591/ijece.v8i5.pp%25p [17] Ratna Nitin Patil, Dr Sharvavi Chandrashekhar Tamane, โ€œA comparative analysis on the evaluation of classification algorithm in the prediction of diabetesโ€, International Journal of Electrical and Computer Engineering (IJECE), Vol 8 , Issue 5, 2018. http://doi.org/10.11591/ijece.v8i6.pp%25p [18] Jayanthi, M., Kanmani, B., โ€œExtracting Liver and Tumor from Computer Tomography Images Using Hybrid Techniquesโ€, International Journal of Innovations & Advancement in Computer Science, Volume: 4(3): 12-17; 2015. [19] Tomasi C, Manduchi R, โ€œBilateral Filtering Tomasi C, Manduchi R. 1998, Bilateral Filtering for Gray and Imagesโ€. India, Bombay: Proceedings of the IEEE International Conference on Computer Vision. p. 834-46, 1998. [20] Kumar SS, Moni RS, Rajeesh, I. โ€œAutomatic liver and lesion segmentation: a primary step in diagnosis of liver diseases Signal, Image and Video Processingโ€. March 31, 2011. [21] S. Mirjalili, S. Saremi, S.M. Mirjalili, and L.D.S. Coelho, โ€œMulti-objective grey wolf optimizer: A novel algorithm for multicriterion optimizationโ€, Expert Syst. Appl., vol. 47, pp. 106โ€“119, Apr 2016. [22] Mirjalili, and A. Lewis, โ€œGrey wolf optimizerโ€, Adv.Eng. Softw. vol. 69, pp. 46โ€“61, Mar. 2014. [23] M. Jayanthi, โ€œSegmentation of Liver Abnormality based on Label Connected Component Algorithmโ€, Inter. Journal of Scientific Engineering and Technology. Volume: 6, Issue: 7, PP: 247-249; 2017. [24] The cancer Imaging Archive (TCIA), http://www.cancerimagingarchive.net/ [25] M. Jayanthi, "Comparative Study of Different Techniques Used for medical image segmentation of Liver from Abdominal CT Scan", IEEE WiSPNET 2016 conference; pp. 1462-1465, 2016.
  • 10. ๏ฒ ISSN:2088-8708 Int J Elec & Comp Eng, Vol. 8, No. 6, December 2018 : 5061 - 5070 5070 BIOGRAPHIES OF AUTHORS M. Jayanthi is Senior Assistant Professor in Department of Electronics and Communication Engineering, New Horizon College Of Engineering, Bengaluru and Karnataka, India. She received her M.E degree in Communication Systems from Mepco Schlenk Engineering college, Sivakasi, Tamilnadu in the year 2006.She is pursuing the Ph.D degree in the Department of ECE, BMS college of Engineering, Bengaluru. Her research interests include image processing, Digital Signal processing and Biomedical signal processing. She has 11 years of experience in teaching. Email:jayanthi.sathishkumar@live.com B Kanmani, Ph.D is Professor and Dean Academics, Department of Telecommunication Engineering, BMS college of Engineering, Bengaluru. She received her Bachelors in Electronics and Communication Engineering from Nagarujuna University in 1987, M.Tech. degree in Digital communication from Indian Institute of Technology, Kanpur in 1990, and PhD from the Indian Institute of Science Bangalore (IISc) in the year 2006. She has been with BMS College of Engineering, Bangalore, since 1995, and has to her credit 25 International publications, of which three are in Journals. She is a supervisor for the Ph.D student at Visvesvaraya Technological university, Belagavi. She teaches under-graduate courses on Analog Signal Processing, Digital Signal Processing, Analog Communication and Digital Communication.She is Senior Member IEEE, Member Tata Library and Life Member ISTE.