idiap / model-uncertainty-for-adaptation

Code paper Uncertainty Reduction for Uncertainty Reduction for Model Adaptation in Semantic Segmentation at CVPR 2021
Other
49 stars 9 forks source link

The training details #4

Closed JianghaoWu closed 2 years ago

JianghaoWu commented 2 years ago

Thank you very much for your work. I have some questions: when unc_noise is False, ie. the model is deepLab(13, False) in your code, is pretrained and it includes encoder and mian decoder right? Are the parameters of the auxiliary decoder copied from the main decoder or initialized randomly? When training, update the parameters of the encoder and the auxiliary decoder and keep only the parameters of the main decoder unchanged? When training, the pseudo-label is generated by the pre-trained model, and it is not updated in the later training process, right? I'd be grateful if you could answer it!

prabhuteja12 commented 2 years ago

Hi,

Hope this answers your questions.