Reliable Deep Learning for Small-Scale Classifications: Experiments on Real-World Image Datasets from Bangladesh
Muhammad Ibrahim, Alfe Suny, MD Sakib Ul Islam, Md. Imran Hossain
TL;DR
This study evaluates a compact CNN on five real-world Bangladeshi datasets, comparing it with scratch-trained heavy models and transfer learning under identical conditions. The lightweight architecture achieves competitive accuracy on low-cardinality tasks (Datasets 1–3) with far fewer parameters and lower training time, while high-cardinality tasks (Dataset 5) favor pre-trained models despite a substantial resource burden. Data augmentation improves the lightweight model’s performance on fine-grained classifications, narrowing but not eliminating the gap to transfer learning. Overall, the work provides practical guidance for deploying efficient deep learning solutions in edge and resource-constrained environments, demonstrating that larger models are not always necessary for robust performance.
Abstract
Convolutional neural networks (CNNs) have achieved state-of-the-art performance in image recognition tasks but often involve complex architectures that may overfit on small datasets. In this study, we evaluate a compact CNN across five publicly available, real-world image datasets from Bangladesh, including urban encroachment, vehicle detection, road damage, and agricultural crops. The network demonstrates high classification accuracy, efficient convergence, and low computational overhead. Quantitative metrics and saliency analyses indicate that the model effectively captures discriminative features and generalizes robustly across diverse scenarios, highlighting the suitability of streamlined CNN architectures for small-class image classification tasks.
