Ijraset Journal For Research in Applied Science and Engineering Technology
Authors: G Hema
DOI Link: https://doi.org/10.22214/ijraset.2023.55735
Certificate: View Certificate
Cervical cancer and Preterm birth in a pregnant woman is the most serious issues. The aim of our study was to compare different classifiers with SVM and its application. Various statistical methods are proposed to predict special factors. In this probability distribution is used to predict the desired outcome. However, most of the times enough information about the probability distribution is not available. In such situation, we need well predictors with minimum assumptions. Support vector machine (SVM) is a good statistical method for prediction. First order statistical features of the Brix parameters were used. First and second order features were used as explanatory variables for support vector machine (SVM) classification. Second order GLCM features could significantly predict treatment outcome with more accuracies. The performance of the classifiers is measured in terms of accuracy, specificity, and sensitivity. Finally, the result indicates the SVM classifier generates highest level accuracy, which is higher than other classifiers.
I. INTRODUCTION
Magnetic resonance imaging (MRI) is one of the important technique for planning and monitoring cancer treatment. Here, tissue distribution is imaged as a function of space and time [1]. Unlike a conventional MRI [2] which is linked to tumor oxygenation [3]. DCE-MRI is useful tool for prediction of treatment outcome and planning [4].
Brix parameters can be used to capture the properties of a tumor related treatment outcome. Texture analysis is used to capture important characteristics of an image [5], [6]. Texture features can be used for tumor classification [7]. Gray level co-occurrence is one approach for texture analysis, here GLCM is constructed, from which second order statistical features of texture can be calculated [5]. GLCM texture analysis is computationally efficient [10]. GLCM based features from DCE-MRI can also used for different types of cancer [11]. Preterm birth is one of the most problems to cause death and complications in pregnancy. A delivery before 37 weeks of pregnancy is called preterm birth. The preterm birth in developed countries is 5% to 7% and higher in developing countries. The bacterial infection can cause preterm labor. Preterm birth can be predicted by predicting factors affecting this [12]. The aim of the current study was to compare different classifiers by its accuracy and performance analysis and its applications on cervical cancer (identify the patient to be normal or critical stage) and preterm birth by using SVM classifier via Brix parameters estimation and GLCM. This study shows that the performance is more than other classifiers because of features vector based classification. This paper is organized as follows. Section II includes some notations and preliminaries of proposed method. In Section III, the proposed system and its motivations are introduced. We then develop algorithm for solving the proposed model. Section IV presents some experimental results. Finally, we conclude this paper with some discussions on future research in Section V.
II. MATERIALS AND METHODS
The data in this study consisted of dynamic contrast enhanced magnetic resonance images patients with cervical cancer and pregnancy. The size of tumor is different for different patient. The tumors are in stage I, stage II, stage III and stage IV. The three-dimensional parameter maps were transformed into two-dimensional images by appending tumor slices. Brix parameters can be used to predict the treatment outcome for a particular patient.
Preterm or premature birth is defined as birth before 37 weeks or less than 259 days in pregnancy. It can be classified based on gestational age. GA can be calculated from the first day of the last menstrual period (LMP). The four classification of PTB are,
Where, A is the amplitude, kep is the transfer rate of contrast agent from the tumor tissue to the blood stream and kel is the washout rate of contrast agent from the blood plasma.
In pregnancy cervical length, OS closed or open and water level are important factors for preterm birth. In most of the pregnancy cervical length <3cm are preterm birth and cervical length >4cm are post birth. A machine learning classifier is an algorithm that automatically classifies data. That can save time and make more efficient. It has both supervised and unsupervised classifiers. Unsupervised machine learning classifiers based on structures and anomalies of data and supervised classifiers based on training data, based on this classified. Machine Learning Classifiers are performed faster and high accuracy. Five types of classification Algorithms are,
A. Decision Tree
A decision tree is one of a supervised machine learning classification algorithm. This algorithm works like a structure of a tree. It classifies data like tree trunk to branches to leaves. It used to categorize a data to desired class.
B. Naive Bayes Classifier
Naive Bayes is a probabilistic Algorithm that works like Yes/No. That will calculate the possibility of given data. Moving from tag to tag, this calculates the probability of data within a particular category or not.
C. K-Nearest Neighbors
K-nearest neighbors (k-NN) is a pattern recognition algorithm. That will calculates how the data correspond to other data in n-dimensional space. k-NN categorized by calculating its nearest neighbor ‘k’. If k = 1, it would be categorize into the class nearest 1.
D. Support Vector Machines
SVM algorithms classify a data by training dataset and creating a 3-dimensional classification model. SVM algorithms is excellent classifier because more accurate prediction and output as 3-dimensional. SVM algorithm is accurate machine learning models because it is multidimensional.
E. Artificial Neural Networks
Artificial neural networks are a collection of algorithms that work together to solve it. Artificial neural networks need lot of training data because the process is high. There are a different type of artificial neural networks depends on the problem we want to solve.
III. PROPOSED METHOD
The proposed system uses classification using SVM technique. Patient images are taken as input to proposed method. In training phase set of images to be trained and in testing particular new sick patient image to be tested. The input 3D image is transformed into 2D images by Brix parameters maps. SVM classification is a two step process,
The testing and training stage consist of,
Preterm birth problem is more in developing countries than developed countries. Using a support vector machine algorithm, we can classify whether a patient with cervical cancer to be normal or critical stage and classify factors that affecting premature birth.
Fig. 1 shows that block diagram of proposed method for classification using SVM. First features are extracted from training images by Brix parameter estimation and GLCM then image trained and classes to class label. New patient’s images are given to test image and features are extracted. Based on features SVM classified pregnancy patient as preterm birth or not and cervical cancer patient as normal or critical stage.
A. First Order Statistics
Brix parameters can be used to captures the properties of outcome. The mean, median, mode, standard deviation, maximum and minimum value, skewness, and kurtosis of each Brix parameter (A, kep, and kel) were calculated. Brix parameters are based on variance. Where A is amplitude, kep is transfer rate and kel is washout rate. In addition, percentile values from 10% to 90% with 10% increments, and the percentile widths from 25% to 75% and from 10% to 90% were included to obtain a good representation. Totally, 21 first order statistical features were calculated. This can be used to predict particular patient condition.
B. Gray Level Co-occurrence
A Gray Level Co-occurrence Matrix can be constructed by square matrix where the number of rows and columns equals the number of gray levels in the original image. The GLCMs can be obtained by dividing each element with the sum of all elements in the matrix. Before constructing GLCM neighborhood to be choose. Here, 4th neighborhood method is chosen for easiest process. Then normalized GLCM is calculated. In normalized matrix, the sum of all elements to be one.
Second order statistical features can be calculated from the gray level co-occurrence matrix. The four features calculated from GLCM are Contrast, Correlation, Energy, and Homogeneity.
First measures the contrast in gray level from one pixel to its neighbor as defined as,
4) Support Vector Machine is supervised learning algorithm used to classification and regression based on the concept of decision plane that defines the decision boundaries. SVM can be worked by mapping a data. It creates 2D as line or multidimensional as hyper plane which separate the data into classes. Supervised image classification can be divided in to two phases such as training data set and testing data set. In training phase, features are extracted based on energy, color and edges, etc. After features extraction images can be classified to corresponding image label. In testing phase also features extracted from testing image. After this process, the feature vector of testing image to be compared with feature vector of image label. Once the match is found with any of the class, an image is stored and labeled with same class. In cervical cancer patient, Images can be classified to level 1, level 2, level 3 and level 4. Level 1 is labeled as normal stage and level 4 are classified as critical stage. In pregnancy patient, images can be classified to term or preterm birth. In SVM clear classification between outcome dataset, comparison to other classifiers SVM has better computational complexity, more effective in multi dimensional, memory efficient, better accuracy.
5) Artificial Neural Networks predicting preterm birth at early stage by using advanced machine learning techniques and electrohysterography signal processing. EHG can be used to predict before labour. Six different ANN used to detect term and preterm births. First filtering the data then from the filtered data features are extracted that including root mean square, median frequency, peak frequency and sample entropy. Then we want to compare the oversampling results with results from original data for patient outcome. Artificial Neural Network is powerful machine learning technique but have some disadvantages. It is very flexible but required lot of computational power, complexity, hard to explain and training required lot of data.
IV. EXPERIMENTAL RESULTS AND DISCUSSION
The proposed classification technique is implemented in the working platform of MATLAB with machine configuration. Magnetic Resonance Imaging (MRI) is a medical imaging technique (non-invasive method) that can be used in radiology to generate image of organs in the body. Cervical cancer is a type of cancer that occurs in cervix (lower part of uterus that connects to vagina). Preterm birth is birth that occurs before 37 weeks of pregnancy. In our proposed method, patient with cervical cancer images / pregnancy patient images are given to an image classification process by using the classifiers techniques.
In this paper, we demonstrated that image classification based on features extraction. Based on this context, we proposed a GLCM and DT/NBC/KNN/SVM/ANN for classifying cervical cancer images or premature birth. Features are extracted from images using Brix Parameters Calculation and GLCM methods. Based on features SVM automatically classify cancer patient as normal or critical stage and pregnancy patient as term or preterm birth. The Performance analysis of the GLCM shows that more accuracy. The results shows that the complexity of the SVM classification process reduces highly because the system classifies an image to class label automatically based on vector features. The accuracy of five classification method reduces as the noise intensity increases. But the accuracy of SVM is more than other classification method for the every noise intensity. Naive Bayes Classifier is better as compare to decision tree classification model in the preterm birth data. ANN method classified like SVM but increases computational power. We concluded that the SVM classifier has a better performance to predict the factors affecting preterm delivery than DT/NBC/KNN/ANN model.
[1] N. Harry, F. J. Gilhert, and D. E. Parkin, “Predicting the Response of Advanced Cervical and Ovarian Tumors to Therapy,” Obstetrical & Gynecological Survey, vol. 64, no. 8, pp. 548-560, Aug, 2009. [2] L. Alic, M. van Vliet, C. F. van Dijke, A. M. M. Eggermont, J. F. Veenland, and W. J. Niessen, “Heterogeneity in DCE-MRI parametric maps: a biomarker for treatment response?,” Physics in Medicine and Biology, vol. 56, no. 6, pp. 1601-1616, Mar, 2011. [3] H. Lyng, A. O. Vorren, K. Sundfor, I. Taksdal, H. H. Lien, A. Kaalhus, and E. K. Rofstad, “Assessment of tumor oxygenation in human cervical carcinoma by use of dynamic Gd-DTPA-enhanced MR imaging,” Journal of Magnetic Resonance Imaging, vol. 14, no. 6, pp. 750-756, Dec, 2001. [4] M. A. Zahra, K. G. Hollingsworth, E. Sala, D. J. Lomas, and L. T. Tan, “Dynamic contrast-enhanced MRI as a predictor of tumour response to radiotherapy,” Lancet Oncology, vol. 8, no. 1, pp. 63-74, Jan, 2007. [5] R. C. Gonzalez, and R. E. Woods, Digital image processing, Upper Saddle River, N.J.: Pearson/Prentice Hall, 2008. [6] M. Mirmehdi, X. Xie, and J. Suri, Handbook of texture analysis, London: Imperial College Press, 2008. [7] X. Y. Yang, and M. V. Knopp. (2011, Feb). \"Quantifying Tumor Vascular Heterogeneity with Dynamic Contrast-Enhanced Magnetic Resonance Imaging: A Review,\" Journal of Biomedicine and Biotechnology [Online], 2011, 12 pages. Avaliable: doi:10.1155/2011/732848 [8] G. Castellano, L. Bonilha, L. M. Li, and F. Cendes, “Texture analysis of medical images,” ClinicalRadiology, vol. 59, no. 12, pp. 1061-1069, Dec, 2004. [9] L. Alic, “Quantification of Tumour Heterogeneity in MRI,” Ph.D. dissertation, Dept. of Medical Informatics, Erasmus University, Rotterdam, the Netherlands, 2013. [10] Batoul Ahadi1, Hamid Alavi Majd, Soheila Khodakarim, Forough Rahimi, Nourossadat Kariman, Mahieh Khalili1, Nastaran Safavi,“Using support vector machines in predicting and classifying factors affecting preterm delivery,”.
Copyright © 2023 G Hema. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
Paper Id : IJRASET55735
Publish Date : 2023-09-14
ISSN : 2321-9653
Publisher Name : IJRASET
DOI Link : Click Here