The object detection model uses combined extraction with KNN and RF classification

Read original: arXiv:2405.05551 - Published 5/10/2024 by Florentina Tatrin Kurniati, Daniel HF Manongga, Irwan Sembiring, Sutarto Wijono, Roy Rudolf Huizen
Total Score

0

🔎

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • Object detection is crucial in various fields.
  • Developing detection models for 2D objects with rotation and texture variations is challenging.
  • This research proposes a new approach to address this challenge.

Plain English Explanation

Object detection is the process of identifying and locating objects within an image or video. It's an important technology used in many applications, such as self-driving cars, surveillance systems, and image analysis. However, creating accurate object detection models for 2D objects that can handle rotation and changes in texture is a difficult task.

In this research, the authors propose a new approach to address this challenge. They start by extracting texture features from the images using two techniques: gray-level co-occurrence matrix (GLCM) and local binary patterns (LBP). These features are then used to train classification models using k-nearest neighbors (KNN) and random forest (RF), as well as a voting ensemble (VE) approach.

The researchers tested their system on a dataset of 4,437 2D images. The KNN model achieved an accuracy of 92.7% and an F1-score of 92.5%, while the RF model performed slightly worse. Interestingly, the GLCM features helped improve the performance of both algorithms, but the KNN model was more consistent.

The voting ensemble approach, which combines the predictions of the KNN and RF models, provided the best overall performance with an accuracy of 93.9% and an F1-score of 93.8%. This demonstrates the effectiveness of ensemble techniques in improving object detection accuracy.

Technical Explanation

The proposed model starts with a feature extraction stage that combines GLCM and LBP techniques to obtain feature vectors from the input images. GLCM captures the spatial relationship between pixel intensities, while LBP encodes local texture information.

In the classification stage, the extracted features are fed into KNN and RF models, as well as a voting ensemble approach that combines the predictions of the two. KNN is a non-parametric algorithm that classifies an object based on the majority vote of its nearest neighbors. RF, on the other hand, is an ensemble learning method that trains multiple decision trees and aggregates their predictions.

The researchers evaluated the performance of these models on a dataset of 4,437 2D images. The results show that the KNN model achieved an accuracy of 92.7% and an F1-score of 92.5%, while the RF model performed slightly worse. The GLCM features were found to improve the performance of both algorithms, but the KNN model was more consistent.

The voting ensemble approach, which combines the predictions of the KNN and RF models, provided the best overall performance with an accuracy of 93.9% and an F1-score of 93.8%. This demonstrates the effectiveness of ensemble techniques in increasing object detection accuracy.

Critical Analysis

The research presented a novel approach to object detection that combines GLCM and LBP features, as well as a voting ensemble technique for classification. The results suggest that this approach is effective in handling 2D objects with rotation and texture variations.

However, the research did not explore the performance of the proposed model on more complex or realistic datasets, such as those with occluded objects or varying illumination conditions. Additionally, the authors did not provide any information about the computational complexity or training time of the different models, which could be an important consideration in real-world applications.

Furthermore, the research could have benefited from a more in-depth comparison to other state-of-the-art object detection methods, such as deep learning-based approaches. This would have provided a better understanding of the relative strengths and weaknesses of the proposed technique.

Conclusion

This research presents a novel approach to object detection that combines GLCM and LBP texture features, as well as a voting ensemble classification technique. The results demonstrate the effectiveness of this approach in handling 2D objects with rotation and texture variations, achieving an impressive accuracy of 93.9% and F1-score of 93.8%.

The combination of feature extraction and ensemble classification techniques shows promise for improving object detection in a variety of applications, such as autonomous vehicles, surveillance systems, and image analysis. While the research has some limitations, it contributes to the ongoing efforts to develop more robust and accurate object detection models.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

🔎

Total Score

0

The object detection model uses combined extraction with KNN and RF classification

Florentina Tatrin Kurniati, Daniel HF Manongga, Irwan Sembiring, Sutarto Wijono, Roy Rudolf Huizen

Object detection plays an important role in various fields. Developing detection models for 2D objects that experience rotation and texture variations is a challenge. In this research, the initial stage of the proposed model integrates the gray-level co-occurrence matrix (GLCM) and local binary patterns (LBP) texture feature extraction to obtain feature vectors. The next stage is classifying features using k-nearest neighbors (KNN) and random forest (RF), as well as voting ensemble (VE). System testing used a dataset of 4,437 2D images, the results for KNN accuracy were 92.7% and F1-score 92.5%, while RF performance was lower. Although GLCM features improve performance on both algorithms, KNN is more consistent. The VE approach provides the best performance with an accuracy of 93.9% and an F1 score of 93.8%, this shows the effectiveness of the ensemble technique in increasing object detection accuracy. This study contributes to the field of object detection with a new approach combining GLCM and LBP as feature vectors as well as VE for classification

Read more

5/10/2024

Total Score

0

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

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.

Read more

4/9/2024

Total Score

0

Adaptive Local Binary Pattern: A Novel Feature Descriptor for Enhanced Analysis of Kidney Abnormalities in CT Scan Images using ensemble based Machine Learning Approach

Tahmim Hossain, Faisal Sayed, Solehin Islam

The shortage of nephrologists and the growing public health concern over renal failure have spurred the demand for AI systems capable of autonomously detecting kidney abnormalities. Renal failure, marked by a gradual decline in kidney function, can result from factors like cysts, stones, and tumors. Chronic kidney disease may go unnoticed initially, leading to untreated cases until they reach an advanced stage. The dataset, comprising 12,427 images from multiple hospitals in Dhaka, was categorized into four groups: cyst, tumor, stone, and normal. Our methodology aims to enhance CT scan image quality using Cropping, Resizing, and CALHE techniques, followed by feature extraction with our proposed Adaptive Local Binary Pattern (A-LBP) feature extraction method compared with the state-of-the-art local binary pattern (LBP) method. Our proposed features fed into classifiers such as Random Forest, Decision Tree, Naive Bayes, K-Nearest Neighbor, and SVM. We explored an ensemble model with soft voting to get a more robust model for our task. We got the highest of more than 99% in accuracy using our feature descriptor and ensembling five classifiers (Random Forest, Decision Tree, Naive Bayes, K-Nearest Neighbor, Support Vector Machine) with the soft voting method.

Read more

4/26/2024

Local Binary Pattern(LBP) Optimization for Feature Extraction
Total Score

0

Local Binary Pattern(LBP) Optimization for Feature Extraction

Zeinab Sedaghatjoo, Hossein Hosseinzadeh, Bahram Sadeghi Bigham

The rapid growth of image data has led to the development of advanced image processing and computer vision techniques, which are crucial in various applications such as image classification, image segmentation, and pattern recognition. Texture is an important feature that has been widely used in many image processing tasks. Therefore, analyzing and understanding texture plays a pivotal role in image analysis and understanding.Local binary pattern (LBP) is a powerful operator that describes the local texture features of images. This paper provides a novel mathematical representation of the LBP by separating the operator into three matrices, two of which are always fixed and do not depend on the input data. These fixed matrices are analyzed in depth, and a new algorithm is proposed to optimize them for improved classification performance. The optimization process is based on the singular value decomposition (SVD) algorithm. As a result, the authors present optimal LBPs that effectively describe the texture of human face images. Several experiment results presented in this paper convincingly verify the efficiency and superiority of the optimized LBPs for face detection and facial expression recognition tasks.

Read more

7/29/2024