想要简单了解下人脸检测问题,推荐直接阅读Wider Face数据集评测的各个算法:

了解如下:

http://mmlab.ie.cuhk.edu.hk/projects/WIDERFace/WiderFace_Results.html

更多的人脸文章,则可以扫一下里面的论文列表:

文章内容转载自:https://zhuanlan.zhihu.com/p/38512246

ACMMM2016_UnitBox:An Advanced Object Detection Network:

arxiv2016_Face Detection with the Faster R-CNN:

arxiv2016_xiaomi_Bootstrapping Face Detection with Hard Negative Examples:

arxiv2017_Face Detection using Deep Learning:An Improved Faster RCNN Approach:

arxiv2017_FAN_Face Attention Network:An Effective Face Detector for the Occluded Faces

arxiv2017_tencent_Face R-CNN:

arxiv2017_tencent_Face R-FCN_Detecting Faces Using Region-based Fully Convolutional Networks:

arxiv2018_FDNet_Face Detection Using Improved Faster RCNN:

CVPR2016_FaceCraft_Joint Training of Cascaded CNN for Face Detection:

CVPR2018_PCN_Real-Time Rotation-Invariant Face Detection with Progressive Calibration Networks:

CVPR2018_ZCC_Seeing Small Faces from Robust Anchors Perspective:

ICCV2017_S3FD:Single Shot Scale-Invariant Face Detector:

ICCV2017_SSH:Single Stage Headless Face Detector:

SPL2016_MTCNN_Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Networks:

CVPR2015_CascadeCNN_A Convolutional Neural Network Cascade for Face Detection:

arxiv2017_ScaleFace_Face Detection through Scale-Friendly Deep Convolutional Networks:

CVPR2017_SAFD_Scale-Aware Face Detection

IJCB2017_FaceBoxes:A CPU Real-time Face Detector with High Accuracy

arxiv2018_SFace:An Efficient Network for Face Detection in Large Scale Variations

CVPR2016_Multiscale Cascade CNN_WIDER FACE:A Face Detection Benchmark

arxiv2015_DenseBox:Unifying Landmark Localization with End to End Object Detection

ECCV2016_MSCNN_A Unified Multi-scale Deep Convolutional Neural Network for Fast Object Detection

ICCV2017_RSA_Recurrent Scale Approximation for Object Detection in CNN

CVPR2017_HR_Finding Tiny Faces

arxiv2018_PyramidBox:A Context-assisted Single Shot Face Detector

CVPR2018_S2AP_Beyond Trade-off:Accelerate FCN-based Face Detection with Higher Accuracy

DLB2017_CMS-RCNN:Contextual Multi-Scale Region-Based CNN for Unconstrained Face Detection

ECCV2016_STN_Supervised Transformer Network for Efficient Face Detection

arxiv2017_AOFD_Masquer Hunter:Adversarial Occlusion-aware Face Detection

CVPR2017_LLE-CNNs_Detecting Masked Faces in the Wild with LLE-CNNs

arxiv2017_MB-FCN_Multi-branch fully convolutional network for face detection

CVPR2018_FaceGANs_Finding Tiny Faces in the Wild with Generative Adversarial Network

arxiv2018_SRN_Selective refinement network for high performance face detection

34. arxiv2018_FANet_Feature agglomeration networks for single stage face detection

arxiv2018_DSFD:Dual Shot Face Detector

NC2018_DCFPN_Detecting face with densely connected face proposal network

arxiv2019_VIM-FD_Robust and High Performance Face Detector

CCBR2018_AFD_Single Shot Attention-Based Face Detector

arxiv2018_LSFHI_Robust Face Detection via Learning Small Faces on Hard Images

arxiv2019_Improved SRN_Improved Selective Refinement Network for Face Detection

ICCV2017_ICC-CNN_Detecting Faces Using Inside Cascaded Contextual CNN

arxiv2018_Detecting and counting tiny faces

arxiv2019_TohokuFace_Revisiting a single-stage method for face detection

arxiv2019_FDDB-360:Face Detection in 360-degree Fisheye Images

arxiv2019_MSFD:Multi-Scale Receptive Field Face Detector

arxiv2014_Face detection with a 3d model

arxiv2016_Occlusion Coherence:Detecting and Localizing Occluded Faces

BMVC2015_Deep face recognition

BTAS2015_A deep pyramid deformable part model for face detection

CVPR2012_Face Detection, Pose Estimation, and Landmark Localization in the Wild

CVPR2013_Detecting and Aligning Faces by Image Retrieval

CVPR2014_Efficient Boosted Exemplar-Based Face Detection

CVPR2016_Exploit All the Layers:Fast and Accurate CNN Object Detector with Scale Dependent Pooling and Cascaded Rejection Classifiers

ECCV2014_Face Detection without Bells and Whistles

ECCV2014_Joint Cascade Face Detection and Alignment

ECCV2016_Face Detection with End-to-End Integration of a ConvNet and a 3D Model

ECCV2016_Grid loss:Detecting occluded faces

ICB2015_Unconstrained face detection:State of the art baseline and challenges

ICCV2007_Fast training and selection of Haar features using statistics in boosting-based face detection

ICCV2013_Probabilistic elastic part model for unsupervised face detector adaptation

ICCV2015_Convolutional Channel Features

ICCV2015_Faceness-WIDER_From Facial Parts Responses to Face Detection:A Deep Learning Approach

ICCV2015_Visual Phrases for Exemplar Face Detection

ICFG2015_Fine-grained evaluation on face detection in the wild

ICMR2015_Multi-view Face Detection Using Deep Convolutional Neural Networks

ICPR2016_LDCF_To Boost or Not to Boost? On the Limits of Boosted Trees for Object Detection

IJCB2014_ACF-WIDER_Aggregate channel features for multi-view face detection

IJCV2004_haar_adaboost_Robust real-time face detection

IJCV2008_On the Design of Cascades of Boosted Ensembles for Face Detection

INNSCBD2016_A fast deep convolutional neural network for face detection in big visual data

IVC2014_Face detection by structural models

NIPS2015_Spatial transformer networks

TPAMI2016_A Fast and Accurate Unconstrained Face Detector

TPAMI2017_Faceness-Net:Face Detection through Deep Facial Part Responses

TPAMI2017_HyperFace:A Deep Multi-task Learning Framework for Face Detection, Landmark Localization, Pose Estimation, and Gender Recognition

WACV2014_Improving multiview face detection with multitask deep convolutional neural networks

CVIU2015_A survey on face detection in the wild: past, present and future

人脸检测相关benchmark:

1. IJB-A:CVPR2015_Pushing the frontiers of unconstrained face detection and recognition:IARPA Janus Benchmark A

2. WIDER FACE:CVPR2016_Multiscale Cascade CNN_WIDER FACE:A Face Detection Benchmark

3. AFLW:ICCVW2012_Annotated facial landmarks in the wild:A large-scale, real-world database for facial landmark localization

4. FDDB:UMCS2010_FDDB:A Benchmark for Face Detection in Unconstrained Settings

5. AFW:CVPR2012_Face Detection, Pose Estimation, and Landmark Localization in the Wild

6. Pascal Face:IVC2014_Face detection by structural models

7. MALF:ICFG2015_Fine-grained evaluation on face detection in the wild

8. 4K-Face:arxiv2018_SFace:An Efficient Network for Face Detection in Large Scale Variations

9. MAFA:CVPR2017_Detecting Masked Faces in the Wild with LLE-CNNs

10. arxiv2019_FDDB-360:Face Detection in 360-degree Fisheye Images

计算机视觉之人脸检测相关Paper资源汇总相关推荐

  1. 人脸识别相关的数据集汇总

    人脸识别相关的数据集汇总 自己整理了相关的人脸识别相关的 论文.数据集.算法资料.欢迎任何形式的star.fork和 watch. Updated: add Trillion Pairs and WF ...

  2. ROS 相关学习资源汇总

    文章目录 Part I:学习资源汇总 0. ROS配置 1. 课程 2. 书籍/教程 3. 相关基础 4. 开源项目 4.1 ROS 无人车 4.2 ROS自动驾驶 Part II:学习笔记 ROS- ...

  3. 【MATLAB教程案例31】基于matlab的人脸检测相关算法的仿真与分析——肤色模型与形态学图像处理方法

    FPGA教程目录 MATLAB教程目录 目录 1.软件版本 2.人脸检测理论概述 3.人脸检测的matlab实现

  4. Android Bluetooth BLE相关开发资源汇总

    Android开启蓝牙开关 转载自Android:Bluetooth 的打开和关闭 检查系统蓝牙是否开启 BluetoothManager bluetoothManager = (BluetoothM ...

  5. 【计算机视觉】文字检测与识别资源

    本文写成时主要参考了[1,2], 后面加了一些自己收集的,不过大家都在更新,所以区别不是很大~ 综述 [2015-PAMI-Overview]Text Detection and Recognitio ...

  6. 深度学习目标检测相关论文资源合辑

    发现了两篇总结较好的博客 https://handong1587.github.io/deep_learning/2015/10/09/object-detection.html https://bl ...

  7. B站 Java相关学习资源汇总

    一.计算机网络 计算机网络微课堂 https://www.bilibili.com/video/BV1c4411d7jb?p=1 讲师:湖科大教书匠 评价:通俗易懂,重点知识十分细致,配合实验,而且有 ...

  8. 计算机视觉之人脸识别学习(六)

    一.人脸业务场景综述 (1)生物信息识别 人脸是生物信息识别邻域重要研究方向之一,生物信息识别领域主要包括两大方面:生物特征和行为特征.人脸识别是属于生物特征非常重要的研究内容.行为特征主要包括了姿态 ...

  9. OpenCV4Android开发实录(2): 使用OpenCV3.4.1库实现人脸检测

    OpenCV4Android开发实录(2): 使用OpenCV3.3.0库实现人脸检测 转载请声明出处:http://write.blog.csdn.net/postedit/78992490 Ope ...

最新文章

  1. 聚类算法是什么?聚类(clustering)有哪些常用的评估方法?评估方法的公示是什么?轮廓系数(Silhouette Coefficient)、平方根标准误差、R方、ARI分别是什么?
  2. 隐式类型转换和整型提升
  3. 朴素贝叶斯(naive bayes)
  4. lucene的丰富的各种查询
  5. Linux下文件的三个时间意义及用法
  6. php对象json,php 把对象转化为json
  7. python为什么是蟒蛇_Python 为什么推荐蛇形命名法?
  8. 测试学开发——第一课:java学习路程
  9. Response to preflight request doesn‘t pass access control check: The value of the ‘Access-Control-Al
  10. Linux定义多个标准输入输出,言简意赅解释Linux中的标准输入输出
  11. 用opengl编写一个简单的画图软件示例代码
  12. .NET中获取电脑名、IP地址及用户名方法
  13. springboot集成kafka_厉害!腾讯T3-2都还在学的微服务+MySQL+Kafka+boot2.x+虚拟机PDF
  14. java 使用的钩子_Java 钩子程序
  15. 信号处理第一式——离散信号序列的基本运算及MATLAB实现
  16. 主键中mappedBy的具体使用及其含义
  17. FSA-Net 模型运行——代码调试
  18. ChunJunOceanBase联合方案首次发布:构建一体化数据集成方案
  19. allegro cadence PCB中出光绘文件遇到database has errors:artwork generation cancled.please run dbdoctor问题的解决办法
  20. 教你如何使用SwipeRefreshLayout来构建一个上拉加载下拉刷新框架

热门文章

  1. java 线程---成员变量与局部变量
  2. 送给同事的5个新年计划
  3. InnoDB O_DIRECT选项漫谈(一)【转】
  4. Wpf体系结构的学习
  5. Oracke nls Parameters
  6. 使用 Jest 和 Enzyme 测试 React 组件
  7. Mysql增加、删除和修改列属性和约束,和一些有用的查询语句
  8. 辛东方:科技的发展将导致更多人失业?
  9. svn: E215004: Authentication failed
  10. 前台特效(3) 编辑表格