Home

Awesome

Domain Generalization Using a Mixture of Multiple Latent Domains

model This is the pytorch implementation of the AAAI 2020 poster paper "Domain Generalization Using a Mixture of Multiple Latent Domains".

Requirements

pip install -r requirements.txt

Training and Testing

You can train the model using the following command.

cd script
bash general.sh

If you want to train the model without domain generalization (Deep All), you can also use the following command.

cd script
bash deepall.sh

You can set the correct parameter.

Citation

If you use this code, please cite the following paper:

Toshihiko Matsuura and Tatsuya Harada. Domain Generalization Using a Mixture of Multiple Latent Domains. In AAAI, 2020.

@InProceedings{dg_mmld,
  title={Domain Generalization Using a Mixture of Multiple Latent Domains},
  author={Toshihiko Matsuura and Tatsuya Harada},
  booktitle={AAAI},
  year={2020},
  }