README.md

April 28, 2020 · View on GitHub

CenterFace

Introduce

CenterFace(size of 7.3MB) is a practical anchor-free face detection and alignment method for edge devices.

image

Recent Update

  • 2019.09.13 CenterFace is released.

Environment

  • OpenCV 4.1.0
  • Numpy
  • Python3.6+

Accuracy

  • Results on val set of WIDER FACE:
Model VersionEasy SetMedium SetHard Set
FaceBoxes0.8400.7660.395
FaceBoxes3.2×0.7980.8020.715
RetinaFace-mnet0.8960.8710.681
LFFD-v10.9100.8810.780
LFFD-v20.8370.8350.729
CenterFace0.9350.9240.875
CenterFace-small0.9310.9240.870
  • Results on test set of WIDER FACE:
Model VersionEasy SetMedium SetHard Set
FaceBoxes0.8390.7630.396
FaceBoxes3.2×0.7910.7940.715
RetinaFace-mnet0.8960.8710.681
LFFD-v10.9100.8810.780
LFFD-v20.8370.8350.729
CenterFace0.9320.9210.873
  • RetinaFace-mnet is short for RetinaFace-MobileNet-0.25 from excellent work insightface.
  • LFFD-v1 is from prefect work LFFD.
  • CenterFace/CenterFace-small evaluation is under MULTI-SCALE, FLIP.
  • For SIO(Single Inference on the Original) evaluation schema, CenterFace also produces 92.2% (Easy), 91.1% (Medium) and 78.2% (Hard) for validation set.
  • Results on FDDB:
Model VersionDisc ROC curves score
RetinaFace-mnet96.0@1000
LFFD-v197.3@1000
LFFD-v297.2@1000
CenterFace97.9@1000
CenterFace-small98.1@1000

Inference Latency

  • Latency on NVIDIA RTX 2080TI:
Resolution->640×4801280×720(704)1920×1080(1056)
RetinaFace-mnet5.40ms6.31ms10.26ms
LFFD-v17.24ms14.58ms28.36ms
CenterFace5.5ms6.4ms8.7ms
CenterFace-small4.4ms5.7ms7.3ms

Results: Face as Point

image

image

image

Discussion

Welcome to join in QQ Group(229042802) for more discussion, including but not limited to face detection, face anti-spoofing and so on.

Author

Citation

If you benefit from our work in your research and product, please consider to cite the following related papers:

@inproceedings{CenterFace,
title={CenterFace: Joint Face Detection and Alignment Using Face as Point},
author={Xu, Yuanyuan and Yan, Wan and Sun, Haixin and Yang, Genke and Luo, Jiliang},
booktitle={arXiv:1911.03599},
year={2019}
}