scholarly journals A Review on Brain Tumor Classification Methodologies

Author(s):  
Bichitra Panda ◽  
Chandra Sekhar Panda

Brain tumor is one of the leading disease in the world. So automated identification and classification of tumors are important for diagnosis. Magnetic resonance imaging (MRI)is widely used modality for imaging brain. Brain tumor classification refers to classify the brain MR images as normal or abnormal, benign or malignant, low grade or high grade or types. This paper reviews various techniques used for the classification of brain tumors from MR images. Brain tumor classification can be divided into three phases as preprocessing, feature extraction and classification. As segmentation is not mandatory for classification, hence resides in the first phase. The feature extraction phase also contains feature reduction. DWT is efficient for both preprocessing and feature extraction. Texture analysis based on GLCM gives better features for classification where PCA reduces the feature vector maintaining the accuracy of classification of brain MRI. Shape features are important where segmentation has already been performed. The use of SVM along with appropriate kernel techniques can help in classifying the brain tumors from MRI. High accuracy has been achieved to classify brain MRI as normal or abnormal, benign or malignant and low grade or high grade. But classifying the tumors into more particular types is more challenging.

Automated brain tumor identification and classification is still an open problem for research in the medical image processing domain. Brain tumor is a bunch of unwanted cells that develop in the brain. This growth of a tumor takes up space within skull and affects the normal functioning of brain. Automated segmentation and detection of brain tumors are important in MRI scan analysis as it provides information about neural architecture of brain and also about abnormal tissues that are extremely necessary to identify appropriate surgical plan. Automating this process is a challenging task as tumor tissues show high diversity in appearance with different patients and also in many cases they tend to appear very similar to the normal tissues. Effective extraction of features that represent the tumor in brain image is the key for better classification. In this paper, we propose a hybrid feature extraction process. In this process, we combine the local and global features of the brain MRI using first by Discrete Wavelet Transformation and then using texture based statistical features by computing Gray Level Co-occurrence Matrix. The extracted combined features are used to construct decision tree for classification of brain tumors in to benign or malignant class.


Author(s):  
Nirmal Mungale ◽  
Snehal Kene ◽  
Amol Chaudhary

Brain tumor is a life-threatening disease. Brain tumor is formed by the abnormal growth of cells inside and around the brain. Identification of the size and type of tumor is necessary for deciding the course of treatment of the patient. Magnetic Resonance Imaging (MRI) is one of the methods for detection of tumor in the brain. The classification of MR Images is a difficult task due to variety and complexity of brain tumors. Various classification techniques have been identified for brain MRI tumor images. This paper reviews some of these recent classification techniques.


Author(s):  
Ahmad M. Sarhan

A brain tumor is a mass of abnormal cells in the brain. Brain tumors can be benign or malignant. Conventional diagnosis of a brain tumor by the radiologist, is done by examining a set of images produced by magnetic resonance imaging (MRI). Many computer-aided detection (CAD) systems have been developed in order to help the radiologist reach his goal of correctly classifying the MRI image. Convolutional neural networks (CNNs) have been widely used in the classification of medical images. This paper presents a novel CAD technique for the classification of brain tumors in MRI images The proposed system extracts features from the brain MRI images by utilizing the strong energy compactness property exhibited by the Discrete Wavelet transform (DWT). The Wavelet features are then applied to a CNN to classify the input MRI image. Experimental results indicate that the proposed approach outperforms other commonly used methods and gives an overall accuracy of 98.5%.


2022 ◽  
Vol 22 (1) ◽  
pp. 1-30
Author(s):  
Rahul Kumar ◽  
Ankur Gupta ◽  
Harkirat Singh Arora ◽  
Balasubramanian Raman

Brain tumors are one of the critical malignant neurological cancers with the highest number of deaths and injuries worldwide. They are categorized into two major classes, high-grade glioma (HGG) and low-grade glioma (LGG), with HGG being more aggressive and malignant, whereas LGG tumors are less aggressive, but if left untreated, they get converted to HGG. Thus, the classification of brain tumors into the corresponding grade is a crucial task, especially for making decisions related to treatment. Motivated by the importance of such critical threats to humans, we propose a novel framework for brain tumor classification using discrete wavelet transform-based fusion of MRI sequences and Radiomics feature extraction. We utilized the Brain Tumor Segmentation 2018 challenge training dataset for the performance evaluation of our approach, and we extract features from three regions of interest derived using a combination of several tumor regions. We used wrapper method-based feature selection techniques for selecting a significant set of features and utilize various machine learning classifiers, Random Forest, Decision Tree, and Extra Randomized Tree for training the model. For proper validation of our approach, we adopt the five-fold cross-validation technique. We achieved state-of-the-art performance considering several performance metrics, 〈 Acc , Sens , Spec , F1-score , MCC , AUC 〉 ≡ 〈 98.60%, 99.05%, 97.33%, 99.05%, 96.42%, 98.19% 〉, where Acc , Sens , Spec , F1-score , MCC , and AUC represents the accuracy, sensitivity, specificity, F1-score, Matthews correlation coefficient, and area-under-the-curve, respectively. We believe our proposed approach will play a crucial role in the planning of clinical treatment and guidelines before surgery.


Author(s):  
P. Chandra Sandeep

The brain is the most crucial part of our human body which acts as central coordinating system for all the controlling and all regular functions of our body. The continuous growth of abnormal cells which creates certain mass of tissue is called as tumor. Tumor in the brain can be either formed inside the brain or gets into brain after formed at other part. But there is no clear information regarding the formation of brain tumor till date. Though the formation tumor in brain is not common or regular but the mortality rate of the infected people is very high because the brain is major part of body. So, it is very important get the treatment at the early stages of brain tumor but there is no direct procedure for detection and classification of tumor in the very first step of diagnosis. In actual medical diagnosis, mri images alone can’t be able to determine the detected tumor as either the cancerous or non-cancerous. But the tumor may be sometimes danger to life or may not be danger to life. Tumor inside the brain can be of either the benign(non- cancerous) or the malignant(cancerous). So, we need to detect the tumor from the MRI images through image processing and then to classify the detected tumor as it belongs to either the benign or malignant tumor. We are going to get the brain mri images as our dataset for our proposed method but the images we got may have the noise. So, we need to preprocess the image using the image preprocessing techniques. We are going to use several algorithms like thresholding, clustering to make the detection of tumor by using the image processing and image segmentation and after the detection of tumor we are going do feature extraction. This step involves the extraction of detected objects features using DWT. This extracted features are given as input to classifier algorithms like SVM’s and CNN after reduction of features using the PCA.


The brain tumor is one of the most dangerous, common and aggressive diseases which leads to a very short life expectancy at the highest grade. Thus, to prevent life from such disease, early recognition, and fast treatment is an essential step. In this approach, MRI images are used to analyze brain abnormalities. The manual investigation of brain tumor classification is a time-consuming task and there might have possibilities of human errors. Hence accurate analysis in a tiny span of time is an essential requirement. In this approach, the automatic brain tumor classification algorithm using a highly accurate Convolutional Neural Network (CNN) algorithm is presented. Initially, the brain part is segmented by thresholding approach followed by a morphological operation. The AlexNet transfer learning network of CNN is used because of the limitation of the brain MRI dataset. The classification layer of Alexnet is replaced by the softmax layer with benign and malignant training images and trained using small weights. The experimental analysis demonstrates that the proposed system achieves the F-measure of 98.44% with low complexity than the state-of-arts method.


2021 ◽  
Vol 18 (1) ◽  
pp. 21-27
Author(s):  
Assalah Atiyah ◽  
Khawla Ali

Brain tumors are collections of abnormal tissues within the brain. The regular function of the brain may be affected as it grows within the region of the skull. Brain tumors are critical for improving treatment options and patient survival rates to prevent and treat them. The diagnosis of cancer utilizing manual approaches for numerous magnetic resonance imaging (MRI) images is the most complex and time-consuming task. Brain tumor segmentation must be carried out automatically. A proposed strategy for brain tumor segmentation is developed in this paper. For this purpose, images are segmented based on region-based and edge-based. Brain tumor segmentation 2020 (BraTS2020) dataset is utilized in this study. A comparative analysis of the segmentation of images using the edge-based and region-based approach with U-Net with ResNet50 encoder, architecture is performed. The edge-based segmentation model performed better in all performance metrics compared to the region-based segmentation model and the edge-based model achieved the dice loss score of 0. 008768, IoU score of 0. 7542, f1 score of 0. 9870, the accuracy of 0. 9935, the precision of 0. 9852, recall of 0. 9888, and specificity of 0. 9951.


Brain tumors are the result of unusual growth and unrestrained cell disunity in the brain. Most of the medical image application lack in segmentation and labeling. Brain tumors can lead to loss of lives if they are not detected early and correctly. Recently, deep learning has been an important role in the field of digital health. One of its action is the reduction of manual decision in the diagnosis of diseases specifically brain tumor diagnosis needs high accuracy, where minute errors in judgment may lead to loss therefore, brain tumor segmentation is an necessary challenge in medical side. In recent time numerous ,methods exist for tumor segmentation with lack of accuracy. Deep learning is used to achieve the goal of brain tumor segmentation. In this work, three network of brain MR images segmentation is employed .A single network is compared to achieve segmentation of MR images using separate network .In this paper segmentation has improved and result is obtained with high accuracy and efficiency.


Author(s):  
Sreenivas Eeshwaroju ◽  
◽  
Praveena Jakula ◽  

The brain tumors are by far the most severe and violent disease, contributing to the highest degree of a very low life expectancy. Therefore, recovery preparation is a crucial step in improving patient quality of life. In general , different imaging techniques such as computed tomography ( CT), magnetic resonance imaging ( MRI) and ultrasound imaging have been used to examine the tumor in the brain, lung , liver, breast , prostate ... etc. MRI images are especially used in this research to diagnose tumor within the brain with classification results. The massive amount of data produced by the MRI scan, therefore, destroys the manual classification of tumor vs. non-tumor in a given period. However for a limited number of images, it is presented with some constraint that is precise quantitative measurements. Consequently, a trustworthy and automated classification scheme is important for preventing human death rates. The automatic classification of brain tumors is a very challenging task in broad spatial and structural heterogeneity of the surrounding brain tumor area. Automatic brain tumor identification is suggested in this research by the use of the classification with Deep Belief Network (DBN). Experimental results show that the DBN archive rate with low complexity seems to be 97 % accurate compared to all other state of the art methods.


Sign in / Sign up

Export Citation Format

Share Document