Vishal Awasthi, Mamta Tiwari, Amit Yadav, Gesu Thakur, Mamata Mayee Panda, Hemant Kumar, Shivneet Tripathi
This study presents an automated framework for brain tumor classification aimed at accurately distinguishing tumor types in MRI images. The proposed model integrates InceptionResNetV2 for feature extraction with Deep Stacked Autoencoders (DSAEs) for classification, enhanced by sparsity regularization and the SwiGLU activation function. InceptionResNetV2, pre-trained on ImageNet, was fine-tuned to extract multi-scale features, while the DSAE structure compressed these features to highlight critical attributes essential for classification. The approach achieved high performance, reaching an overall accuracy of 99.53 %, precision of 98.27 %, recall of 99.21 %, specificity of 98.73 %, and an F1-score of 98.74 %. These results demonstrate the model's efficacy in accurately categorizing glioma, meningioma, pituitary tumors, and non-tumor cases, with minimal misclassifications. Despite its success, limitations include the model's dependency on pre-trained weights and significant computational resources. Future studies should address these limitations by enhancing interpretability, exploring domain-specific transfer learning, and validating on diverse datasets to strengthen the model's utility in real-world settings. Overall, the InceptionResNetV2 integrated with DSAEs, sparsity regularization, and SwiGLU offers a promising solution for reliable and efficient brain tumor diagnosis in clinical environments.•Leveraging a pre-trained InceptionResNetV2 model to capture multi-scale features from MRI data.•Utilizing Deep Stacked Autoencoders with sparsity regularization to emphasize critical attributes for precise classification.•Incorporating the SwiGLU activation function to capture complex, non-linear patterns within the data.