中文
相关论文

相关论文: Auto-Encoding for Shared Cross Domain Feature Repr…

200 篇论文

Image-to-image translation is a technique that focuses on transferring images from one domain to another while maintaining the essential content representations. In recent years, image-to-image translation has gained significant attention…

图像与视频处理 · 电气工程与系统科学 2024-04-02 Xixian Wu , Dian Chao , Yang Yang

In recent years we have witnessed tremendous progress in unpaired image-to-image translation methods, propelled by the emergence of DNNs and adversarial training strategies. However, most existing methods focus on transfer of style and…

计算机视觉与模式识别 · 计算机科学 2019-06-05 Oren Katzir , Dani Lischinski , Daniel Cohen-Or

Image-to-image translation is a general name for a task where an image from one domain is converted to a corresponding image in another domain, given sufficient training data. Traditionally different approaches have been proposed depending…

计算机视觉与模式识别 · 计算机科学 2018-05-09 Soumya Tripathy , Juho Kannala , Esa Rahtu

Generative models have made significant progress in the tasks of modeling complex data distributions such as natural images. The introduction of Generative Adversarial Networks (GANs) and auto-encoders lead to the possibility of training on…

计算机视觉与模式识别 · 计算机科学 2018-03-29 Tobias Hinz , Stefan Wermter

Unsupervised image-to-image translation aims to learn the mapping between two visual domains with unpaired samples. Existing works focus on disentangling domain-invariant content code and domain-specific style code individually for…

计算机视觉与模式识别 · 计算机科学 2021-10-28 Yunfei Liu , Haofei Wang , Yang Yue , Feng Lu

Unsupervised image-to-image translation methods aim to map images from one domain into plausible examples from another domain while preserving structures shared across two domains. In the many-to-many setting, an additional guidance example…

计算机视觉与模式识别 · 计算机科学 2021-11-29 Ben Usman , Dina Bashkirova , Kate Saenko

Unsupervised image-to-image translation aims at learning the relationship between samples from two image domains without supervised pair information. The relationship between two domain images can be one-to-one, one-to-many or many-to-many.…

计算机视觉与模式识别 · 计算机科学 2018-05-21 Yongqi Zhang

Direct image-to-graph transformation is a challenging task that involves solving object detection and relationship prediction in a single model. Due to this task's complexity, large training datasets are rare in many domains, making the…

计算机视觉与模式识别 · 计算机科学 2024-12-06 Alexander H. Berger , Laurin Lux , Suprosanna Shit , Ivan Ezhov , Georgios Kaissis , Martin J. Menten , Daniel Rueckert , Johannes C. Paetzold

Image-to-image translation is a fundamental task in computer vision. It transforms images from one domain to images in another domain so that they have particular domain-specific characteristics. Most prior works train a generative model to…

计算机视觉与模式识别 · 计算机科学 2023-02-24 Sihan Xu , Zelong Jiang , Ruisi Liu , Kaikai Yang , Zhijie Huang

In many scenarios in computer vision, machine learning, and computer graphics, there is a requirement to learn the mapping from an image of one domain to an image of another domain, called Image-to-image translation. For example, style…

图像与视频处理 · 电气工程与系统科学 2020-03-09 Mohammad Akif Beg , Jia Yuan Yu

We present a novel and unified deep learning framework which is capable of learning domain-invariant representation from data across multiple domains. Realized by adversarial training with additional ability to exploit domain-specific…

计算机视觉与模式识别 · 计算机科学 2018-10-30 Alexander H. Liu , Yen-Cheng Liu , Yu-Ying Yeh , Yu-Chiang Frank Wang

Image-to-image translation aims to learn the mapping between two visual domains. There are two main challenges for many applications: 1) the lack of aligned training pairs and 2) multiple possible outputs from a single input image. In this…

计算机视觉与模式识别 · 计算机科学 2018-08-03 Hsin-Ying Lee , Hung-Yu Tseng , Jia-Bin Huang , Maneesh Kumar Singh , Ming-Hsuan Yang

We address the problem of image translation between domains or modalities for which no direct paired data is available (i.e. zero-pair translation). We propose mix and match networks, based on multiple encoders and decoders aligned in such…

计算机视觉与模式识别 · 计算机科学 2018-04-09 Yaxing Wang , Joost van de Weijer , Luis Herranz

Image-to-image translation tasks have been widely investigated with Generative Adversarial Networks (GANs) and dual learning. However, existing models lack the ability to control the translated results in the target domain and their results…

计算机视觉与模式识别 · 计算机科学 2018-05-02 Jianxin Lin , Yingce Xia , Tao Qin , Zhibo Chen , Tie-Yan Liu

Image translation across different domains has attracted much attention in both machine learning and computer vision communities. Taking the translation from source domain $\mathcal{D}_s$ to target domain $\mathcal{D}_t$ as an example,…

计算机视觉与模式识别 · 计算机科学 2019-05-30 Jianxin Lin , Yingce Xia , Yijun Wang , Tao Qin , Zhibo Chen

Unsupervised image-to-image translation (UNIT) aims at learning a mapping between several visual domains by using unpaired training images. Recent studies have shown remarkable success for multiple domains but they suffer from two main…

计算机视觉与模式识别 · 计算机科学 2020-03-24 Yahui Liu , Marco De Nadai , Jian Yao , Nicu Sebe , Bruno Lepri , Xavier Alameda-Pineda

Unsupervised image-to-image translation aims at learning the mapping from the source to target domain without using paired images for training. An essential yet restrictive assumption for unsupervised image translation is that the two…

计算机视觉与模式识别 · 计算机科学 2021-09-27 Shaoan Xie , Mingming Gong , Yanwu Xu , Kun Zhang

Image-to-image translation aims to learn a mapping between different groups of visually distinguishable images. While recent methods have shown impressive ability to change even intricate appearance of images, they still rely on domain…

计算机视觉与模式识别 · 计算机科学 2021-05-10 Hanbit Lee , Jinseok Seol , Sang-goo Lee

Unsupervised image-to-image translation tasks aim to find a mapping between a source domain X and a target domain Y from unpaired training data. Contrastive learning for Unpaired image-to-image Translation (CUT) yields state-of-the-art…

计算机视觉与模式识别 · 计算机科学 2021-04-19 Junlin Han , Mehrdad Shoeiby , Lars Petersson , Mohammad Ali Armin

The unsupervised image-to-image translation aims at finding a mapping between the source ($A$) and target ($B$) image domains, where in many applications aligned image pairs are not available at training. This is an ill-posed learning…

图像与视频处理 · 电气工程与系统科学 2018-02-21 Yunfei Teng , Anna Choromanska , Mariusz Bojarski