Efficient Brain Tumor Classification with Lightweight CNN Architecture: A Novel Approach
Priyam Ganguly, Akhilbaran Ghosh

TL;DR
This paper introduces a lightweight CNN architecture with separable convolutions and SE blocks for efficient and accurate brain tumor classification from MRI images, achieving high accuracy with reduced computational complexity.
Contribution
The novel model combines separable convolutions and SE blocks to improve feature extraction while maintaining efficiency, setting a new benchmark in brain tumor classification.
Findings
Validation accuracy of 99.22%
Test accuracy of 98.44%
Outperforms existing models by 0.5-1% in accuracy
Abstract
Brain tumor classification using MRI images is critical in medical diagnostics, where early and accurate detection significantly impacts patient outcomes. While recent advancements in deep learning (DL), particularly CNNs, have shown promise, many models struggle with balancing accuracy and computational efficiency and often lack robustness across diverse datasets. To address these challenges, we propose a novel model architecture integrating separable convolutions and squeeze and excitation (SE) blocks, designed to enhance feature extraction while maintaining computational efficiency. Our model further incorporates batch normalization and dropout to prevent overfitting, ensuring stable and reliable performance. The proposed model is lightweight because it uses separable convolutions, which reduce the number of parameters, and incorporates global average pooling instead of fully…
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
MethodsDropout · Batch Normalization · Average Pooling · Global Average Pooling
