Questions tagged [face-recognition]
15 questions
4
votes
5 answers
Can an AI generated image (such as pic of human face) be detected that it's AI generated?
AIs are getting better and better at creating images and art. Some of the stuff is almost impossible to be detected by the naked eye. But what about programs and algorithms? Instead of creating an image, can anything detect that this image was…

One Curious Person
- 141
- 1
3
votes
1 answer
Can a face recognition system be trained using only computer generated hyper realistic faces?
In order to train a face recognition system you need to have access to a large database with thousands of photos containing different faces. Companies like facebook and amazon have these databases but most average people do not.
If you don't have…

Maurice
- 133
- 4
2
votes
3 answers
Face liveness detection using face landmark points
How to detect liveness of face using face landmark points?
I am getting face landmarks from android camera frames. And I want to detect liveness using these landmark points.
How to tell if a human is making a specific movement that can be useful…

InfinityAndBeyond
- 21
- 2
1
vote
1 answer
Is it feasible to perform facial recognition on hundreds of thousands of individuals?
I came across a video with the title "you can buy things with your face in China". in the video, a woman scanned her face into a vending machine to buy a drink with only her face and without anything else. The description claimed that each face is a…

Peyman
- 534
- 3
- 10
1
vote
1 answer
Does the converted (now square) distorted image of a face affect the accuracy of the calculation of the similarity in FaceNet?
As far as I know,
FaceNet requires a square image as an input.
MTCNN can detect and crop the original image as a square, but distortion occurs.
Is it okay to feed the converted (now square) distorted image into FaceNet? Does it affect the…

jjangga
- 111
- 1
1
vote
0 answers
Face detection and replacement in photos
I have 2 photos, and my goal is to detect the face in one and place it on the face of the person in the other photo- basically face detection and replacement. It's not deep fakes. It's more of a computer vision-based approach for smoothing the edges…

Tina J
- 973
- 6
- 13
1
vote
0 answers
What is a "center loss"?
I have seen that a center loss is beneficial in computer vision, especially in face recognition. I have tried to understand this concept from the following material
A Discriminative Feature Learning Approach for Deep Face…

Nafees Ahmed
- 41
- 3
0
votes
1 answer
What is "Extra Supervision"?
I am reading Retinaface paper,
RetinaFace: Single-stage Dense Face Localisation in the Wild
Jiankang Deng, Jia Guo, Yuxiang Zhou, Jinke Yu, Irene Kotsia, Stefanos Zafeiriou
link: https://arxiv.org/abs/1905.00641
One of the questions we aim at…

mat
- 3
- 3
0
votes
0 answers
which journals accept an original idea on AI based face recognition tool as a conceptual paper
I have an original idea/concept for a new face recognition AI based tool. I do not want to patent it but wish to publish it as a conceptual paper, that is to share the original concept. which journals allows this kind of conceptual paper

Bhumika Patankar
- 1
- 1
0
votes
1 answer
Is it possible to build a facial recognition system using a multi-layered DNN?
I am completely new to AI. As the title says, is it possible to build a facial recognition system using a multi-layered DNN? Would this be effective/practical?
I want to implement such a neural network in Python, without the use of any external…

Anm
- 103
- 2
0
votes
2 answers
What is the difference between face identification, face verification, and face recognition?
I am confused. On some websites, face identification is just face detection, while face verification is finding the person's identification. They are both considered components of face recognition. But in some websites face verification is 1-to-1…

Faizan Riasat
- 1
- 1
0
votes
1 answer
Arcface implementation for image similarity produces opposite embeddings for positive negative image pairs
So I've built an arcface model with this arcface layer implementation:
https://github.com/4uiiurz1/keras-arcface/blob/master/metrics.py
I trained for a few epochs and now that I'm comparing the results I'm quite baffled.
According to the paper and…

user199590
- 125
- 6
0
votes
1 answer
In a face database containing multiple images per subject, how do we determine the face image which is most suited for face recognition?
Let us imagine a face database with several subjects, each subject having multiple face images. How do we determine which is the best face suitable for face recognition purposes?
0
votes
3 answers
What are the steps that I need to follow to build a neural network for face recognition?
I have developed face recognition algorithms by using pre-built libraries in Python and open CV. However, suppose if I want to make my own neural network algorithm for face recognition, what are the steps that I need to follow?
I have just seen…
user28028
-1
votes
1 answer
Face recognition from single image provided
I am working on a computer vision project, based on face detection to record the time spent by a person in an office.
It consists of detecting the face by camera number 1 (input), temporarily storing the detected face, calculating the time spent…

Fahd Zaghdoudi
- 3
- 2