MubarizZaffar / VPR-Bench

This repository contains the codebase and all the relevant information for our IJCV paper on VPR-Bench: An open-source Visual Place Recognition Evaluation Framework
MIT License
126 stars 17 forks source link

Doubts in AUC-PR #12

Closed divyagupta25 closed 1 year ago

divyagupta25 commented 1 year ago

I have a couple of questions in AUC-PR (Section 3.4.1).

I guess all questions are related, and I do not understand the single correct match thing.

MubarizZaffar commented 1 year ago

Hey, thanks for your questions. See below my response, hope it helps clarify.

For a given query and a confidence score threshold, why are the incorrect images (based on ground truth) which were not retrieved by the algorithm (score less than threshold) not termed as true negatives?

Why is AUC-PR not affected if the second or third best match is a correctly retrieved image? Why do you say that it neither penalizes nor rewards retrieval of more than one correct match per query? Won't the precision be high if multiple correct matches are retrieved?

And in case we are looking at only a single correct match, then will the precision values be only 0 or 1?

How does it reward a VPR system only for retrieving a single correct match per query from the reference database?

I note that your questions are not directly related to issues in the code-base, but are questions about the paper and evaluations in VPR. GitHub issues may not be the best mode for these questions, please feel free to send us an email. Many thanks.