paper-with-me

홈 › Papers

YOLO5Face: Why Reinventing a Face Detector

2021-05-27 · Delong Qi, Weijun Tan, Qi Yao, Jingfeng Liu

Tremendous progress has been made on face detection in recent years using convolutional neural networks. While many face detectors use designs designated for detecting faces, we treat face detection as a generic object detection task. We implement a face detector based on the YOLOv5 object detector and call it YOLO5Face. We make a few key modifications to the YOLOv5 and optimize it for face detection. These modifications include adding a five-point landmark regression head, using a stem block at the input of the backbone, using smaller-size kernels in the SPP, and adding a P6 output in the PAN block. We design detectors of different model sizes, from an extra-large model to achieve the best performance to a super small model for real-time detection on an embedded or mobile device. Experiment results on the WiderFace dataset show that on VGA images, our face detectors can achieve state-of-the-art performance in almost all the Easy, Medium, and Hard subsets, exceeding the more complex designated face detectors. The code is available at \url{https://github.com/deepcam-cn/yolov5-face}

📄 PDF Abstract BibTeX arXiv:2105.12931

Code (3)

deepcam-cn/yolov5-face 공식 구현 pytorch
code-implementation1/Code9/tree/main/YOLOv5 mindspore
dooleys/robustness pytorch

Tasks

Face Detectionobject-detectionObject Detection

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

Long-distance tiny face detection based on enhanced YOLOv3 for unmanned system

2020-10-09 · Jia-Yi Chang, Yan-Feng Lu, Ya-Jun Liu, Bo Zhou 외

Remote tiny face detection applied in unmanned system is a challeng-ing work. The detector cannot obtain sufficient context semantic information due to the relatively long distance. The received poor fine-grained feature…

Face Detection

DupNet: Towards Very Tiny Quantized CNN with Improved Accuracy for Face Detection

2019-11-13 · Hongxing Gao, Wei Tao, Dongchao Wen, Junjie Liu 외

Deploying deep learning based face detectors on edge devices is a challenging task due to the limited computation resources. Even though binarizing the weights of a very tiny network gives impressive compactness on model…

Face DetectionQuantization

CANSURF: An ASV-View Can Dataset and Benchmark for Detection and Tracking of Surface-Level Debris

2026-05-16 · Zaid Aljundi, Zahra F. Rahmatullah, Mostafa Elemam, Abdullah Moosa arxiv

Surface-level marine debris remains a practical bottleneck for autonomous clean-up, where small, reflective targets (e.g., aluminum cans) must be detected at distance under glare, ripples, and partial submersion. This pa…

The Impact of Image Resolution on Face Detection: A Comparative Analysis of MTCNN, YOLOv XI and YOLOv XII models

2025-07-31 · Ahmet Can Ömercikoğlu, Mustafa Mansur Yönügül, Pakize Erdoğmuş arxiv

Face detection is a crucial component in many AI-driven applications such as surveillance, biometric authentication, and human-computer interaction. However, real-world conditions like low-resolution imagery present sign…

Face Detection