English

CIFAR-10: KNN-based Ensemble of Classifiers

Computer Vision and Pattern Recognition 2016-11-16 v1

Abstract

In this paper, we study the performance of different classifiers on the CIFAR-10 dataset, and build an ensemble of classifiers to reach a better performance. We show that, on CIFAR-10, K-Nearest Neighbors (KNN) and Convolutional Neural Network (CNN), on some classes, are mutually exclusive, thus yield in higher accuracy when combined. We reduce KNN overfitting using Principal Component Analysis (PCA), and ensemble it with a CNN to increase its accuracy. Our approach improves our best CNN model from 93.33% to 94.03%.

Keywords

Cite

@article{arxiv.1611.04905,
  title  = {CIFAR-10: KNN-based Ensemble of Classifiers},
  author = {Yehya Abouelnaga and Ola S. Ali and Hager Rady and Mohamed Moustafa},
  journal= {arXiv preprint arXiv:1611.04905},
  year   = {2016}
}
R2 v1 2026-06-22T16:53:10.175Z