Skip to content

How to find the best similarity threshold on my private dataset? #2239

Description

@SuyueLiu

Hi, thanks for your impressive work on face recognition.

I have trained an FR model on the MS1MV2 dataset with ArcFace and test on my private dataset, I noticed that in the verification part, you find the best accuracy by grid searching threshold value between 0 and 4 with 0.01 diff point. The threshold with the best accuracy on my private dataset is 1.3480 which is larger than 1.

The problem is when I use the cosine similarity (Between -1 to 1) to determine whether the two images are from the same person, how can I find the similarity threshold with the best accuracy or meet the TAR@FAR requirement?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions