AdaFace icon indicating copy to clipboard operation
AdaFace copied to clipboard

The performance of model in dataset glint360k

Open Phil-Lin opened this issue 2 years ago • 3 comments

Hi ,Thank you for your work sharing. I added Adaface to project insightFace and verified the effect of Adaface in dataset MV1Mv3, but in Glint360K, the effect of Adaface is worse than that of Cosface. Have you verified it on dataset Glint360K?

dataset | method | backnone | LFW | CFPFP | AGEDB | IJBC(1E-4) MS1MV3 | Adaface | r100 | 99.867 | 99.014 | 98.3 | 97.17 MS1MV3 | Arcface | r100 | 99.85 | 98.9 | 98.55 | 96.85 Glint360k | Adaface | r100 | 99.83 | 99.15 | 98.45 | 97.38 Glint360k | Cosface | r100 | 99.817 | 99.2 | 98.65 | 97.55

Phil-Lin avatar Jun 23 '22 08:06 Phil-Lin

I have not run AdaFace in Glint360k. One potential improvement comes from AdaFace capable of handling strong augmentations unlike other margin based works (augmentations which may cause unidentifiable images and helpful for low quality dataset) as noted in Table 2 of the main paper. So when using the InsightFace, incorporating the training data augmentation in this repo into your training code may help.

mk-minchul avatar Jun 27 '22 10:06 mk-minchul

Thanks for your reply. I have added the training data augmentation in this repo into insightFace project. And obtain the above experimental results.

Phil-Lin avatar Jun 27 '22 15:06 Phil-Lin

@Phil-Lin Great work! Can you share your code which use AdaFace and InsightFace? Thank you <3

ducanhnguyen-lab avatar Jun 30 '22 04:06 ducanhnguyen-lab