中文
相关论文

相关论文: Face Detection with the Faster R-CNN

200 篇论文

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 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

With the advent of 2-dimensional Convolution Neural Networks (2D CNNs), the face recognition accuracy has reached above 99%. However, face recognition is still a challenge in real world conditions. A video, instead of an image, as an input…

计算机视觉与模式识别 · 计算机科学 2021-02-03 Nayaneesh Kumar Mishra , Satish Kumar Singh

Detecting small vehicles in aerial images is a difficult job that can be challenging even for humans. Rotating objects, low resolution, small inter-class variability and very large images comprising complicated backgrounds render the work…

计算机视觉与模式识别 · 计算机科学 2020-09-17 Jean Ogier du Terrail , Frédéric Jurie

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

There is an abundant literature on face detection due to its important role in many vision applications. Since Viola and Jones proposed the first real-time AdaBoost based face detector, Haar-like features have been adopted as the method of…

计算机视觉与模式识别 · 计算机科学 2010-09-30 Sakrapee Paisitkriangkrai , Chunhua Shen , Jian Zhang

Plenty of face detection and recognition methods have been proposed and got delightful results in decades. Common face recognition pipeline consists of: 1) face detection, 2) face alignment, 3) feature extraction, 4) similarity calculation,…

计算机视觉与模式识别 · 计算机科学 2017-04-03 Liying Chi , Hongxin Zhang , Mingxiu Chen

Recent years have seen impressive progress in visual recognition on many benchmarks, however, generalization to the real-world in out-of-distribution setting remains a significant challenge. A state-of-the-art method for robust visual…

计算机视觉与模式识别 · 计算机科学 2021-11-29 Sebastian Cygert , Andrzej Czyzewski

Face detection and recognition has been prevalent with research scholars and diverse approaches have been incorporated till date to serve purpose. The rampant advent of biometric analysis systems, which may be full body scanners, or iris…

计算机视觉与模式识别 · 计算机科学 2017-01-31 Smriti Tikoo , Nitin Malik

In this paper, we present an algorithm for unconstrained face verification based on deep convolutional features and evaluate it on the newly released IARPA Janus Benchmark A (IJB-A) dataset. The IJB-A dataset includes real-world…

计算机视觉与模式识别 · 计算机科学 2016-03-03 Jun-Cheng Chen , Vishal M. Patel , Rama Chellappa

Face recognition research is one of the most active topics in computer vision (CV), and deep neural networks (DNN) are now filling the gap between human-level and computer-driven performance levels in face verification algorithms. However,…

计算机视觉与模式识别 · 计算机科学 2018-09-25 Ryota Natsume , Kazuki Inoue , Yoshihiro Fukuhara , Shintaro Yamamoto , Shigeo Morishima , Hirokatsu Kataoka

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

This paper proposes a Fast Region-based Convolutional Network method (Fast R-CNN) for object detection. Fast R-CNN builds on previous work to efficiently classify object proposals using deep convolutional networks. Compared to previous…

计算机视觉与模式识别 · 计算机科学 2015-09-29 Ross Girshick

Many modern approaches for object detection are two-staged pipelines. The first stage identifies regions of interest which are then classified in the second stage. Faster R-CNN is such an approach for object detection which combines both…

计算机视觉与模式识别 · 计算机科学 2017-05-01 Christian Eggert , Dan Zecha , Stephan Brehm , Rainer Lienhart

In this paper, we propose a new deep framework which predicts facial attributes and leverage it as a soft modality to improve face identification performance. Our model is an end to end framework which consists of a convolutional neural…

计算机视觉与模式识别 · 计算机科学 2018-05-02 Fariborz Taherkhani , Nasser M. Nasrabadi , Jeremy Dawson

In this paper, we introduce the Face Magnifier Network (Face-MageNet), a face detector based on the Faster-RCNN framework which enables the flow of discriminative information of small scale faces to the classifier without any skip or…

计算机视觉与模式识别 · 计算机科学 2018-03-15 Pouya Samangouei , Mahyar Najibi , Larry Davis , Rama Chellappa

Face Recognition is one of the process of identifying people using their face, it has various applications like authentication systems, surveillance systems and law enforcement. Convolutional Neural Networks are proved to be best for facial…

计算机视觉与模式识别 · 计算机科学 2020-10-12 Rohith Pudari , Sunil Bhutada , Sai Pavan Mudavath

We present region-based, fully convolutional networks for accurate and efficient object detection. In contrast to previous region-based detectors such as Fast/Faster R-CNN that apply a costly per-region subnetwork hundreds of times, our…

计算机视觉与模式识别 · 计算机科学 2023-12-12 Jifeng Dai , Yi Li , Kaiming He , Jian Sun

Deep Convolutional Neural Networks (DCNNs) and their variants have been widely used in large scale face recognition(FR) recently. Existing methods have achieved good performance on many FR benchmarks. However, most of them suffer from two…

计算机视觉与模式识别 · 计算机科学 2021-06-28 Jing Xu , Tszhang Guo , Yong Xu , Zenglin Xu , Kun Bai

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