Back to Insightface

InsightFace Track of ICCV21-MFR

challenges/iccv21-mfr/README.md

0.710.3 KB
Original Source

InsightFace Track of ICCV21-MFR

NEWS

2021-11-30 MFR-Ongoing is now available.

2021-10-26 Please send the onnx models to us(insightface.challenge[at]gmail.com) if you want to test the MFR accuracy before our system rebooting(may be in Nov.).

2021-10-11 Final Leaderboard

2021-10-04 Please fix the public leaderboard scores before 2021-10-05 20:00(UTC+8 Time)

2021-07-16 Implicit batch inference is prohibited. For example, inserting some data-related OPs to onnx graph to enable automatic flip-test is not allowed(or similar ideas). We will check it after submission closed, to ensure fairness.

2021-06-17 Participants are 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.

Introduction

The Masked Face Recognition Challenge & Workshop(MFR) will be held in conjunction with the International Conference on Computer Vision (ICCV) 2021.

Workshop-Homepage.

There're InsightFace track here and Webface260M track(with larger training set) in this workshop.

Challenge Leaderboard

Submission server link: http://iccv21-mfr.com/

An alternative submission server for Non-Chinese users: http://124.156.136.55/

Discussion group:

WeChat:

QQ Group: 711302608, answer: github

Online issue discussion: https://github.com/deepinsight/insightface/issues/1564

Testsets for insightface track

In this challenge, 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 these testsets and public available training datasets, as they are not collected from online celebrities.

Our test datasets mainly comes from IFRT.

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 other sets, TAR is measured on all-to-all 1:1 protocal, with FAR less than 0.000001(e-6).

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

BackboneDatasetMethodMaskChildrenAfricanCaucasianSouth AsianEast AsianMR-Allsize(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 was evaluated on Tesla V100 GPU, using onnxruntime-gpu==1.6.

Rules

  1. We have two sub-tracks, determined by the size of training dataset and inference time limitation.
  • Sub-Track A: Use MS1M-V3 as training set, download: ref-link, feature length must <= 512, and the inference time must <= 10ms on Tesla V100 GPU.
  • Sub-Track B: Use Glint360K as training set, download: ref-link, feature length must <= 1024, and the inference time must <= 20ms on Tesla V100 GPU.
  1. Training set and testing set are both aligned to 112x112, re-alignment is prohibited.
  2. Mask data-augmentation is allowed, such as this. The applied mask augmentation tool should be reproducible.
  3. External dataset and pretrained models are both prohibited.
  4. Participants submit onnx model, then get scores by our online evaluation. Test images are invisible.
  5. Matching score is measured by cosine similarity.
  6. Model size must <= 1GB.
  7. The input shape of submission model should equal to 3x112x112 (RGB order).
  8. Online evaluation server uses onnxruntime-gpu==1.6, cuda==10.2, cudnn==8.0.5.
  9. Any float-16 model weights is prohibited, as it will lead to incorrect model size estimiation.
  10. Please use onnx_helper.py to check whether the model is valid.
  11. Participants are 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.
  12. Top-ranked participants should provide their solutions and codes to ensure their validity after submission closed.

Tutorial

  1. ArcFace-PyTorch (with Partial-FC), code, tutorial-cn
  2. OneFlow, code
  3. MXNet, code

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.
  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.

Server link: http://iccv21-mfr.com/

Timelines

  • 1 June - Release of the training data, baseline solutions and testing leader-board
  • 1 October - Stop leader-board submission (11:59 PM Pacific Time)
  • 7 October - Winners notification

Sponsors

(in alphabetical order)

DeepGlint

Kiwi Tech

OneFlow

Zoloz

Bonus Share

Sub-Track ASub-Track B
1st place30%30%
2nd place15%15%
3rd place5%5%