Engineering Proceedings (Oct 2023)
Feature Extraction of Ophthalmic Images Using Deep Learning and Machine Learning Algorithms
Abstract
Deep learning and Machine Learning Algorithms has become the most popular method for analyzing and extracting features especially in medical images. And feature extraction has made this task much easier. Our aim is to check which feature extraction technique works best for a classifier. We used Ophthalmic Images and applied feature extraction techniques such as Gabor, LBP (Local Binary Pattern), HOG (Histograms of Oriented Gradients), and SIFT (Scale-Invariant Feature Transform), where the obtained feature extraction techniques are passed through classifiers such as RFC (Random Forest Classifier), CNN (Convolutional Neural Network), SVM (Support Vector Machine), and KNN (K-Nearest Neighbors). Then, we compared the performance of each technique and selected which feature extraction technique gives the best performance for a specified classifier. We achieved an accuracy of 94% for Gabor Feature Extraction technique using CNN Classifier, 92% accuracy for HOG Feature Extraction technique using RFC Classifier, 90% accuracy for LBP Feature Extraction technique using RFC Classifier and we achieved 92% accuracy for SIFT Feature Extraction technique using RFC Classifier.
Keywords