You are on page 1of 6

International Conference on Communication and Signal Processing, April 6-8, 2017, India

A Study of the Phases of Classification of Liver


Diseases from Ultrasound Images and Gray
Level Difference Weights Based Segmentation
Midhila.M, Raghesh Krishnan K and R.Sudhakar

 non-invasive, cost effective, portable and popular technique


Abstract— This paper presents a study of the state of the art (due to the aforesaid reasons) employed in the primary
techniques applied to computer based analysis and classification diagnosis of liver disorders. It uses high frequency sound
of liver diseases from ultrasound images. The diseased portions waves to visualize the soft tissues inside the human viscera.
from the ultrasound images are analyzed and categorized using The images are captured in real time and help the physician to
techniques such as Despeckling, Segmentation, Feature extraction
analyze blood flow and movements of internal organs. The
and Classification. Automatic segmentation of ultrasound images
is complicated due to the fact that the image may include other
amount of risk and discomfort involved in an ultrasound based
organs which are close to the liver, irregular structure of disease, diagnosis is less in comparison with biopsy. One of the major
poor quality of image, lack of color cues, and lack of definite applications of ultrasound based diagnostics is in liver imaging
boundaries and presence of noise. This work makes a study of and fetal development. Clinical diagnosis is made on the basis
different techniques used in the different phases of biomedical of visual perception. Isolation of the diseased region,
liver ultrasound processing such as noise removal, segmentation, especially in focal disorders normally requires segmentation. A
Feature Extraction and classification. This work also presents the segmented image can provide more focus on the diseased
segmentation results obtained using Gray Level Difference portion thereby aiding the physicians in better analysis in
Weights Method on 10 types of liver diseases from ultrasound
assisted diagnosis. Image processing plays a vital role in
images.
medical diagnosis. In the case of computer aided classification
Index Terms— Ultrasound images; Liver disease; systems, segmentation plays a vital role in enhancing the
Segmentation; Classification; Despeckling; Gray level difference accuracy by focusing on the diseased portion for the
weights. subsequent step of feature extraction thereby eliminating all
the surrounding regions of lesser interest which can contribute
to misclassification. Low contrast, missing boundaries and
I. INTRODUCTION noise complicate the task of medical image segmentation. In a

L iver is one of the largest and most important internal organs computer aided system, segmentation is followed by feature
in the human body. Malfunctioning of the liver affects extraction and classification. Extraction of robust features
almost all the other organs in the human body. Liver results in better classification accuracy provided the
disorders are typically classified into two categories namely classification mechanism is robust enough to handle the
focal disorders and diffused disorders. Focal liver diseases complex similarities and differences of medical images
such as hemangioma, hepatitis and cyst are confined to small especially liver ultrasound images.
regions of the liver surface whereas the diffused liver disorders Selective surveys in different perspectives of automated
such as fatty liver and cirrhosis, affect major portions of the diagnosis such as despeckling, automatic liver segmentation,
liver without any definite shape or confinement. Liver diseases Region of Interest (ROI) identification, feature extraction and
are often difficult to diagnose due to indefinite symptoms or classification have been attempted by various researchers. This
could be easily mistaken for symptoms of other disease. Often paper presents a survey of the methods used in the recent past
times, for segmentation, feature extraction and classification of liver
disorders from ultrasound images. The section II describes the
the liver might be already facing considerable damages literature survey and section III concludes the paper.
without any significant symptoms. Ultrasound imaging is a II. REVIEW OF LITERATURE SURVEY
Computer based classification of liver diseases from
Midhila.M, Raghesh Krishnan k are with the Department of Computer ultrasound images using image processing techniques
Science and Engineering, Amrita School of Engineering, Coimbatore generally involves the phases of despeckling, enhancement,
Amrita Vishwa Vidyapeetham, Amrita University, India ROI detection or segmentation, feature extraction and
(email:cb.en.p2cvi15005@cb.students.amrita.edu, k_raghesh@cb.amrita.edu)
classification. This survey presents the various methods
R.Sudhakar is with the Department of Electronics and Communication
Engineering, Dr.Mahalingam College of Engineering and Technology adapted in the recent past to perform the above tasks.
Udumalai Road, Pollachi-642003, Tamilnadu, India
(email: sudhakar.radhakrishnan@gmail.com)

978-1-5090-3800-8/17/$31.00 ©2017 IEEE

1582
A. PREPROCESSING TECHNIQUES threshold value depends entirely on the size of the signal.
Ultrasound images are prone to degradation by a Smriti et al. [9] study three image enhancement techniques
multiplicative noise known as speckle noise. Speckle noise is namely shock filter, spatial filter and Contrast Limited
produced as a result of interference between ultrasound pulses Adaptive Histogram Equalization. In [10] the aim is to
from closely spaced reflectors. This section presents a study of compare the performance of different denoising techniques for
various filtering techniques used for speckle noise removal ultrasound images. The technique includes five filters such as
from ultrasound images. Some of the well known filters used Gaussian, median, wiener, shock and butter worth low pass
for speckle reduction in the literature include Kuan, Lee, filters. A comparison table of filters is constructed with values
Gamma MAP Median, standard Frost, Weiner, Enhanced of PSNR and MSE of the input image and filtered image.
Frost, and SRAD filters. Despeckling techniques such as Gaussian filters are found to have better PSNR values for the
Anisotropic Diffusion, modified techniques such as Speckle images.
Reduction Anisotropic Diffusion (SRAD) and Enhanced stick
filter also find their frequent application in preprocessing B. SEGMENTATION
stage. Deepti et al. [1] use a modified SRAD method. The Segmentation is the process of dividing an image into one or
existing method is SRAD, which is commonly used as a non- more regions thereby making the task of image analysis easier.
linear image processing technique. This technique mainly A variety of segmentation techniques such as texture based
focuses on noise removal and maintains edges. The modified techniques, improved Otsu’s algorithm, automatic
SRAD technique produces images without blurring and the segmentation etc., exist in the literature.
fine details in the image can be visualized more clearly. The L.Massoptier et al. [11] proposed an automatic
performance comparison of MSRAD and SRAD on ultrasound segmentation method. Liver segmentation possesses more
images is achieved by computing beta metrics, a figure of complexity to separate the regions due to the low contrast with
merit and correlation coefficient. Aksel et al. [2] defined an adjacent organs present inside the human body. Ribeiro et al.
algorithm called windowed SRAD which considers a large [12] segments the images using a semi – automatic approach.
local neighborhood. The technique eliminates the diffused The extracted features are used along with the laboratory data
feature edges thereby enhancing the accuracy in the for identifying the disease from ultrasound images. A
segmentation of echocardiographic images. The accuracy comparison is made using different classifiers such as Support
obtained is 94%. Sharma et al. [3] implement an Enhanced Vector Machine (SVM), k-nearest neighbour (k-nn) and
stick algorithm for denoising noisy ultrasound images. A linear bayesian. The best result is obtained using k-nn with accuracy
array is categorized into two portions called sticks and of 80.68%. Raghesh and Sudhakar in [13] implement
possible outcomes.The proposed method is found to provide Isocontour segmentation based on marching squares and
better perfomance in noise reduction and accuracy rate. thresholding for classification of ten types of focal and
Prathap et al. [4] implement a non linear multidimensional diffused liver diseases. From the segmented regions,
filter known as peak and valley method for noise reduction. GrayLevelCo-occurenceMatrix (GLCM) and fractal features
The technique uses an improved Otsu’s algorithm for are extracted and classified using SVM and artificial neural
segmentation. The system is a fully automated one and can networks. The accuracy attained by the implementation is
replace the median filter in order to improve the efficiency. 92%. Mandeep et al. in [14] focus on the region of interest
The technique classifies liver images into normal liver or a (ROI) of the image. Aggarwal et al. [15] provide an automatic
tumor and acquires an overall accuracy of 85%. Garg et al. [5] system for liver disease prediction. The system includes a
propose a despeckling approach for ultrasound images by training procedure and automatic ROI detection. The final
using a wiener filter and applys thresholding in discrete image is classified with the textures present in the image using
wavelet transform domain. The image used for experiment svm and obtains an accuracy of 92.4%. Ali et al. [16]
contains speckle noise ranging from 5% to 30%. Benzarti and developed an automated method for the diagnosis of normal
Amiri [6] design a method that combines a diffusion tensor liver and focal liver diseases like Hepatocellularcarcinoma
and logarithmic transformation. The objective is to allow (HCC), Cyst and Hemangioma. The ROI is selected with the
diffusion along with the orientation of greatest coherence help of fuzzy c-means and level set method. The system yields
under additive noise condition. The tensor structure provides a an accuracy of 96.11%. Guodong et al. [17] design a shape
powerful description of local image patterns. Meriem et al. [7] model design for segmentation. The method uses thresholding
propose a new method that integrates a data misfit function and Euclidean distance transform for identifying the position
and weighted total variation function. A multiplicative of the disease affected region. For detecting the exact position,
regularization method is used for image denoising and it deformable graph cut method is used. The images for
preserves the region boundary. Mitiche et al. [8] present a evaluation are obtained from the Sliver07 and 3Dircadb
wavelet based technique that uses a Dual Tree Complex database. Ananth et al. [18] work on a methodology known as
Wavelet Transform and shrinkage (DTCWT). The method Geodesic Graph cut method. The edge information and
retains a balance between accuracy and smoothness. DTCWT geodesic distance are combined with a graph cut framework.
is an enhanced model of discrete wavelet transform and has The proposed geodesic graph cut can improve the
additional properties of directional selectivity in high computerized visualizations for noninvasive diagnosis of
dimensions and is shift invariant. Universal thresholding is hepatic tumors and proves to be a better segmentation
applied to the images, which is a simple entropy measure. The technique compared to fully automatic systems. The accuracy

1583
obtained for liver segmentation is 96.1% and for tumor it is shade. US images are categorized into normal liver, HCC and
92.3%. In [19] the method consists of three steps such as primary liver cell carcinoma (PLCC). The diagnosis is made
texture analysis, calculation of liver distribution and liver on the basis of diagnostic indices – False Negative Rate,
organ localization. The technique is selective in both global Specificity, False Positive Rate and Sensitivity of 60%.
and local texture distribution. The proposed method segments Suganya and Rajaram [28] introduce a hybrid approach made
the image with an accuracy of 97.3% on true positive volume of SVM and Relevance feedback method. Fractal based
fraction. In [20] the algorithm reduces the image using geometry features, GLCM and first order statistics are used to
morphological erosion and intensity analysis. The images of differentiate liver cyst from alchoholic cirrhosis and
benign and malignant lesions of size 512x512 are used. The carcinoma. with an accuracy of 72.1%. In [29] parameters of
liver is segmented by connected region growing method and ultrasound images are determined with the help of a novel
for segmenting lesions; Fuzzy C-Means clustering is used. combination of features based on wavelet, higher order spectra
and texture. The method classifies the liver disease into normal
C. FEATURE EXTRACTION
and Fatty liver. The technique achieves an accuracy of 93.3%.
The features used to describe the regions obtained after Maggi et al. [30] make an experimental comparison of
segmentation can be textural analysis, first order statics such as different texture models such as GLCM, GLDS, Spatial Gray
mean, standard deviation, higher order statical features such as Level Co-occurrence Matrix (SGLCM), first order Statics,
Haralick, Gray Level Co-Occurrence Matrix (GLCM), Foureir Power Spectrum (FPS) for Content Based Medical
GLRLM and combination of one or more features such as Image Retrieval. Among the various features analyzed,
GLCM and fractal features. SGLCM and FPS are found to be suitable for liver ultrasound
Mandeep et al. in [21] deal with texture analysis and use image retrieval.
seven features, based on the linear discriminant analysis. The
proposed method combines the best features from different
textures that are used in the dataset. In Icer et al. [22], a D. CLASSIFICATION
combination of GLCM and fractal features are analyzed. The The process of grouping the images based on the similarity
method designs a quantitative graduation system based on gray of features is known as classification. A wide variety of
relational analysis to identify fatty livers. Priyanjana et al. [23] classification mechanisms are found in the literature. This
present CAD systems that can be used for diagnosis of focal section addresses the classification techniques frequently
liver lesion from CT images and B-mode ultrasound images. In applied to liver disease classification of ultrasound images.
this work, classification of four types of hepatic tissues such as Huang et al. [31] employ two classifiers SVM and k-nn for
normal liver, hepatic cyst, hemangioma and HCC is analyzed. classification. The classified images are grouped on the basis
A set of texture features consisting of five texture analysis of classifiers and performance of two classifiers is compared.
methods such as First order statics, Spatial Gray-Level The method reports an accuracy of 82.5%. A semi automatic
Dependence Matrix (SGLM), Gray-Level Difference Matrix , procedure is adopted by Ricardo et al. in [32]. The algorithm
Law’s Texture Energy Measures and Fractal Dimension uses two classifiers such as k-NN and a SVM with different
Measurements are extracted from the ROI. The system can kernels. The features extracted from the images are tabulated
decrease the interpretation time and improves diagnostic according to the clinical information. The classifier identifies
specificity and sensitivity. Ali et al. [24] developed an the liver disease by maximizing the sensitivity rate. Allan et al.
automated method for the diagnosis and classification of liver in [33] implement a method for diagnosing the accuracy of
lesions using Multi-SVM. The ROI selection is done using ultrasound imaging for chronic liver diseases. The technique
fuzzy c-means and level set methods. The features extracted uses a quality assessment of diagnostic study by answering a
are 22 Haralick features and a histogram feature and given to set of questions related to the disease which says yes, no or
the SVM classifier which reports a classification accuracy of unclear and provides a graphical representation of diagnostic
96.11%. Karule and Hardeep [25] developed an optimal neural data using receiver operator characteristic plots. The results
network based decision support system, which seems to be a are obtained on the basis of a score is given to the answers.
precise and reliable method for diagnosis of cirrhosis and The specificity obtained by the sysytem is 97.6% and
chronic active hepatitis. The neural network is trained by eight sensitivity of 87.8% Andreia et al. [34] presents a semi-
texture features, extracted from five different regions of automatic classification method to evaluate steatosis liver
interests in each B-mode ultrasonic image of normal liver, tissues. First order statistical features namely mean, median
cirrhosis and Chronic Active Hepatitis (CAH). The proposed and texture features such as GLCM, GLRLM are extracted and
Multilayer perception neural network gives an accuracy of classified using SVM, Artificial networks and k-NN. To
96.55% and it is computationally simple. Ravindran et al. [26] determine the features which have a significant relation
attempt to identify cysts, cancers, and tumours by analysing between the classes, a statistical regression technique is used.
their unique echo texture patterns using back propagation Jitendra et al. [35] extract the ROI from image classes and
neural network classifier. Four feature selection methods extract wavelet packet texture descriptors such as mean,
including GLCM, GLRLM, Gabor wavelet, and Law’s spectral standard deviation and energy features computed from various
texture features are used. The use of combined features yields filters including Haar, Daubechies, biorthogonal, symlets and
a better rate of classification nearly 83%. In Aborisade et al. coiflets. The dataset consist of normal, HCC and cirrhotic liver
[27], GLCM method is used to extract textural features such as US. The work mentions an increased accuracy and sensitivity
entropy, energy, dissimilarity, contrast, correlation, cluster with an overall accuracy of 88.8%. Kumar and Moni [36] use

1584
a Fast Discrete Curvelet Transform (FDCT) for the liver disease using SVM and Naïve Bayes classifiers. The
classification of tumor into heptoma and hemangioma.The algorithm is compared based on the two factors namely
algorithm used is a wrapping transform known as wrapping accuracy and execution time. SVM gives a better classification
discrete curvelet transform. The accuracy obtained by applying accuracy of 79.6%. Dhamodharan [39] deals with the Naïve
the FDCT technique is 93.3%. Reetu and Narender [37] model bayes and Functional Trees (FT) Algorithm for classifying
a classification mechanism using Decision Tree Induction on liver disease into Liver cancer, Hepatitis and Cirrhosis. Naïve
Liver Cancer Datasets using Waikato Environment for bayes gives a better accuracy rate of 75.4% in comparison with
Knowledge Acquisition (WEKA). The J48 classifier algorithm FT algorithm. In [40], classification algorithms such as SVM,
is used for classification with a basic c4.5 decision tree Naïve Bayes, Decision trees and Back propagation Neural
induction. The algorithm divides the data samples based on the Networks are analyzed on UCLA liver dataset. The
attribute value into 100 training samples and 50 test samples. combination of KNN, SVM and Back propogation gives a
The method is found to be flexible for application on large better classification rate based on the values of Accuracy,
datasets and can combine one or more classification Specificity and Precision. TABLE I summarizes different
techniques to improve the performance and high accuracy. techniques used in the above sections.
Vijayarani and dhayanand [38] implement a prediction for
TABLE I
SUMMARY OF THE ACCURACIES OBTAINED USING VARIOUS TECHNIQUES IN THE PHASES OF CLASSIFICATION
Approach Author Disease classified Technique used Accuracy (%)
Aksel et al. [2] Normal liver Windowed SRAD 94
Prathap et al. [4] Normal or a Tumor liver Peak and valley method 85
Pre-processing Benzarti and Amiri [6] Normal liver Diffusion tensor & logarithmic 80
transformation
Raghesh et al. [13] 10-focal and diffused liver Isocontour segmentation 92
Aggarwal et al. [15] Normal liver Training procedure& automatic ROI 92.4
Segmentation detection
Ananth et al. [18] Hepatictumors & Normal liver GeodesicGraph cut method 92.3

Feature Extraction Ravindran et al. [26] Cysts, Cancers, and tumours GLCM, GLRLM, Gabor wavelet, and 83
Law’s spectral texture features
Suganya andRajaram [28] Cyst,cirrhosis and carcinoma Fractal based geometry features, GLCM 72.1
and first order statistics
Acharya et.al[29] Normal and Fatty liver Novel combination of features based on 93.3
wavelet, higher order spectra and texture.

Classification Vijayarani and dhayanand [38] Normal liver SVM and Naïve Bayes classifiers 79.6

Kumar and Moni [36] Heptoma and Hemangioma. Fast Discrete Curvelet Transform 93.3
Dhamodharan. S[39] Cancer, Hepatitis and Cirrhosis Naïve bayes & Functional Trees 75.4

The accuracy obtained from different classifiers is


represented in the Fig.1. From the graph we can conclude E. Gray Difference Weight segmentation
that SVM classifier yields a better perfomance rate
compared to the other classifiers. The method segments an object in an image using Fast
Marching Method (FMM) [41] using grayscale intensity
difference weights. The row and column index of pixels are
specified for a refrence grayscale intensity value. Threshold
for absolute grayscale intensity difference values, specified
as a non – negative scalar of class double. The above
parameter puts a hard threshold on the absolute grayscale
intensity difference values, and strongly suppresses the
output weight value for any pixel whose absolute grayscale
intensity difference from the reference grayscale intensity is
greater than the cutoff by assigning them the smallest weight
value. When the output weight array W is used for FMM
based segmentation (as input to imsegfmm), this parameter
Fig. 1. Accuracy using Classification

1585
can be useful in improving the accuracy of the segmentation diseases like cyst with an accuracy of 80%, hcc of 55% and
output. The segmentation works for the diseases like cyst, echinococcosis of 60% are having better accuracy rate
hcc, echinococcosis and cirrhosis. The results obtained are compared to other diseases. The method works well for
tabulated in Table II. The liver disease like abscess, fatty focal liver diseases than diffused liver diseases.
liver, hepatitis, metastasis, hemangioma doesnot works well
for gray level difference weight segmentation because of the III. CONCLUSION
intensity difference and nature of disease present in US In this paper review of existing literature of diagnosing
images. the liver disease based on the ultrasound image has been
made. For proper segmentation a thorough understanding of
TABLE II
. RESULTS FOR GRAY LEVEL DIFFERENCE WEIGHTS image is necessary. The features extracted from the
Disease Input image Output image segmented regions are used for the classification of liver
disease. We hope that this review will help researchers to
Cyst have an understanding of the currently used techniques for
identifying the disease affected region. This study shows
that there is an immense scope for further research to
identifying different liver diseases by using ultrasound
images. The results obtained using the gray difference
method is verified with the help of a physician. The fig2
contains the segmentation accuracy which is obtained after
HCC the verification of the segmented region with the orginal
image.
REFERENCES
[1] D. Mittal, V. Kumar, S.C. Saxena, N. Khandelwal, N. Kalra,
"Enhancement of the ultrasound images by modified anisotropic
diffusion method", Medical and Biological Engineering and
Computing, vol. 48 no. 12, pp. 1281-1291, 2010.
[2] Alla Aksel, Andrew D. Gilliam, John A. Hossack and Scott T.
Acton,” Speckle Reducing Anisotropic Diffusion for
Echinococcosis Echocardiography”.
[3] Neha sharma and Sukhpreet Kaur,” A New Approach for
Despeckling of Medical Ultrasound Images”,in International Journal
of Computer Science Engineering and Information Technology
Research (IJCSEITR) ISSN2249-6831 Vol. 3, Issue 1, Mar 2013,
301-306.
[4] P. Kumar, C. Prathap, and C. Dharshith, “An automatic approach for
Cirrhosis segmentation of ultrasound liver images,” Journal of Emerging
Technology and Advanced Engineering, vol. 3, no. 1, 2013.
[5] Garg. A, Goal J., Malik S., Choudhary K., Deepika: Despeckling of
Medical Ultrasound Images using Wiener Filter and Wavelet
Transform" IJECT, 2011.
[6] F. Benzarti, H. Amiri, "Speckle Noise Reduction in Medical
Ultrasound Images" IJCSI International Journal of Computer Science
Issues, Vol. 9, Issue 2, No 3, March 2012,ISSN:1694-0814. pp. 187-
194.
[7] Meriem Hacini, Fella Hachouf, Khalifa Djemal, "A new speckle
filtering method for ultrasound images based on a weighted
multiplicative total variation", Signal Processing, vol. 103, pp. 214-
229, 2014.
[8] Mitiche, L., Adamou-Mitiche, A. B. H. and Naimi, H. "Medical
image denoising using dual tree complex thresholding wavelet
transform". Applied Electrical Engineering and Computing
Technologies (AEECT), 2013 IEEE Jordan Conference on, 2013, pp.
1-5.
[9] Smriti Sahu,Maheedhar Dubey,Mohammad Imroze khan,”Liver
Ultrasound Image Analysis using Enhancement Techniques
“,I n t e r n a t i o n a l J o u r n a l o f A d v a n c e d C o m p u t e r
R e s e a r c h ( I S S N ( p r i n t ) : 2 2 4 9 - 7 2 7 7 , Volume-2, Number-
4 Issue-6 ,December-2012
Fig. 2. Segmentation Accuracy for Different Diseases [10] Smriti Sahu,Maheedhar Dubey,Mohammad Imroze khan,Jitendra
Kumar, "Comparitive Evaluation of Filters for Liver Ultrasound
Fig.2. represents the segmentation accuracy of different Image Enhancement”,International Journal of Emerging Trends &
diseases using gray level difference weight method. The Technology in Computer Science(IJETTCS), Vol.2, Issue 1, Jan-Feb
2013, pp. 161-165.

1586
[11] L. Massoptier and S. Casciaro, "Fully automatic liver segmentation [27] Aborisade.D.O, Ojo. J. A., Amole, A.O., Durodola
through graph-cut technique",Proc. 29th Annu. Int. Conf. IEEE Eng. A.O."Comparative Analysis of Textural Features Derived from
Med. Biol. Soc. (EMBS), pp. 5243-5246,2007. GLCM for Ultrasound Liver Image Classification". International
[12] R. Ribeiro, R. Marinho, J. Velosa, F. Ramalho and J. M. Sanches, Journal of Computer Trends and Technology (IJCTT) V11(6):239-
"Diffuse liver disease classification from ultrasound surface 244, May 2014. ISSN: 2231-2803.
characterization, clinical and laboratorial data" in Pattern [28] Suganya, R. and S. Rajaram (2012), “Content Based Image Retrieval
Recognition and Image Analysis, pp. 167-175, 2011, Springer. of Ultrasound Liver Diseases Based on Hybrid Approach”, American
[13] Raghesh Krishnan and Sudhakar Radhakrishnan, "Focal and diffused Journal of Applied Sciences 9 (6): 938-945, ISSN 1546-9239.
liver disease classification from ultrasound images based on contour [29] U.R. Acharya, S.V. Sree, R. Ribeiro, G. Krishnamurthi, R.T.
segmentation", IET Image Process, vol. 9, no. 4, pp. 261-270, 2015. Marinho, J. Sanches, J.S. Suri, Data mining framework for fatty liver
[14] G. F. Xiao, M. Brady, J. A. Noble and Y. Y. Zhang, "Segmentation disease classification in ultrasound: a hybrid feature extraction
of ultrasound B-mode images with intensity inhomogeneity paradigm, Med. Phys. 39 (2012) 4255–4264.
correction", IEEE Trans. Med. Imag., vol. 21, no. 1, pp. 48-57, 2002 [30] Maggi Bansal; Vipul Sharma and Sukhwinder Singh”Comparison of
[15] Singh, Mandeep; Singh, Sukhwinder; Gupta, Savita "Investigations texture models for efficient ultrasound image retrieval “, Proc.
on ROI selection for liver classification", Electrical and Computer SPIE8670, Medical Imaging 2013: Computer-Aided Diagnosis,
Engineering (CCECE), 2014 IEEE 27th Canadian Conference 86702C (February 26, 2013).
on, on page(s): 1 – 6. [31] Y. Huang, X. Han, X. Tian, Z. Zhao, J. Zhao and D. Hao, "Texture
[16] Karan Aggarwal, Hardeep Singh Ryait, “Ultrasound Image Analysis analysis of ultrasonic liver images based on spatial domain
of Cirrhosis Liver Disease Using SVM Classifier”, International methods", Image and Signal Processing (CISP), 2010 3rd
Journal of Advanced Research in Computer Science and Software International Congress on, pp. 562-565, 2010.
Engineering 3(9), pp. 63-69, Volume: 3, Issue 9, September .2013. [32] R. Ribeiro, R. Marinho, J. Velosa, F. Ramalho and J. M. Sanches,
[17] Guodong Li; Xinjian Chen; Fei Shi; Weifang Zhu; Jie Tian; Dehui "Diffuse liver disease classification from ultrasound surface
Xiang "Automatic Liver Segmentation Based on Shape Constraints characterization, clinical and laboratorial data" in Pattern
and Deformable Graph Cut in CT Images", Image Processing, IEEE Recognition and Image Analysis, pp. 167-175, 2011, Springer.
Transactions on, On page(s): 5315 - 5329 Volume: 24, Issue: 12, [33] R. Allan, K. Thoirs, and M. Phillips, “Accuracy of ultrasound to
Dec. 2015. identify chronic liver disease,” World J Gastroenterol., vol. 28, no.
[18] C. Ananth, D.L.R. Bai , K. Renuka, C. Savithra, A. Vidhya, 16, p. 35103520, July 2010.
Interactive Automatic Hepatic Tumor CT Image Segmentation, [34] Andreia Jose and Silvestre Silva, "Classifier Approaches for Liver
International Journal of Emerging Research in Management Steatosis using Ultrasound Images", Procedia Technology, vol. 5, pp.
&Technology ISSN: 2278-9359 (Volume-3, Issue-1),2014. 763-770, 2012.
[19] S. H. Luo, X. C. Li and J. M. Li, "Improvement of Liver [35] Jitendra Virmani,Vinod kumar,Naveen Kalra,Niranjan
Segmentation by Combining High Order Statistical Texture Features Khandelwal,”SVM-Based Characterization of Liver Ultrasound
with Anatomical Structural Features," Engineering, Vol. 5 No. 5B, Images Using Wavelet Packet Texture Descriptors”,journal of Digital
2013, pp. 67-72. doi: 10.4236/eng.2013.55B014. imaging , Volume: 26, Issue 3, pp. 530-543,June.2013.
[20] S. S. Kumar, R. S. Moni and J. Rajeesh, “Automatic Liver and [36] S.S. Kumar and Dr R.S. Moni, "Diagnosis of Liver Tumor from CT
Lesion Segmentation: A Primary Step in Diagnosis of Liver Images Using Fast Discrete Curvelet Transform", IJCA Special Issue
Diseases,” Signal, Image and Video Processing, Vol. 7, No. 1, 2011, on “Computer Aided Soft Computing Techniques for Imaging and
pp. 163-172. Biomedical Applications” CASCT, 2010.
[21] M. Singh, S. Singh and S. Gupta, "An information fusion based [37] Reetu and Narender Kumar., Medical Diagnosis For Liver Cancer
method for liver classification using texture analysis of ultrasound Using Classification Techniques. International Journal of Recent
images", Information Fusion, vol. 19, pp 91-96, 2014. Scientific Research Vol. 6, Issue, 6, pp.4809-4813, June, 2015.
[22] Icer S, Coskun A, Ikizceli T. Quantitative Grading Using Grey [38] V.Nagarajan,”Efficient Noise Reduction Method Using Iterative
Relational Analysis on Ultrasonographic Images of a Fatty Liver. Median Filter for Digital Images”, The 30th International Technical
Journal of medical systems 2011. Conference on Circuits/Systems, Computers and Communications
[23] Priyanjana Sharma, Shagun Malik, Surbhi Sehgal and Jyotika Pruthi, (ITC-CSCC 2015) June 29-July 2 at Grand Hilton Seoul, Seoul,
" Computer Aided Diagnosis Based on Medical Image Processing Korea.
and Artificial Intelligence Methods", International Journal of [39] Dhamodharan. S, Liver Disease Prediction Using Bayesian
Information and Computation Technology. ISSN 0974-2239 Vol. 3, Classification, Special Issue, 4th National Conference on Advanced
No. 9, pp. 887-892, 2013. Computing, Applications & Technologies, May 2014, page no 1-3.
[24] Ali A. Sakr, Magdi Elias Fares, and Mai Ramadan, “Automated [40] Bendi Venkata Ramana, Surendra. Prasad Babu. M, Venkateswarlu.
Focal Liver Lesion Staging Classification based on Haralick Texture N.B, A Critical Study of Selected Classification Algorithms for Liver
Features and Multi-SVM”, International Journal of Computer Disease Diagnosis, International Journal of Database Management
Applications (0975 – 8887) Vol. 91 – No.8, April 2014. Systems (IJDMS), Vol.3, No.2, May 2011 page no 101-114.
[25] P.T.Karule,S.V.Dudul, “ Intelligent Diagnosis of Liver Diseases [41] Shiyan Pan and Benoit M. Dawant, “Automatic 3D segmentation of
from Ultrasonic Liver Images:Neural Network Approach ”, the liver from abdominal CT images: a level-set approach”,Proc.
13th International Conference on Biomedical Engineering, Volume SPIE 4322, Medical Imaging 2001: Image Processing, 128 (July 3,
23 of the series IFMBE Proceedings pp- 215-218,Dec.2008. 2001); doi:10.1117/12.431019.
[26] S.Poonguzhali and G.Ravindran. "Automatic Classification of Focal
Lesions in Ultrasound Liver Images Using Combined Texture
Features," Information Technology Journal, 2008.

1587

You might also like