Self-Similarity-Grouping icon indicating copy to clipboard operation
Self-Similarity-Grouping copied to clipboard

features about rerank

Open zengkaiwei opened this issue 5 years ago • 4 comments

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?

zengkaiwei avatar Sep 23 '19 02:09 zengkaiwei

I have also the same question.

xiaobaoli15 avatar Nov 23 '19 02:11 xiaobaoli15

same question too

tiancity-NJU avatar Nov 25 '19 07:11 tiancity-NJU

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.

OasisYang avatar Nov 27 '19 03:11 OasisYang

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

JingweiZhang12 avatar Dec 22 '19 03:12 JingweiZhang12