2つの視覚的なドメイン間で共有されているコンテンツと、各ドメインに固有のコンテンツを回復する方法を示します。これにより、最初のドメインに固有のコンテンツが削除され、2番目のドメインに固有のコンテンツが2番目のドメインのイメージからインポートされるように、1つのドメインから別のドメインにマッピングできます。さらに、この方法では、トレーニング中にそのようなサンプルがなくても、2つのドメインの交差点とその結合から画像を生成できます。この方法は、十分かつ必要なすべての制約を含むことが分析的に示されています。また、広範な実験セットで文献の方法よりも優れています。コードはhttps://github.com/sagiebenaim/DomainIntersectionDifferenceで入手できます。
We present a method for recovering the shared content between two visual domains as well as the content that is unique to each domain. This allows us to map from one domain to the other, in a way in which the content that is specific for the first domain is removed and the content that is specific for the second is imported from any image in the second domain. In addition, our method enables generation of images from the intersection of the two domains as well as their union, despite having no such samples during training. The method is shown analytically to contain all the sufficient and necessary constraints. It also outperforms the literature methods in an extensive set of experiments. Our code is available at https://github.com/sagiebenaim/DomainIntersectionDifference.