Abstract
Image classification stands as a fundamental task in computer vision, and Convolutional Neural Networks (CNNs) have emerged as highly proficient tools, demonstrating remarkable accuracy and performance. However, with the increasing complexity and diversity of image datasets, there is a growing need to improve the robustness and generalization of CNN-based classifiers. One promising approach to address this challenge is the ensembling of CNNs. Ensembling involves combining the outputs of multiple CNNs to enhance classification performance. This technique leverages the strength and diversity of individual models to achieve superior results compared to using a single model alone. Therefore, GLS-NET, an ensemble framework is proposed which uses three parallel ResNet50 CNNs and takes different features as input so as to induce the diversity in data which in turn can learn discriminative features to produce high accuracy. The proposed framework is evaluated on the most popular dataset, EMNIST, and achieved good performance improvement in accuracy. EMNIST is the most popular dataset used extensively in evaluating the performance of many deep learning techniques.