GLCM-Based Feature Combination for Extraction Model Optimization in Object Detection Using Machine Learning

Florentina Tatrin Kurniati,Daniel HF Manongga,Eko Sediyono,Sri Yulianto Joko Prasetyo,Roy Rudolf Huizen
DOI: https://doi.org/10.26555/jiteki.v9i4.27842
2024-04-06
Abstract:In the era of modern technology, object detection using the Gray Level Co-occurrence Matrix (GLCM) extraction method plays a crucial role in object recognition processes. It finds applications in real-time scenarios such as security surveillance and autonomous vehicle navigation, among others. Computational efficiency becomes a critical factor in achieving real-time object detection. Hence, there is a need for a detection model with low complexity and satisfactory accuracy. This research aims to enhance computational efficiency by selecting appropriate features within the GLCM framework. Two classification models, namely K-Nearest Neighbours (K-NN) and Support Vector Machine (SVM), were employed, with the results indicating that K-Nearest Neighbours (K-NN) outperforms SVM in terms of computational complexity. Specifically, K-NN, when utilizing a combination of Correlation, Energy, and Homogeneity features, achieves a 100% accuracy rate with low complexity. Moreover, when using a combination of Energy and Homogeneity features, K-NN attains an almost perfect accuracy level of 99.9889%, while maintaining low complexity. On the other hand, despite SVM achieving 100% accuracy in certain feature combinations, its high or very high complexity can pose challenges, particularly in real-time applications. Therefore, based on the trade-off between accuracy and complexity, the K-NN model with a combination of Correlation, Energy, and Homogeneity features emerges as a more suitable choice for real-time applications that demand high accuracy and low complexity. This research provides valuable insights for optimizing object detection in various applications requiring both high accuracy and rapid responsiveness.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
The paper primarily addresses the optimization of object detection in real-time applications, particularly by enhancing the feature extraction process within the Gray Level Co-occurrence Matrix (GLCM) method to improve computational efficiency. Specifically, the research aims to reduce the complexity of the algorithm while ensuring high accuracy to meet the demands of real-time systems. To achieve this goal, researchers employed two classification models—K-Nearest Neighbors (K-NN) and Support Vector Machine (SVM)—and conducted comparative analyses by combining different features from the GLCM, such as correlation, energy, and homogeneity. The study found that under certain feature combinations, the K-NN model could achieve 100% accuracy with lower complexity, whereas the SVM could also reach 100% accuracy in some cases but with excessive complexity, potentially unsuitable for real-time application scenarios. Therefore, the main contribution of the paper is the proposal of an optimized scheme, which involves using the K-NN model in conjunction with features like correlation, energy, and homogeneity for object detection. This method maintains high accuracy and has lower computational complexity, making it highly suitable for applications requiring real-time responses.