Detecting Faces Using Region-based Fully Convolutional Networks

本文使用 R-FCN 来进行人脸检测

R-FCN 相对于 Faster R-CNN 主要讲卷积层前移进行共享计算

人脸检测的挑战性:
人脸检测-- Face R-FCN + Face R-CNN

本文的 contributions:
1) 提出基于R-FCN 的人脸检测防范: Face R-FCN
2)提出一个 novel position-sensitive average pooling 用于综合人脸各个特征信息
3)在 WIDER FACE dataset and FDDB dataset 性能优异

Face R-FCN framework
人脸检测-- Face R-FCN + Face R-CNN

Position-Sensitive Average Pooling
人脸不同的特征区域具有不同的权重
We believe such assumption that distinct regions on the face have different importance should also hold in face detection

Multi-Scale Training and Testing
multi-scale training and testing strategy to improve performance
采用 On-line Hard Example Mining (OHEM)

4 Experiments
WIDER FACE
人脸检测-- Face R-FCN + Face R-CNN
人脸检测-- Face R-FCN + Face R-CNN

FDDB
人脸检测-- Face R-FCN + Face R-CNN
人脸检测-- Face R-FCN + Face R-CNN

下面两篇文献都是基于 Faster R-CNN 来进行人脸检测的

Face Detection with the Faster R-CNN
https://arxiv.org/abs/1606.03473
https://github.com/playerkk/face-py-faster-rcnn

Face R-CNN
https://arxiv.org/abs/1706.01061

111

相关文章:

  • 2021-08-14
  • 2021-05-26
  • 2021-10-17
  • 2021-11-18
  • 2022-12-23
  • 2021-04-01
  • 2021-04-19
  • 2021-10-04
猜你喜欢
  • 2021-07-19
  • 2021-09-25
  • 2021-08-06
  • 2021-04-16
  • 2021-09-06
  • 2022-12-23
相关资源
相似解决方案