paper-with-me

홈 › Papers

Dockerface: an Easy to Install and Use Faster R-CNN Face Detector in a Docker Container

2017-08-15 · Nataniel Ruiz, James M. Rehg

Face detection is a very important task and a necessary pre-processing step for many applications such as facial landmark detection, pose estimation, sentiment analysis and face recognition. Not only is face detection an important pre-processing step in computer vision applications but also in computational psychology, behavioral imaging and other fields where researchers might not be initiated in computer vision frameworks and state-of-the-art detection applications. A large part of existing research that includes face detection as a pre-processing step uses existing out-of-the-box detectors such as the HoG-based dlib and the OpenCV Haar face detector which are no longer state-of-the-art - they are primarily used because of their ease of use and accessibility. We introduce Dockerface, a very accurate Faster R-CNN face detector in a Docker container which requires no training and is easy to install and use.

📄 PDF Abstract BibTeX arXiv:1708.04370

Code (1)

natanielruiz/dockerface 공식 구현

Tasks

Face DetectionFace RecognitionFacial Landmark DetectionPose EstimationSentiment Analysis

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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…
RoIPool 설명 없음
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…

Similar Papers 제목 키워드 기반

YOLO-FaceV2: A Scale and Occlusion Aware Face Detector

2022-08-03 · Ziping Yu, Hongbo Huang, Weijun Chen, YongXin Su 외

In recent years, face detection algorithms based on deep learning have made great progress. These algorithms can be generally divided into two categories, i.e. two-stage detector like Faster R-CNN and one-stage detector …

Face Detection

Continuous Trade-off Optimization between Fast and Accurate Deep Face Detectors

2018-11-27 · Petru Soviany, Radu Tudor Ionescu

Although deep neural networks offer better face detection results than shallow or handcrafted models, their complex architectures come with higher computational requirements and slower inference speeds than shallow neura…

Face Detection

Portable-CELLxGENE: standalone executables of CELLxGENE for easy installation

2024-08-07 · George T. Hall

Biologists who want to analyse their single-cell transcriptomics dataset must install and use specialist software via the command line. This is often impractical for non-bioinformaticians. Whilst the popular CELLxGENE so…

Optimizing the Trade-off between Single-Stage and Two-Stage Object Detectors using Image Difficulty Prediction

2018-03-23 · Petru Soviany, Radu Tudor Ionescu

There are mainly two types of state-of-the-art object detectors. On one hand, we have two-stage detectors, such as Faster R-CNN (Region-based Convolutional Neural Networks) or Mask R-CNN, that (i) use a Region Proposal N…

Objectobject-detectionObject DetectionRegion Proposal+1

Focal Loss for Dense Object Detection

2017-08-07 · ICCV 2017 10 · Tsung-Yi Lin, Priya Goyal, Ross Girshick, Kaiming He 외

The highest accuracy object detectors to date are based on a two-stage approach popularized by R-CNN, where a classifier is applied to a sparse set of candidate object locations. In contrast, one-stage detectors that are…

2D Object DetectionDense Object DetectionKnowledge DistillationLong-tail Learning+5