frank-xwang / CLD-UnsupervisedLearning

[CVPR 2021] Code release for "Unsupervised Feature Learning by Cross-Level Instance-Group Discrimination."
MIT License
100 stars 9 forks source link

Details of KNN classifier for ImageNet-LT #10

Closed thss15fyt closed 3 years ago

thss15fyt commented 3 years ago

Thanks for your interesting work!

I would like to know some details of how you perform kNN classifier on the ImageNet-LT dataset, including the number of K and the temperature used in exp(cos_sim / t). Besides, which set of the dataset (train, validation or both) is used to be the support set to search for kNN? Thanks!

frank-xwang commented 3 years ago

Hi, for KNN classifier on ImageNet-LT, we used the support set from training set and use the same number of K and temperature as in the experiment on ImageNet. Sorry for the late reply