前戏

最近出了很多论文,各种SOTA。比如(点击可访问):

商汤等提出:统一多目标跟踪框架

亚马逊提出:用于人群计数的尺度感知注意力网络

今天po的改进SRN人脸检测算法(Improved Selective Refinement Network for Face Detection),其刚刚击败半个月前中星微提出的的VIM-FD算法,所以为目前人脸检测方向的SOTA论文。

正文

《Improved Selective Refinement Network for Face Detection》

arXiv: https://arxiv.org/abs/1901.06651

作者团队:中科院自动化所和京东 AI研究院

注:2019年01月23日刚出炉的paper

Abstract:As a long-standing problem in computer vision, face detection has attracted much attention in recent decades for its practical applications. With the availability of face detection benchmark WIDER FACE dataset, much of the progresses have been made by various algorithms in recent years. Among them, the Selective Refinement Network (SRN) face detector introduces the two-step classification and regression operations selectively into an anchor-based face detector to reduce false positives and improve location accuracy simultaneously. Moreover, it designs a receptive field enhancement block to provide more diverse receptive field. In this report, to further improve the performance of SRN, we exploit some existing techniques via extensive experiments, including new data augmentation strategy, improved backbone network, MS COCO pretraining, decoupled classification module, segmentation branch and Squeeze-and-Excitation block. Some of these techniques bring performance improvements, while few of them do not well adapt to our baseline. As a consequence, we present an improved SRN face detector by combining these useful techniques together and obtain the best performance on widely used face detection benchmark WIDER FACE dataset.

摘要:近年来,人脸检测作为计算机视觉中长期存在的问题,因其实际应用而备受关注。随着人脸检测基准WIDER FACE数据集的推出,近年来各种算法已经取得了很多进展。其中,选择性细化网络(SRN)人脸检测器选择性地将两步分类和回归操作引入到基于 anchor的人脸检测器中,以同时减少误报并提高定位精度。此外,它设计了一个感受野增强模块,以提供更多样化的感受野。在本文中,为了进一步提高SRN的性能,我们通过广泛的实验开发了一些现有技术,包括新的数据增强策略,改进的骨干网络,MS COCO预训练,解耦分类模块,分段分支和Squeeze-Excitation块。其中一些技术可以带来性能改进,而其中很少一些技术不能很好地适应我们的基线。因此,我们通过将这些有用的技术结合在一起,提出了一种改进的SRN人脸检测器,并在广泛使用的人脸检测基准WIDER FACE数据集上获得了最佳性能。

Selective Refinement Network


Network structure illustration

The brief overview of Selective Refinement Network with segmentation branch

创新点

Selective Two-step Classification

Selective Two-step Regression

Receptive Field Enhancement

注:论文中还分享了一些改进的tricks,如data augmentation、feature extractor、training strategy


实验结果

想要了解最新最快最好的论文速递、开源项目和干货资料,欢迎加入CVer学术交流群。涉及图像分类、目标检测、图像分割、人脸检测&识别、目标跟踪、GANs、学术竞赛交流、Re-ID、风格迁移、医学影像分析、姿态估计、OCR、SLAM、场景文字检测&识别和超分辨率等方向。

©著作权归作者所有:来自51CTO博客作者mb5fe948249bc3d的原创作品,如需转载,请注明出处,否则将追究法律责任

更多相关文章

  1. PHP基础知识:变量类型检测和转换以及常量和预定义变量
  2. PHP变量数据类型,变量和常量的定义以及数据类型的检测
  3. 数据类型的转换与检测技术 、变量声明与常用声明的方式与使用
  4. 数据类型转换的一般操作与检测正确性,变量常量定义及操作注意事项
  5. php学习笔记(数据类型的转换、数据类型的检测、变量和常量的相关
  6. PHP 数据类型的转换与检测|变量声明方式与使用|常量声明的方式与
  7. 数据类型的转换与检测、变量声明与常用声明的使用方式
  8. 数据类型转换与检测-变量与常用声明
  9. Android(安卓)Studio select deployment target 检测不到模拟器

随机推荐

  1. Android重要控件概览(上)
  2. Android DrawerLayout 侧边栏使用之道
  3. Android 打勾显示输入的密码
  4. Android 开发环境安装配置手册
  5. Android(安卓)MonkeyRunner测试NotePad例
  6. MainFest.xml android
  7. 20个Android游戏源码,…
  8. js 判读是iPhone还是Android
  9. android tween动画效果
  10. android在google map上画出导航路线图