qinenergy/corda

Question about the pretrained parameters of backbone

Closed this issue · 4 comments

Thanks for sharing the code, and it brings the amazing improvement for this filed.

I notice that you have used backbone with parameters pretrained on MSCOCO which is the same with DACS, and have you tried backbone pretrained on ImageNet? If yes, could you please provide the corresponding results?

We had this question as well in the beginning for DACS. Thus we reran DACS for SYNTHIA2City with the ImageNet pretrained weight and the mIoU we got is 48.9. In comparison, we get 48.5 when we rerun DACS code with coco weight. The reported number from DACS is 48.3, which is quite close to both numbers. This makes us believe that the coco/imagenet pretrained weights do not affect that much for the DACS framework.

We thus later stick to the default DACS setting (coco) for further experiments.

Ok I got it, thanks for your reply.

@super233
Hi, I reran our CorDA training code with ImageNet-only pre-trained weight on the SYNTHIA2Cityscapes task.

The mIoU peaked at 55.5(=46.7*19/16) and ended at 54.6. This is very close to our reported result 55.0 with the DACS's default pretrained weight. Hope this resolves your concern.

You can find the details here.

Thanks very much :-)