liyunsheng13 / BDL

MIT License
222 stars 30 forks source link

SSL for SYNTHIA #19

Closed MyeongJin-Kim closed 4 years ago

MyeongJin-Kim commented 5 years ago

Hi When I train segmentation network with the pseudo labels with your code, for GTA5, training is stable and mIoU is incrementally increases. But for SYNTHIA, it shows different pattern. The mIoU first steeply rise in early iteration, but decrease as train proceed. I think that ,because layout gap between SYNTHIA and Cityscapes is much bigger, overfitting problem occurs in SYNTHIA setting. Did you get the same pattern?

liyunsheng13 commented 5 years ago

Without SSL, overfitting is a serious problem for both GTA5 and SYNTHIA. But with SSL, I think the mIoU is much more stable. I don't see a big overfitting problem for SYNTHIA. If you see big overfitting, you can try to decrease the lr for discriminator.