Brain tumor detection using magnetic resonance imaging (MRI) is a crucial task for early diagnosis and treatment planning, requiring models that are not only accurate but also computationally efficient. This study presents a comparative analysis of two Convolutional Neural Network (CNN) architectures, MobileNetV2 and VGG16, combined with Principal Component Analysis (PCA) for deep feature dimensionality reduction. The dataset consists of 253 brain MRI images (155 tumor and 98 non-tumor), which have been preprocessed and divided into training and testing sets using an 80:20 stratification split. Experimental results show that MobileNetV2 with PCA achieves an accuracy of 86.27%, with a precision of 87.50% and a recall of 90.32% for the tumor class, demonstrating balanced performance in classifying tumor and non-tumor images. VGG16 with the same PCA configuration achieves an accuracy of 64.71%, with a recall of 100% for the tumor class but a low recall of 10% for the non-tumor class. These findings suggest that extreme dimensionality reduction affects deep feature representation differently depending on the original feature structure. The results show that MobileNetV2 provides a better balance between accuracy and feature compactness at high dimensionality reduction settings, making it more suitable for resource-constrained medical image classification scenarios.
Copyrights © 2026