単一のトレーニングサンプルがあるドメイン$ A $と、より豊富なトレーニングセットがあるドメイン$ B $との間のマッピングの問題を研究します。提示するメソッドは、このマッピングを両方向に実行できます。たとえば、すべてのMNIST画像を単一のSVHN画像でキャプチャされた視覚領域に転送し、SVHN画像をMNIST画像の領域に変換できます。この方法は、重み共有を使用せずに、各ドメインに1つのエンコーダと1つのデコーダを使用することに基づいています。単一サンプルドメインのオートエンコーダーは、このサンプルとドメイン$ B $の潜在空間の両方に一致するようにトレーニングされます。私たちの結果は、ソースまたはターゲットドメインのいずれかが既存のソリューションをはるかに超える単一のサンプルによって定義されているドメイン間の説得力のあるマッピングを示しています。コードはhttps://github.com/tomercohen11/BiOSTで公開されています
We study the problem of mapping between a domain $A$, in which there is a single training sample and a domain $B$, for which we have a richer training set. The method we present is able to perform this mapping in both directions. For example, we can transfer all MNIST images to the visual domain captured by a single SVHN image and transform the SVHN image to the domain of the MNIST images. Our method is based on employing one encoder and one decoder for each domain, without utilizing weight sharing. The autoencoder of the single sample domain is trained to match both this sample and the latent space of domain $B$. Our results demonstrate convincing mapping between domains, where either the source or the target domain are defined by a single sample, far surpassing existing solutions. Our code is made publicly available at https://github.com/tomercohen11/BiOST