0
votes

A classic example of image classification problem is to classify handwritten digits using softmax linear regression model for MNIST data. Let us suppose there is a facial database of 10 subjects and 10 images for each subject. This will be a problem of image (face) recognition.

So considering the difference in the feature space of digits and faces, by analogy can I assume each subject as each digit and images of subjects as examples of handwritten digits and apply the classification algorithm to perform recognition. Check this link

Please help me understand this?

2
Stackoverflow is not the right forum for those kind of question. Take a look at the "Digital Signal Processing" Stackexchange forum instead: dsp.stackexchange.com - R. Q.
@R.Q. This is a general question, which has tricky usage of terminology. - TheBiometricsGuy

2 Answers

1
votes

In this context there is no difference. Just two data sets for a classification problem: handwritten digit images with digits as labels or face images with subjects as labels.

However normally face recognition tasks involve finding all faces in one picture, not labeling them

0
votes

In the context of face recognition when you say recognizing you are identifying ROI as person out of image while in classification you classify ROI to one of predefined class say male or female.