paper-with-me

Papers

A Multi-Scale Cascade Fully Convolutional Network Face Detector

2016-09-12 · Zhenheng Yang, Ram Nevatia

Face detection is challenging as faces in images could be present at arbitrary locations and in different scales. We propose a three-stage cascade structure based on fully convolutional neural networks (FCNs). It first proposes the approximate locations where the faces may be, then aims to find the accurate location by zooming on to the faces. Each level of the FCN cascade is a multi-scale fully-convolutional network, which generates scores at different locations and in different scales. A score map is generated after each FCN stage. Probable regions of face are selected and fed to the next stage. The number of proposals is decreased after each level, and the areas of regions are decreased to more precisely fit the face. Compared to passing proposals directly between stages, passing probable regions can decrease the number of proposals and reduce the cases where first stage doesn't propose good bounding boxes. We show that by using FCN and score map, the FCN cascade face detector can achieve strong performance on public datasets.

📄 PDF Abstract BibTeX arXiv:1609.03536

Code (0)

등록된 구현이 없습니다.

Tasks

Face Detection

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
FCN Fully Convolutional Networks, or FCNs, are an architecture used mainly for semantic segmentation. They employ solely locally connected layers, such as…

Similar Papers 제목 키워드 기반

DeCaFA: Deep Convolutional Cascade for Face Alignment In The Wild

2019-04-04 · ICCV 2019 10 · Arnaud Dapogny, Kévin Bailly, Matthieu Cord

Face Alignment is an active computer vision domain, that consists in localizing a number of facial landmarks that vary across datasets. State-of-the-art face alignment methods either consist in end-to-end regression, or …

Face Alignment

Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Networks

2016-04-11 · Kaipeng Zhang, Zhanpeng Zhang, Zhifeng Li, Yu Qiao

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 …

Code GenerationFace AlignmentFace Detection

A Convolutional Neural Network Cascade for Face Detection

2015-06-01 · CVPR 2015 6 · Haoxiang Li, Zhe Lin, Xiaohui Shen, Jonathan Brandt 외

In real-world face detection, large visual variations, such as those due to pose, expression, and lighting, demand an advanced discriminative model to accurately differentiate faces from the backgrounds. Consequently, e…

CPUFace DetectionGPU

Fully Automatic Segmentation of Lumbar Vertebrae from CT Images using Cascaded 3D Fully Convolutional Networks

2017-12-05 · Rens Janssens, Guodong Zeng, Guoyan Zheng

We present a method to address the challenging problem of segmentation of lumbar vertebrae from CT images acquired with varying fields of view. Our method is based on cascaded 3D Fully Convolutional Networks (FCNs) consi…

Segmentation

Supervised Transformer Network for Efficient Face Detection

2016-07-19 · Dong Chen, Gang Hua, Fang Wen, Jian Sun

Large pose variations remain to be a challenge that confronts real-word face detection. We propose a new cascaded Convolutional Neural Network, dubbed the name Supervised Transformer Network, to address this challenge. T…

CPUFace DetectionRegion Proposalvalid