2023
DOI: 10.11591/ijai.v12.i2.pp627-640
|View full text |Cite
|
Sign up to set email alerts
|

A hybrid approach for face recognition using a convolutional neural network combined with feature extraction techniques

Abstract: Facial recognition technology has been used in many fields such as security, biometric identification, robotics, video surveillance, health, and commerce due to its ease of implementation and minimal data processing time. However, this technology is influenced by the presence of variations such as pose, lighting, or occlusion. In this paper, we propose a new approach to improve the accuracy rate of face recognition in the presence of variation or occlusion, by combining feature extraction with a histogram of o… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
3
0

Year Published

2023
2023
2024
2024

Publication Types

Select...
4
3

Relationship

0
7

Authors

Journals

citations
Cited by 9 publications
(8 citation statements)
references
References 21 publications
0
3
0
Order By: Relevance
“…Then we make the combined feature to go through a Dense layer with activation "ReLu" to learn and summarize the relationship between the two features [11]:…”
Section: Combine the Two Partsmentioning
confidence: 99%
See 1 more Smart Citation
“…Then we make the combined feature to go through a Dense layer with activation "ReLu" to learn and summarize the relationship between the two features [11]:…”
Section: Combine the Two Partsmentioning
confidence: 99%
“…Then, the output of the Dense layer will be passed into another Dense layer with activation "Softmax", and vocab size nodes to get result which is the probability distribution of the prediction for the next word [11]:…”
Section: Combine the Two Partsmentioning
confidence: 99%
“…Its role is to measure the divergence between the probability distribution predicted by a model and the actual distribution of classes by computing the output probability of a model and the labels that correspond to the classes. This operation is performed using the following equation: (10) Where j(θ) presents the total loss calculated from the predictions of the model, y i represents the true value of class i(0 or 1) and ŷi represents the probability predicted for class i by a model.…”
Section: Convolutional Neural Network Architecture Cnnmentioning
confidence: 99%
“…However, the presence of variance that can occur in several forms (lighting, orientation, pose, accessories, etc.) in an image can affect facial recognition, since facial recognition algo-rithms need a clear, sharp image of the face to identify unique features and compare them with a database of recorded faces [10]. This is why it is important to take variance into account when designing and evaluating facial recognition algorithms, and to ensure that they are capable of handling a wide variety of situations and image conditions to guarantee accurate and reliable identification.…”
Section: Introductionmentioning
confidence: 99%
“…For the calculation of the descriptor vector in the proximity. There are many techniques such as scale invariant feature transform (SIFT) [14], shape contexts [15], and speed up robust features (SURF), to name a few [6].…”
Section: Feature Extractionmentioning
confidence: 99%