中文
相关论文

相关论文: MSFD:Multi-Scale Receptive Field Face Detector

200 篇论文

This paper presents a real-time face detector, named Single Shot Scale-invariant Face Detector (S$^3$FD), which performs superiorly on various scales of faces with a single deep neural network, especially for small faces. Specifically, we…

计算机视觉与模式识别 · 计算机科学 2017-11-16 Shifeng Zhang , Xiangyu Zhu , Zhen Lei , Hailin Shi , Xiaobo Wang , Stan Z. Li

Face detection, as a fundamental technology for various applications, is always deployed on edge devices which have limited memory storage and low computing power. This paper introduces a Light and Fast Face Detector (LFFD) for edge…

计算机视觉与模式识别 · 计算机科学 2019-08-13 Yonghao He , Dezhong Xu , Lifang Wu , Meng Jian , Shiming Xiang , Chunhong Pan

Scale variation is one of the most challenging problems in face detection. Modern face detectors employ feature pyramids to deal with scale variation. However, it might break the feature consistency across different scales of faces. In this…

计算机视觉与模式识别 · 计算机科学 2021-05-24 Leilei Cao , Yao Xiao , Lin Xu

In this paper, we share our experience in designing a convolutional network-based face detector that could handle faces of an extremely wide range of scales. We show that faces with different scales can be modeled through a specialized set…

计算机视觉与模式识别 · 计算机科学 2017-06-12 Shuo Yang , Yuanjun Xiong , Chen Change Loy , Xiaoou Tang

In this paper, we propose a novel Automatic and Scalable Face Detector (ASFD), which is based on a combination of neural architecture search techniques as well as a new loss design. First, we propose an automatic feature enhance module…

计算机视觉与模式识别 · 计算机科学 2020-04-01 Bin Zhang , Jian Li , Yabiao Wang , Ying Tai , Chengjie Wang , Jilin Li , Feiyue Huang , Yili Xia , Wenjiang Pei , Rongrong Ji

Convolutional neural network (CNN) based face detectors are inefficient in handling faces of diverse scales. They rely on either fitting a large single model to faces across a large scale range or multi-scale testing. Both are…

计算机视觉与模式识别 · 计算机科学 2017-06-30 Zekun Hao , Yu Liu , Hongwei Qin , Junjie Yan , Xiu Li , Xiaolin Hu

Robust face detection is one of the most important pre-processing steps to support facial expression analysis, facial landmarking, face recognition, pose estimation, building of 3D facial models, etc. Although this topic has been intensely…

计算机视觉与模式识别 · 计算机科学 2017-01-03 Yutong Zheng , Chenchen Zhu , Khoa Luu , Chandrasekhar Bhagavatula , T. Hoang Ngan Le , Marios Savvides

Face detection is a fundamental problem in computer vision. It is still a challenging task in unconstrained conditions due to significant variations in scale, pose, expressions, and occlusion. In this paper, we propose a multi-branch fully…

计算机视觉与模式识别 · 计算机科学 2017-07-21 Yancheng Bai , Bernard Ghanem

In this paper, we propose a novel face detection network with three novel contributions that address three key aspects of face detection, including better feature learning, progressive loss design and anchor assign based data augmentation,…

计算机视觉与模式识别 · 计算机科学 2019-04-09 Jian Li , Yabiao Wang , Changan Wang , Ying Tai , Jianjun Qian , Jian Yang , Chengjie Wang , Jilin Li , Feiyue Huang

In recent year, tremendous strides have been made in face detection thanks to deep learning. However, most published face detectors deteriorate dramatically as the faces become smaller. In this paper, we present the Small Faces Attention…

计算机视觉与模式识别 · 计算机科学 2019-12-02 Shi Luo , Xiongfei Li , Rui Zhu , Xiaoli Zhang

This paper presents a multi-pose face recognition approach using hybrid face features descriptors (HFFD). The HFFD is a face descriptor containing of rich discriminant information that is created by fusing some frequency-based features…

计算机视觉与模式识别 · 计算机科学 2017-03-14 I Gede Pasek Suta Wijaya , Keiichi Uchimura , Gou Koutaki

In this paper we consider the problem of multi-view face detection. While there has been significant research on this problem, current state-of-the-art approaches for this task require annotation of facial landmarks, e.g. TSM [25], or…

计算机视觉与模式识别 · 计算机科学 2015-04-22 Sachin Sudhakar Farfade , Mohammad Saberian , Li-Jia Li

Face detection is a widely studied problem over the past few decades. Recently, significant improvements have been achieved via the deep neural network, however, it is still challenging to directly apply these techniques to mobile devices…

计算机视觉与模式识别 · 计算机科学 2019-04-30 Heming Zhang , Xiaolong Wang , Jingwen Zhu , C. -C. Jay Kuo

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…

计算机视觉与模式识别 · 计算机科学 2019-01-31 Shifeng Zhang , Rui Zhu , Xiaobo Wang , Hailin Shi , Tianyu Fu , Shuo Wang , Tao Mei , Stan Z. Li

Large-scale variations still pose a challenge in unconstrained face detection. To the best of our knowledge, no current face detection algorithm can detect a face as large as 800 x 800 pixels while simultaneously detecting another one as…

计算机视觉与模式识别 · 计算机科学 2017-03-28 Yuguang Liu , Martin D. Levine

This paper analyzes the design choices of face detection architecture that improve efficiency of computation cost and accuracy. Specifically, we re-examine the effectiveness of the standard convolutional block as a lightweight backbone…

计算机视觉与模式识别 · 计算机科学 2023-11-03 Joonhyun Jeong , Beomyoung Kim , Joonsang Yu , Youngjoon Yoo

Current face or object detection methods via convolutional neural network (such as OverFeat, R-CNN and DenseNet) explicitly extract multi-scale features based on an image pyramid. However, such a strategy increases the computational burden…

计算机视觉与模式识别 · 计算机科学 2018-03-28 Guanjun Guo , Hanzi Wang , Yan Yan , Jin Zheng , Bo Li

Face detection and alignment in unconstrained environment are challenging due to various poses, illuminations and occlusions. Recent studies show that deep learning approaches can achieve impressive performance on these two tasks. In this…

计算机视觉与模式识别 · 计算机科学 2016-09-21 Kaipeng Zhang , Zhanpeng Zhang , Zhifeng Li , Yu Qiao

Despite significant advances in Deep Face Recognition (DFR) systems, introducing new DFRs under specific constraints such as varying pose still remains a big challenge. Most particularly, due to the 3D nature of a human head, facial…

计算机视觉与模式识别 · 计算机科学 2020-01-23 Sara Shahsavarani , Morteza Analoui , Reza Shoja Ghiass

In this paper, we propose an accurate edge detector using richer convolutional features (RCF). Since objects in nature images have various scales and aspect ratios, the automatically learned rich hierarchical representations by CNNs are…

计算机视觉与模式识别 · 计算机科学 2019-07-04 Yun Liu , Ming-Ming Cheng , Xiaowei Hu , Kai Wang , Xiang Bai
‹ 上一页 1 2 3 10 下一页 ›