Ask Your Question

forthtemple's profile - activity

2013-05-15 16:17:01 -0600 commented question Fisherfaces improve classification?

Is there any algorithms you would recommend for classification?

2013-05-15 16:14:34 -0600 commented answer Fisherfaces improve classification?

Its a shame no one has a created a haarcascade_gender.xml classifier. Would be good to check if it is better than 80% that I'm getting with fisherfaces with just 80 training images.

2013-05-15 11:05:35 -0600 commented answer Fisherfaces improve classification?

I tried 200 training images and got no improvement. Also I found that eigenfaces is no good for classification. I think eigenfaces is good for face recognition while fisherfaces is better for face classification.

2013-05-13 05:10:24 -0600 received badge  Editor (source)
2013-05-13 05:09:02 -0600 asked a question Fisherfaces improve classification?

I'm using Fisherfaces for face classification of race and gender and I cannot get it better then about 80%. Wondering if anyone has any tips on improving it. Note I'm also trying various matlab fisherface scripts aswell and all are about 80% accurate.

Note that the things I've tried is:

  1. Increasing the name of training images. But I find 80 images is about the maximum where there is only marginal improvement when it is more than that.

  2. Instead of using the best picked face match, instead get the average of the top three. Eg if face one is male, face 2 is female and face 3 is female then choose female as the gender. But I find this gives worse results than just picking the best matched face.

  3. Changing normalisation, contrast etc of the images. But I find this only has a marginal effect on the accuracy.