CRFace: Confidence Ranker for Model-Agnostic Face Detection Refinement
Noranart Vesdapunt, Baoyuan Wang

TL;DR
This paper introduces CRFace, a model-agnostic confidence ranking network that improves face detection accuracy and speed, especially for high-resolution images, by calibrating detection confidences and addressing GPU memory issues.
Contribution
The paper proposes a novel confidence ranking network with pairwise ranking loss that enhances face detection confidence calibration across various detectors and resolutions.
Findings
Achieves highest AP on WiderFace single-scale detection.
Maintains competitive AP with multi-scale methods while being faster.
Effectively handles 8K resolution images and addresses GPU memory constraints.
Abstract
Face detection is a fundamental problem for many downstream face applications, and there is a rising demand for faster, more accurate yet support for higher resolution face detectors. Recent smartphones can record a video in 8K resolution, but many of the existing face detectors still fail due to the anchor size and training data. We analyze the failure cases and observe a large number of correct predicted boxes with incorrect confidences. To calibrate these confidences, we propose a confidence ranking network with a pairwise ranking loss to re-rank the predicted confidences locally within the same image. Our confidence ranker is model-agnostic, so we can augment the data by choosing the pairs from multiple face detectors during the training, and generalize to a wide range of face detectors during the testing. On WiderFace, we achieve the highest AP on the single-scale, and our AP is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace recognition and analysis · Advanced Neural Network Applications · Biometric Identification and Security
