SAML icon indicating copy to clipboard operation
SAML copied to clipboard

Question about model selection.

Open BurningFr opened this issue 3 years ago • 2 comments

Hi, I notice that in train.py the model is selected by the best test dice value on the "unseen" test domain, and most DG methods select the best model on source domain validation set. But I don't find the train/val split in training data. Do you think is all right to use the best test dice value?

BurningFr avatar May 25 '21 02:05 BurningFr

Hi,

Since different datasets could present large distribution shifts, the model obtained from the validation set in training domains often cannot perform well on the testing domain. We therefore directly select the model on the testing domain to observe the general model performance on that particular testing distribution.

Thanks, Quande.

liuquande avatar Jun 01 '21 11:06 liuquande

Do you think domain generalization can select the model by the "unseen" test domain? I don't think so!

And In Issue #2, you mention that the datasets have been selected by the intra-domain experiments. Could you open source the case num you dropped for each domain?

BurningFr avatar Jun 03 '21 05:06 BurningFr