The implementation of "Mixup-Induced Domain Extrapolation for Domain Generalization"
python -u xxx.py --level 2
If you find this code or our paper useful, please consider citing:
@inproceedings{cao2024mixup,
title={Mixup-Induced Domain Extrapolation for Domain Generalization},
author={Cao, Meng and Chen, Songcan},
booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
volume={38},
number={10},
pages={11168--11176},
year={2024}
}
The settings involved in our paper follow DeepDG and OpenDG DAML, respectively.
Thank you for their repositories, which facilitate our code.