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

features about rerank #14

Open
zengkaiwei opened this issue Sep 23, 2019 · 4 comments
Open

features about rerank #14

zengkaiwei opened this issue Sep 23, 2019 · 4 comments

Comments

@zengkaiwei
Copy link

Usually rerank is used in one dataset,but in your rerank.py you rerank source feature with target feature? Why? Or my understanding is fault? At this moment, what's the mean of your e_dist and r_dist? Is it still distence between each sample in target datasets?

@xiaobaoli15
Copy link

I have also the same question.

@tiancity-NJU
Copy link

same question too

@OasisYang
Copy link
Collaborator

Sorry for the late reply, I was really busy. Your understanding is right, we use re-rank between source feature and target feature. The motivation is to obtain a better re-rank result by the knowledge of source dataset. (since the model can achieve pretty good performance on source dataset).
e_dist is the euclidean distance among samples in a target dataset. r_dist is the distance after re-ranking.
Hope this can solve your problem.

@JingweiZhang12
Copy link

JingweiZhang12 commented Dec 22, 2019

Did you try to use the original dist rather than source dist? What's the performance compared to the current source dist?
image

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

5 participants