You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I notice supervised learning on target domain only achieves 71.3% mIoU, which is much lower than proposed in mmsegmentation. Any reasons for such phenomenon?
The text was updated successfully, but these errors were encountered:
Thanks for your feedback on our paper. I apologize for the delay in my response due to my busy schedule. I wanted to provide some additional context and clarify a few points:
Implementation details. I just checked out the Github Repository for MMSegmentation and it works really well as you said. Our code is largely based on THIS GitHub repository, but the performance of DeepLabV3+ in our paper is slightly lower than their reported result (73.2 vs 76.2). We believe that "freezing the batch norm layer" may be one reason for this difference. Also, as I haven't utilized MMSegmentation before, I'm not sure where the difference in their implementation is. Thanks for the info, maybe I should take a closer look...
Comparison to the original papers. In Table 7 of the original DeepLabV3+ paper, the authors used a different, deeper network backbone (X-71) to achieve 80+ mIoU. In contrast, we used the standard ResNet-101 backbone that is commonly used in prior domain adaptation work. Additionally, as shown in Table 9 of the original DeepLabV2 paper, our reproduced result in Table 1 of our D2ADA paper (71.3 mIoU) is very close to the official Cityscapes performance (71.4 mIoU) with the same ResNet-101 backbone.
Comparison to recent DA studies. Our reported "Target Only" results are similar to the results reported in recent outstanding papers (such as RIPU in CVPR 2022) and better than previous work (such as LabOR in ICCV 2021).
Please let us know if you have any other questions. We appreciate your feedback and will continue to work on improving our results.
Hi, I notice supervised learning on target domain only achieves 71.3% mIoU, which is much lower than proposed in mmsegmentation. Any reasons for such phenomenon?
The text was updated successfully, but these errors were encountered: