what is the latest and best face recognition algorithm?

17,239

Solution 1

The Viola Jones Face Detector is nice but of course it is just detection: http://www.cs.ubc.ca/~lowe/425/slides/13-ViolaJones.pdf if you want the best results you can try fusion by employing multiple methods at once and recogintion rate can increase considerably if performance is not an issue

Solution 2

Share:
17,239

Related videos on Youtube

Serak Shiferaw
Author by

Serak Shiferaw

System Support Officer @ awash internation bank and part time System designer and developer @ Innova It solutions plc

Updated on June 04, 2022

Comments

  • Serak Shiferaw
    Serak Shiferaw almost 2 years

    am doing my final project that includes face recognition and am trying to implement it on matlab. can anybody help me on getting some resources on each algorithms and their pro's and cons. plus if i get their matlab implementation i would be glad.

    i've tried PCA(Eigenfaces) but in some resources it says it not a good algorithm anymore. so am looking for an alternative.

    • Autonomous
      Autonomous about 11 years
      If you are looking for best face recognition algorithm, remember that it will require more efforts from your side. Anyway, searching Google Scholar should get you enough papers. I just found a PAMI paper: "Toward a practical face recognition system: Robust alignment and illumination by sparse representation"
  • Serak Shiferaw
    Serak Shiferaw about 11 years
    ya i heared this is the fastest algorithm to detect faces but not for recognition.