CVJan 24, 2019

Semi-Supervised Image-to-Image Translation

arXiv:1901.08212v116 citations
Originality Incremental advance
AI Analysis

This addresses the difficulty of image-to-image translation in computer vision by making it semi-supervised and independent of segmentation, though it appears incremental as it builds on existing GAN methods.

The paper tackles the problem of image-to-image translation by proposing a semi-supervised adversarial model that avoids human intervention like image segmentation, resulting in better performance than Multimodal Unsupervised Image-to-image translation.

Image-to-image translation is a long-established and a difficult problem in computer vision. In this paper we propose an adversarial based model for image-to-image translation. The regular deep neural-network based methods perform the task of image-to-image translation by comparing gram matrices and using image segmentation which requires human intervention. Our generative adversarial network based model works on a conditional probability approach. This approach makes the image translation independent of any local, global and content or style features. In our approach we use a bidirectional reconstruction model appended with the affine transform factor that helps in conserving the content and photorealism as compared to other models. The advantage of using such an approach is that the image-to-image translation is semi-supervised, independant of image segmentation and inherits the properties of generative adversarial networks tending to produce realistic. This method has proven to produce better results than Multimodal Unsupervised Image-to-image translation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes