Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance on CUB-200-2011 and SOP #2

Open
jichengyuan opened this issue Dec 21, 2022 · 0 comments
Open

Performance on CUB-200-2011 and SOP #2

jichengyuan opened this issue Dec 21, 2022 · 0 comments

Comments

@jichengyuan
Copy link

Hi,

thanks for your nice paper! it is quite a good idea to use semantic loss and hyper-graph for metric learning.

when I tried to reproduce the performance on three datasets, I faced some issues, for the dataset Cars196 the performance is fine, but for CUB-200-2011 and SOP dataset, there is a margin difference between reproduced and reported results.

Below are some results I reproduced,

For Cars196, it works fine, the reproduced performance is consistent with the paper.

Cars196(ResNet50) R@1 R@2 R@4
HIST (raw-paper) 89.6 $\pm$ 0.2 93.9 $\pm$ 0.1 96.4 $\pm$ 0.1
HIST (reproduced) 89.8 94.2 96.5

But for CUB-200-2011, compared to results reported in the paper, the margins on R@1, R@2 R@4 are, -1.2%, -0.9%, -0.5%:

CUB-200-2011 (ResNet50) R@1 R@2 R@4
HIST (raw-paper) 71.4 $\pm$ 0.2 81.1 $\pm$ 0.3 88.1 $\pm$ 0.2
HIST (reproduced) 70.0 79.7 87.4

And for SOP, compared to results reported in the paper, the margins on R@1, R@10, R@100 are, -0.5%, 0.0%, -0.1%

SOP (ResNet50) R@1 R@10 R@100
HIST (raw-paper) 81.4 $\pm$ 0.2 92.0 $\pm$ 0.2 96.7 $\pm$ 0.1
HIST (reproduced) 80.7 91.8 96.4

Hence, my question is, if some hyper-params or the settled random seed work for Cars196, but could be not suitable to other two datasets? Could you give some help to reproduce the results as reported in the paper?

Thanks a lot in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant