Performance Analysis of Image Classification on Bangladeshi Datasets
Mohammed Sami Khan, Fabiha Muniat, Rowzatul Zannat

TL;DR
This paper compares custom CNNs and pre-trained architectures like VGG-16, ResNet-50, and MobileNet on Bangladeshi image datasets, analyzing their performance, efficiency, and suitability for limited data scenarios.
Contribution
It provides a comparative analysis of custom versus pre-trained CNNs on Bangladeshi datasets, highlighting performance trade-offs and practical considerations.
Findings
Pre-trained CNNs outperform custom CNNs in accuracy and convergence speed.
Custom CNNs are more parameter-efficient and computationally less demanding.
Pre-trained models are preferable when high accuracy is needed with limited data.
Abstract
Convolutional Neural Networks (CNNs) have demonstrated remarkable success in image classification tasks; however, the choice between designing a custom CNN from scratch and employing established pre-trained architectures remains an important practical consideration. In this work, we present a comparative analysis of a custom-designed CNN and several widely used deep learning architectures, including VGG-16, ResNet-50, and MobileNet, for an image classification task. The custom CNN is developed and trained from scratch, while the popular architectures are employed using transfer learning under identical experimental settings. All models are evaluated using standard performance metrics such as accuracy, precision, recall, and F1-score. Experimental results show that pre-trained CNN architectures consistently outperform the custom CNN in terms of classification accuracy and convergence…
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
TopicsAdvanced Neural Network Applications · Machine Learning and Data Classification · COVID-19 diagnosis using AI
