提高人臉檢測性能新模型HPM
近期,一篇新的技術Paper《Occlusion Coherence Detecting and Localizing Occluded Faces》,在 FDDB測試結果 表明可以提高當前人臉檢測的性能。本文簡要摘錄和介紹了有關HDM算法的部分內容。
1:一種人臉檢測、姿勢估計、標記估計的統一模型
這個要從 CVPR 2012上獲得Google student paper award的一篇Paper說起,即《Face Detection, Pose Estimation, and Landmark Localization in the Wild》,具體摘要如下。
該文針對真實環境中的雜亂圖像,提出了一種人臉檢測、姿勢估計、標記估計的統一模型。該模型基于一種混合樹結構模型的算法,樹之間有部分共享池。 該模型根據不同的視角采用全局的混合來獲取拓撲改變。樹結構模型在獲取全局彈性變形上有令人驚訝的效果,可以很容易的優化不同密度的圖結構。該文提供了在 標準人臉benchmark上的擴展結果,同樣在一個新的真實環境注解的數據集上也進行了驗證。實驗結果證實了該系統,在三個任務(人臉探測、姿勢估計、 標記定位)都優于當前的最好結果。盡管該模型是采用成百上千的人臉訓練出來的,但結果不亞于(compare favourably with)由數十億級別樣本訓練出來的商業系統(例如Google Picasa和face.com)。
上圖:我們的混合樹模型將不同視角的拓撲變化進行了編碼。紅線表示成對部分跳變;注意這里是沒有閉環的,保持樹的屬性。所有的樹利用了一個公用的部分模版的共享池,可以形成有效的學習和推理。
Paper、Slide下載
X. Zhu , D. Ramanan . “Face detection, pose estimation and landmark localization in the wild” Computer Vision and Pattern Recognition (CVPR) Providence, Rhode Island, June 2012.
[pdf] [slides (Keynote file,36M)] [slides (PPT file, converted from keynote, animation may not work correctly,17M)]
</div>代碼和數據集下載:
Filename | Description | Size | </tr>|||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
README | Description of contents. | 2.3 KB | </tr>|||||||||||||||||||||||||
face-release1.0-basic.zip | Basic code (matlab) for face detection, pose and landmark estimation with pre-trained models. | 8.3 MB | </tr>|||||||||||||||||||||||||
face-release1.0-full.zip | Full code (matlab) for training and testing. You need MultiPIE dataset to run it. | 59 MB | </tr>|||||||||||||||||||||||||
sideview_annotation.zip | Landmark annotations of 400 sideview faces labeled by us. You also need the other annotations from CMU to reproduce the results in our paper (we don’t have permission to release them here). | 300 KB | </tr>|||||||||||||||||||||||||
mex-windows-compatible.zip | Windows compatible mex files(.cc). | 11 KB | </tr>|||||||||||||||||||||||||
models_CVPR2012.zip | The fully shared and independent model we used to produce the curves in our CVPR2012 paper. | 6.8 MB | </tr>|||||||||||||||||||||||||
AFW.zip | The Annotated Faces in the Wild (AFW) testset. | 47 MB | </tr> </tbody> </table>