From Facial Parts Responses to Face Detection: A Deep Learning Approach

来源:互联网 发布:javascript程序例子 编辑:程序博客网 时间:2024/05/29 03:25

ICCV 2015 email to get code and model

http://personal.ie.cuhk.edu.hk/~ys014/projects/Faceness/Faceness.html

本文主要是用CNN进行人脸局部属性检测,然后各个部件综合起来得到人脸检测结果。

这里写图片描述
这里写图片描述

本文主要包含三个步骤:
3.1. Partness Maps Extraction 人脸部件提取
这里写图片描述

网络结构如下:
这里写图片描述
其中我们提取5个人脸部件
这里写图片描述

3.2. Ranking Windows by Faceness Measure
This problem can be simply formulated as maximum a posteriori (MAP)
这里写图片描述
3.3. Face Detection
we refine these windows by joint training face classification and bounding
box regression using a CNN similar to the AlexNet [16].

这里写图片描述

0 1
原创粉丝点击