The Case for High-Accuracy Classification: Think Small, Think Many!
Mohammad Hosseini, Mahmudul Hasan

TL;DR
This paper introduces a lightweight ensemble of simple models using color features for high-accuracy image classification, achieving better accuracy and faster inference than deep models like ResNet-50, especially for resource-limited devices.
Contribution
The paper proposes a novel ensemble approach based on simple color features, demonstrating significant accuracy improvements and faster inference for classification tasks.
Findings
Higher prediction accuracy than ResNet-50
7.64x faster inference
Lower computational cost
Abstract
To facilitate implementation of high-accuracy deep neural networks especially on resource-constrained devices, maintaining low computation requirements is crucial. Using very deep models for classification purposes not only decreases the neural network training speed and increases the inference time, but also need more data for higher prediction accuracy and to mitigate false positives. In this paper, we propose an efficient and lightweight deep classification ensemble structure based on a combination of simple color features, which is particularly designed for "high-accuracy" image classifications with low false positives. We designed, implemented, and evaluated our approach for explosion detection use-case applied to images and videos. Our evaluation results based on a large test test show considerable improvements on the prediction accuracy compared to the popular ResNet-50 model,…
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
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications · Advanced Neural Network Applications
