Any plans to implement the face detection algorithm proposed by [Zhu and Ramanan, 2012]?
It's considered the state of the art algorithm for face detection. Link to the paper: http://www.ics.uci.edu/~xzhu/paper/fa...
It looks interesting, is there any matlab code available? (PS by whom is it considered state of the art, if 2012 is state of the art then we have a problem :-)
It's got 916 citations, so presumably someone finds it useful. For what it's worth, the authors provide MATLAB code here
On this paper here from 2015, they use the standard Viola-Jones, and for those cases that Viola-Jones can't detect a face, the latter is used, Zhu-Ramanan.
By the way, this paper above is one of the best algorithms for sentiment analysis on faces out there, therefore I consider the the Zhu-Ramanan state of the art for face detection.