International Journal of Research and Scientific Innovation (IJRSI)
Comparative Analysis of Custom and Pre-Trained Convolutional Neural Networks (CNNs) for Object Recognition on the Cifar-10 Dataset
Published July 3, 2026 • Vol. 13, Issue 6, pp. 3499–3507Open Access
DOI: 10.51244/IJRSI.2026.1306000253
Abstract
Convolutional Neural Networks (CNNs) have significantly changed image classification over the years by allowing computers to learn features directly from raw pixel data. However, deciding between building a customised model and using a pre-trained one can be a difficult task, especially when working with small datasets. In this study, we compare a custom CNN with three pre-trained models—VGG16, ResNet50, and MobileNetV2—on the CIFAR-10 dataset, which comprises 60,000 colour images (32×32 pixels) across 10 categories. We measured model performance using accuracy, precision, recall, F1-score, and training time. The results show that pre-trained models performed much better than the customised model. ResNet50 had the highest accuracy at 92.4%. However, MobileNetV2 gave the best mix of speed (1,800 seconds to train) and accuracy (90.2%). The custom CNN reached 82.3% accuracy, used less memory, and did not need image resizing. These results offer clear benchmarks for choosing models in the face of limited resources. They also demonstrate that transfer learning can achieve strong performance, while showing that custom CNNs remain useful for learning and simple tasks.
Keywords: Convolutional Neural Networks; Transfer Learning
| Journal | International Journal of Research and Scientific Innovation (IJRSI) |
|---|---|
| ISSN | 2321-2705 |
| Volume / Issue | Volume 13, Issue 6 |
| Pages | 3499–3507 |
| Publication date | July 3, 2026 |
| DOI | 10.51244/IJRSI.2026.1306000253 |
| Publisher | RSIS International |
| License | Open Access |
How to cite this article
Oluwadamilare (Asabia) Joseph Omoniyi, Omotosho Olawale Jacob, Ajaegbu Chigozirim, Raymond Osi Alenoghena, Japinye Oluwaseun Abayomi, & Fatai Oguntade Aliu (2026). Comparative Analysis of Custom and Pre-Trained Convolutional Neural Networks (CNNs) for Object Recognition on the Cifar-10 Dataset. International Journal of Research and Scientific Innovation (IJRSI), 13(6), 3499-3507. https://doi.org/10.51244/IJRSI.2026.1306000253
BibTeX
@article{Oluwadamilare2026,
title = {Comparative Analysis of Custom and Pre-Trained Convolutional Neural Networks (CNNs) for Object Recognition on the Cifar-10 Dataset},
author = {Oluwadamilare (Asabia) Joseph Omoniyi and Omotosho Olawale Jacob and Ajaegbu Chigozirim and Raymond Osi Alenoghena and Japinye Oluwaseun Abayomi and Fatai Oguntade Aliu},
journal = {International Journal of Research and Scientific Innovation (IJRSI)},
volume = {13},
number = {6},
pages = {3499--3507},
year = {2026},
doi = {10.51244/IJRSI.2026.1306000253},
publisher = {RSIS International}
}