Skip to content

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

License

Notifications You must be signed in to change notification settings

chxw20/graph-optimal-transport

This branch is 101 commits ahead of LiqunChen0606/Graph-Optimal-Transport:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 25, 2021
2b5c634 · Apr 25, 2021
Apr 25, 2021
Jul 21, 2020
Jul 21, 2020
Feb 18, 2021
Jul 21, 2020
Jul 24, 2020

Repository files navigation

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}
}

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.6%
  • Shell 6.4%