Digit Image Recognition Using an Ensemble of One-Versus-All Deep Network Classifiers
Abdul Mueed Hafiz, Mahmoud Hassaballah

TL;DR
This paper introduces an ensemble of One-Versus-All deep networks for digit image recognition, demonstrating improved accuracy over baseline methods on multiple datasets by training individual binary classifiers for each class.
Contribution
The paper explores and demonstrates the effectiveness of OVA deep ensemble classifiers, a novel approach in deep learning for multiclass digit recognition tasks.
Findings
Outperforms baseline on MNIST, USPS+, and MATLAB digit datasets.
Ensemble approach improves classification accuracy.
Training with OVA technique enhances deep network performance.
Abstract
In multiclass deep network classifiers, the burden of classifying samples of different classes is put on a single classifier. As the result the optimum classification accuracy is not obtained. Also training times are large due to running the CNN training on single CPU/GPU. However it is known that using ensembles of classifiers increases the performance. Also, the training times can be reduced by running each member of the ensemble on a separate processor. Ensemble learning has been used in the past for traditional methods to a varying extent and is a hot topic. With the advent of deep learning, ensemble learning has been applied to the former as well. However, an area which is unexplored and has potential is One-Versus-All (OVA) deep ensemble learning. In this paper we explore it and show that by using OVA ensembles of deep networks, improvements in performance of deep networks can be…
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 · Brain Tumor Detection and Classification · Machine Learning and Data Classification
