中文
相关论文

相关论文: PyramidBox++: High Performance Detector for Findin…

200 篇论文

Face detection has been well studied for many years and one of remaining challenges is to detect small, blurred and partially occluded faces in uncontrolled environment. This paper proposes a novel context-assisted single shot face…

计算机视觉与模式识别 · 计算机科学 2018-08-20 Xu Tang , Daniel K. Du , Zeqiang He , Jingtuo Liu

In recent years, face detection has experienced significant performance improvement with the boost of deep convolutional neural networks. In this report, we reimplement the state-of-the-art detector SRN and apply some tricks proposed in the…

计算机视觉与模式识别 · 计算机科学 2019-01-09 Yundong Zhang , Xiang Xu , Xiaotao Liu

Current face detectors utilize anchors to frame a multi-task learning problem which combines classification and bounding box regression. Effective anchor design and anchor matching strategy enable face detectors to localize faces under…

计算机视觉与模式识别 · 计算机科学 2019-12-31 Yang Liu , Xu Tang , Xiang Wu , Junyu Han , Jingtuo Liu , Errui Ding

Face detection is essential to facial analysis tasks such as facial reenactment and face recognition. Both cascade face detectors and anchor-based face detectors have translated shining demos into practice and received intensive attention…

计算机视觉与模式识别 · 计算机科学 2019-03-27 Baosheng Yu , Dacheng Tao

Recent research on face detection, which is focused primarily on improving accuracy of detecting smaller faces, attempt to develop new anchor design strategies to facilitate increased overlap between anchor boxes and ground truth faces of…

计算机视觉与模式识别 · 计算机科学 2019-01-17 Vishwanath A. Sindagi , Vishal M. Patel

We present a face detection algorithm based on Deformable Part Models and deep pyramidal features. The proposed method called DP2MFD is able to detect faces of various sizes and poses in unconstrained conditions. It reduces the gap in…

计算机视觉与模式识别 · 计算机科学 2015-08-19 Rajeev Ranjan , Vishal M. Patel , Rama Chellappa

Accurate face detection and facial landmark localization are crucial to any face recognition system. We present a series of three single-stage RCNNs with different sized backbones (MobileNetV2-25, MobileNetV2-100, and ResNet101) and a…

计算机视觉与模式识别 · 计算机科学 2019-12-19 Samuel W. F. Earp , Pavit Noinongyao , Justin A. Cairns , Ankush Ganguly

Face detection is one of the most studied topics in the computer vision community. Much of the progresses have been made by the availability of face detection benchmark datasets. We show that there is a gap between current face detection…

计算机视觉与模式识别 · 计算机科学 2015-11-23 Shuo Yang , Ping Luo , Chen Change Loy , Xiaoou Tang

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

For the training of face detection network based on R-CNN framework, anchors are assigned to be positive samples if intersection-over-unions (IoUs) with ground-truth are higher than the first threshold(such as 0.7); and to be negative…

计算机视觉与模式识别 · 计算机科学 2018-05-01 Ce Qi , Xiaoping Chen , Pingyu Wang , Fei Su

The availability of large annotated datasets and affordable computation power have led to impressive improvements in the performance of CNNs on various object detection and recognition benchmarks. These, along with a better understanding of…

计算机视觉与模式识别 · 计算机科学 2018-09-21 Rajeev Ranjan , Ankan Bansal , Jingxiao Zheng , Hongyu Xu , Joshua Gleason , Boyu Lu , Anirudh Nanduri , Jun-Cheng Chen , Carlos D. Castillo , Rama Chellappa

This paper introduces a novel anchor design to support anchor-based face detection for superior scale-invariant performance, especially on tiny faces. To achieve this, we explicitly address the problem that anchor-based detectors drop…

计算机视觉与模式识别 · 计算机科学 2018-02-27 Chenchen Zhu , Ran Tao , Khoa Luu , Marios Savvides

Facial landmark localization aims to detect the predefined points of human faces, and the topic has been rapidly improved with the recent development of neural network based methods. However, it remains a challenging task when dealing with…

计算机视觉与模式识别 · 计算机科学 2021-02-09 Zixuan Xu , Banghuai Li , Miao Geng , Ye Yuan

Although tremendous strides have been made in face detection, one of the remaining open challenges is to achieve real-time speed on the CPU as well as maintain high performance, since effective models for face detection tend to be…

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

Face detection and alignment in unconstrained environment is always deployed on edge devices which have limited memory storage and low computing power. This paper proposes a one-stage method named CenterFace to simultaneously predict facial…

计算机视觉与模式识别 · 计算机科学 2019-11-12 Yuanyuan Xu , Wan Yan , Haixin Sun , Genke Yang , Jiliang Luo

We present a framework for robust face detection and landmark localisation of faces in the wild, which has been evaluated as part of `the 2nd Facial Landmark Localisation Competition'. The framework has four stages: face detection, bounding…

计算机视觉与模式识别 · 计算机科学 2017-06-02 Zhen-Hua Feng , Josef Kittler , Muhammad Awais , Patrik Huber , Xiao-Jun Wu

In recent years, deep convolutional neural networks (CNN) have significantly advanced face detection. In particular, lightweight CNNbased architectures have achieved great success due to their lowcomplexity structure facilitating real-time…

计算机视觉与模式识别 · 计算机科学 2023-02-24 Guangtao Wang , Jun Li , Zhijian Wu , Jianhua Xu , Jifeng Shen , Wankou Yang

Dense facial landmark detection is one of the key elements of face processing pipeline. It is used in virtual face reenactment, emotion recognition, driver status tracking, etc. Early approaches were suitable for facial landmark detection…

计算机视觉与模式识别 · 计算机科学 2022-04-26 Kostiantyn Khabarlak , Larysa Koriashkina

Face detection serves as a fundamental research topic for many applications like face recognition. Impressive progress has been made especially with the recent development of convolutional neural networks. However, the issue of large scale…

计算机视觉与模式识别 · 计算机科学 2018-04-24 Jianfeng Wang , Ye Yuan , Boxun Li , Gang Yu , Sun Jian

Real-world face detection and alignment demand an advanced discriminative model to address challenges by pose, lighting and expression. Illuminated by the deep learning algorithm, some convolutional neural networks based face detection and…

计算机视觉与模式识别 · 计算机科学 2017-08-01 Weilin Cong , Sanyuan Zhao , Hui Tian , Jianbing Shen
‹ 上一页 1 2 3 10 下一页 ›