• Stars
    star
    150
  • Rank 245,874 (Top 5 %)
  • Language
    Python
  • License
    MIT License
  • Created about 4 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Code for ICML 2020 "Graph Optimal Transport for Cross-Domain Alignment"

Graph Optimal Transport framework for cross-domain alignment

Summary

In this work, both Gromov-Wasserstein and Wasserstein distance are applied to improve the performance of different cross-domain alignment tasks, such as VQA, Machine Translation, etc

Implemntation

Note that the VQA model is developed upon BAN model.

And the machine translation model is developed upon texar.

Citation

Please cite our ICML 2020 paper if you found the code useful.

@article{chen2020graph,
  title={Graph Optimal Transport for Cross-Domain Alignment},
  author={Chen, Liqun and Gan, Zhe and Cheng, Yu and Li, Linjie and Carin, Lawrence and Liu, Jingjing},
  journal={ICML},
  year={2020}
}