Brain Tumor Segmentation from MRI Images using Deep Learning Techniques

Ayan Gupta,Mayank Dixit,Vipul Kumar Mishra,Attulya Singh,Atul Dayal
2023-04-29
Abstract:A brain tumor, whether benign or malignant, can potentially be life threatening and requires painstaking efforts in order to identify the type, origin and location, let alone cure one. Manual segmentation by medical specialists can be time-consuming, which calls out for the involvement of technology to hasten the process with high accuracy. For the purpose of medical image segmentation, we inspected and identified the capable deep learning model, which shows consistent results in the dataset used for brain tumor segmentation. In this study, a public MRI imaging dataset contains 3064 TI-weighted images from 233 patients with three variants of brain tumor, viz. meningioma, glioma, and pituitary tumor. The dataset files were converted and preprocessed before indulging into the methodology which employs implementation and training of some well-known image segmentation deep learning models like U-Net & Attention U-Net with various backbones, Deep Residual U-Net, ResUnet++ and Recurrent Residual U-Net. with varying parameters, acquired from our review of the literature related to human brain tumor classification and segmentation. The experimental findings showed that among all the applied approaches, the recurrent residual U-Net which uses Adam optimizer reaches a Mean Intersection Over Union of 0.8665 and outperforms other compared state-of-the-art deep learning models. The visual findings also show the remarkable results of the brain tumor segmentation from MRI scans and demonstrates how useful the algorithm will be for physicians to extract the brain cancers automatically from MRI scans and serve humanity.
Image and Video Processing,Computer Vision and Pattern Recognition,Machine Learning
What problem does this paper attempt to address?
The problem that this paper attempts to solve is the automatic segmentation of brain tumors. Specifically, the authors use deep - learning techniques to improve the efficiency and accuracy of identifying and locating brain tumors from MRI images. Manual segmentation of brain tumors is time - consuming and requires the expertise of medical experts, which limits its wide application in clinical practice. Therefore, this research aims to use deep - learning models, especially U - Net and its variants (such as Attention U - Net, Deep Residual U - Net, ResUnet++ and Recurrent Residual U - Net), to achieve efficient and accurate automatic segmentation of brain tumors. The dataset used in the study contains 3,064 T1 - weighted MRI images from 233 patients with three different types of brain tumors: meningioma, glioma and pituitary adenoma. Through experiments, the authors found that the Recurrent Residual U - Net model achieved the best performance with an average Mean Intersection Over Union (MIoU) of 0.8665 with the help of the Adam optimizer, outperforming other advanced deep - learning models for comparison. This result indicates that the proposed algorithm can effectively automatically extract brain cancer areas from MRI scans and is of great value for doctors to quickly diagnose brain tumors.