Predictive modeling of brain tumor: A Deep learning approach

Priyansh Saxena,Akshat Maheshwari,Saumil Maheshwari
DOI: https://doi.org/10.1007/978-981-15-6067-5_30
2023-07-16
Abstract:Image processing concepts can visualize the different anatomy structure of the human body. Recent advancements in the field of deep learning have made it possible to detect the growth of cancerous tissue just by a patient's brain Magnetic Resonance Imaging (MRI) scans. These methods require very high accuracy and meager false negative rates to be of any practical use. This paper presents a Convolutional Neural Network (CNN) based transfer learning approach to classify the brain MRI scans into two classes using three pre-trained models. The performances of these models are compared with each other. Experimental results show that the Resnet-50 model achieves the highest accuracy and least false negative rates as 95% and zero respectively. It is followed by VGG-16 and Inception-V3 model with an accuracy of 90% and 55% respectively.
Computer Vision and Pattern Recognition,Machine Learning,Image and Video Processing
What problem does this paper attempt to address?
The main objective of this paper is to develop a deep learning-based method to predict and classify tumors in brain magnetic resonance imaging (MRI). Specifically, the authors used three pre-trained convolutional neural network (CNN) models—VGG-16, Inception-v3, and ResNet-50—and fine-tuned these models using transfer learning to achieve automatic classification of tumors in brain MRI images. The main issues addressed by the paper include: 1. **Improving diagnostic accuracy**: By accurately identifying the type of tumor (benign or malignant) in brain MRI images, the accuracy of clinical diagnosis can be improved. 2. **Early detection**: Accurate detection at the early stages of tumor development is crucial for improving treatment outcomes. 3. **Reducing misdiagnosis**: Special attention is given to reducing the false-negative rate, as misdiagnosing cancer patients as healthy individuals can lead to severe consequences. Experimental results show that the ResNet-50 model performed the best in this task, achieving an accuracy of 95% and a false-negative rate of zero, making it highly suitable for practical applications. Additionally, the study emphasizes the importance of data augmentation, which involves expanding the original dataset to improve the model's generalization ability and reduce the risk of overfitting.