域交与域差
计算机视觉与模式识别
2019-09-02 v1
摘要
我们提出一种方法,用于恢复两个视觉域之间共享的内容以及各自独有的内容。这使我们能够从一个域映射到另一个域,在此过程中移除第一个域特有的内容,并从第二个域的任意图像中导入其特有内容。此外,我们的方法能够生成两个域交集以及并集的图像,尽管训练时并无此类样本。分析表明该方法包含全部充分且必要的约束。在大量实验中它也优于现有文献方法。我们的代码见 https://github.com/sagiebenaim/DomainIntersectionDifference。
引用
@article{arxiv.1908.11628,
title = {Domain Intersection and Domain Difference},
author = {Sagie Benaim and Michael Khaitov and Tomer Galanti and Lior Wolf},
journal= {arXiv preprint arXiv:1908.11628},
year = {2019}
}