-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Hello, I cannot reproduce the results of the paper on the miniImagenet dataset. Is there any solution?(thanks very much)
I used the pretrained and finetuned model data(backbone-wrn) you provided in another issue. The test results were as follows:miniImagenet: 1shot 74.12% and 5shot 85.21%
tieredImageNet: 1shot 84.22% and 5shot 89.40%
The results given in the paper are:
miniImagenet: 1shot 79.22% and 5shot 88.05%.
tieredImageNet: 1shot 83.69% and 5shot 89.34%
The performance on the mini dataset is much worse. I pretrained and finetuned the model myself, and I tested it again, the performance was as follows:
miniImagenet(wrn): 1shot 77.12% and 5shot 87.90%.
There is still a certain gap between the performance and the result in paper, and I found that in the 1shot experiment on the miniImageNet data set, the performance did not improve after the 8th epoch. Is there any problem here?
Finally, I still have a question. According to the results in the article, the performance of epnet-ssl is 9% higher than that of epnet in the case of 1 shot. Is this increase so much? When I did the experiment, the performance of epnetssl was 4% higher than that of epnet. Can you provide a solution? thank you very much!