Back to Insightface

MFR Ongoing

challenges/mfr/README.md

0.79.0 KB
Original Source

MFR Ongoing

šŸ’” Due to GPU resource constraints, we are temporarily taking this service offline. If any companies or individuals are interested in hosting this service, please contact me via email: guojia AT insightface.ai

This is the ongoing version of ICCV-2021 Masked Face Recognition Challenge & Workshop(MFR). We also extend it to involve some public available and popular benchmarks such as IJBC, LFW, CFPFP and AgeDB.

(:bulb: :bulb: Once you find the name IFRT which is InsightFace Recognition Test in short anywhere, it is the same as MFR-Ongoing.)

For detail, please check our ICCV 2021 workshop paper.

More information about the workshop challenge can be found here, for reference.

MFR testset consists of non-celebrities so we can ensure that it has very few overlap with public available face recognition training set, such as MS1M and CASIA as they mostly collected from online celebrities. As the result, we can evaluate the FAIR performance for different algorithms.

In recent changes, we also add public available popular benchmarks such as IJBC, LFW, CFPFP, AgeDB into MFR-Ongoing.

Current submission server link: http://iccv21-mfr.com/

For any question, please send email to insightface.challenge AT gmail.com

Testsets

In MFR-Ongoing, we will evaluate the accuracy of following testsets:

  • Accuracy between masked and non-masked faces.
  • Accuracy among children(2~16 years old).
  • Accuracy of globalised multi-racial benchmarks.

We ensure that there's no overlap between the above testsets and public available training datasets, as they are not collected from online celebrities.

We also evaluate below public available popular benchmarks:

  • IJBC under FAR<=e-5 and FAR<=e-4.
  • Some 1:1 verification testsets, such as LFW, CFPFP, AgeDB-30.

Mask test-set:

Mask testset contains 6,964 identities, 6,964 masked images and 13,928 non-masked images. There are totally 13,928 positive pairs and 96,983,824 negative pairs.

<details> <summary>Click to check the sample images(here we manually blur it to protect privacy) </summary> </details>

Children test-set:

Children testset contains 14,344 identities and 157,280 images. There are totally 1,773,428 positive pairs and 24,735,067,692 negative pairs.

<details> <summary>Click to check the sample images(here we manually blur it to protect privacy) </summary> </details>

Multi-racial test-set (MR in short):

The globalised multi-racial testset contains 242,143 identities and 1,624,305 images.

Race-SetIdentitiesImagesPositive PairsNegative Pairs
African43,874298,010870,09188,808,791,999
Caucasian103,293697,2452,024,609486,147,868,171
Indian35,086237,080688,25956,206,001,061
Asian59,890391,9701,106,078153,638,982,852
ALL242,1431,624,3054,689,0372,638,360,419,683
<details> <summary>Click to check the sample images(here we manually blur it to protect privacy) </summary> </details>

Evaluation Metric

For Mask set, TAR is measured on mask-to-nonmask 1:1 protocal, with FAR less than 0.0001(e-4).

For Children set, TAR is measured on all-to-all 1:1 protocal, with FAR less than 0.0001(e-4).

For multi-racial sets, TAR is measured on all-to-all 1:1 protocal, with FAR less than 0.000001(e-6).

For IJBC and verification test-set, we use the most common test protocal.

Participants are ordered in terms of highest scores across two datasets: TAR@Mask and TAR@MR-All, by the formula of 0.25 * TAR@Mask + 0.75 * TAR@MR-All.

Baselines

2021.04.25 We made a clean on East Asian subset, by removing children images.

2021.04.27 Add onnx download links.

BackboneDatasetMethodMaskChildrenAfricanCaucasianSouth AsianEast AsianAllsize(mb)infer(ms)link
R100CasiaArcFace26.62330.35939.66653.93347.80721.57242.735248.9047.073download
R100MS1MV2ArcFace65.76760.49679.11787.17685.50155.80780.725248.9047.028download
R18MS1MV3ArcFace47.85341.04762.61375.12570.21343.85968.32691.6581.856download
R34MS1MV3ArcFace58.72355.83471.64483.29180.08453.71277.365130.2453.054download
R50MS1MV3ArcFace63.85060.45775.48886.11584.30557.35280.533166.3054.262download
R100MS1MV3ArcFace69.09166.86481.08389.04088.08262.19384.312248.5907.031download
R18Glint360KArcFace53.31748.11368.23080.57575.85247.83172.07491.6582.013download
R34Glint360KArcFace65.10665.45479.90788.62086.81560.60483.015130.2453.044download
R50Glint360KArcFace70.23369.95285.27291.61790.54166.81387.077166.3054.340download
R100Glint360KArcFace75.56775.20289.48894.28593.43472.52890.659248.5907.038download
-Private<div style="width: 50pt">insightface-000 of frvt97.76093.35898.85099.37299.05887.69497.481---

(MS1M-V2 means MS1M-ArcFace, MS1M-V3 means MS1M-RetinaFace).

Inference time in above table was evaluated on Tesla V100 GPU, using onnxruntime-gpu==1.6.

Rules

  1. We have two tracks, academic and unconstrained.
  2. Please DO NOT register the account with messy or random characters(for both username and organization).
  3. For academic submissions, we recommend to set the username as the name of your proposed paper or method. Orgnization hiding is not allowed(or the score will be banned) for this track but you can set the submission as private. You can also create multiple accounts, one account for one method.
  4. Right now we only support 112x112 input, so make sure that the submission model accepts the correct input shape(['*',3,112,112]), in RGB order. Add an interpolate operator into the first layer of the submission model if you need a different input resolution.
  5. Participants submit onnx model, then get scores by our online evaluation.
  6. Matching score is measured by cosine similarity.
  7. Online evaluation server uses onnxruntime-gpu==1.8, cuda==11.1, cudnn==8.0.5, GPU is RTX3090.
  8. Any float-16 model weights is prohibited, as it will lead to incorrect model size estimiation.
  9. Please use onnx_helper.py to check whether the model is valid.
  10. Leaderboard is now ordered in terms of highest scores across two datasets: TAR@Mask and TAR@MR-All, by the formula of 0.25 * TAR@Mask + 0.75 * TAR@MR-All.

Submission Guide

  1. Participants must package the onnx model for submission using zip xxx.zip model.onnx.
  2. Each participant can submit three times a day at most.
  3. Please sign-up with the real organization name. You can hide the organization name in our system if you like(not allowed for academic track).
  4. You can decide which submission to be displayed on the leaderboard by clicking 'Set Public' button.
  5. Please click 'sign-in' on submission server if find you're not logged in.