Feature_Critic icon indicating copy to clipboard operation
Feature_Critic copied to clipboard

Questions with respect to the code.

Open d12306 opened this issue 5 years ago • 3 comments

Hi, @liyiying , Thanks for your implementation.

I am a little confused with the method in the paper. Actually, your aim in the paper is the domain generalization. However, in the target domain, we may not access any labels and the data. Therefore, I am wondering why you choose to train a SVM or KNN classifier in the paper? So in the testing stage, how will your model function? Please forgive me cause maybe I am asking a silly question

d12306 avatar Jun 17 '19 17:06 d12306

For the heterogeneous DG, the label space of the target domain is totally different from the source domains'. So after trained on the source domains, we freeze the feature network and only use (some/K shots of) the training data in the target domain to train the specific classifiers. (For example, it's not possible to directly use a 1 to 10 digits classifier to classify the flowers, trees....). For homogeneous DG, the label space is the same among all domains, so no need to train a SVM/KNN then.

liyiying avatar Jun 17 '19 17:06 liyiying

Thank you so much

d12306 avatar Jun 18 '19 09:06 d12306

@liyiying ,Hi, would you mind upload the code for other heteregenous baselines?like Reptile

d12306 avatar Jun 24 '19 15:06 d12306