Comparative Analysis of Resource-Efficient CNN Architectures for Brain Tumor Classification
Md Ashik Khan, Rafath Bin Zafar Auvee

TL;DR
This paper compares simple custom CNN architectures with complex pre-trained models like ResNet-18 and VGG16 for brain tumor classification, demonstrating that less complex models can achieve high accuracy and computational efficiency.
Contribution
It introduces a custom CNN architecture that performs competitively with pre-trained models, offering a more efficient alternative for brain tumor classification.
Findings
Custom CNN achieved over 98% accuracy in binary classification.
Custom CNN demonstrated robustness with few-shot learning.
Pre-trained models maintained high performance but with higher complexity.
Abstract
Accurate brain tumor classification in MRI images is critical for timely diagnosis and treatment planning. While deep learning models like ResNet-18, VGG-16 have shown high accuracy, they often come with increased complexity and computational demands. This study presents a comparative analysis of effective yet simple Convolutional Neural Network (CNN) architecture and pre-trained ResNet18, and VGG16 model for brain tumor classification using two publicly available datasets: Br35H:: Brain Tumor Detection 2020 and Brain Tumor MRI Dataset. The custom CNN architecture, despite its lower complexity, demonstrates competitive performance with the pre-trained ResNet18 and VGG16 models. In binary classification tasks, the custom CNN achieved an accuracy of 98.67% on the Br35H dataset and 99.62% on the Brain Tumor MRI Dataset. For multi-class classification, the custom CNN, with a slight…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBrain Tumor Detection and Classification · Neural Networks and Applications
MethodsVGG-16
