中文
相关论文

相关论文: StarGAN v2: Diverse Image Synthesis for Multiple D…

200 篇论文

Foreground-aware image synthesis aims to generate images as well as their foreground masks. A common approach is to formulate an image as an masked blending of a foreground image and a background image. It is a challenging problem because…

计算机视觉与模式识别 · 计算机科学 2022-08-23 Jeongmin Bae , Mingi Kwon , Youngjung Uh

Style transfer usually refers to the task of applying color and texture information from a specific style image to a given content image while preserving the structure of the latter. Here we tackle the more generic problem of semantic style…

计算机视觉与模式识别 · 计算机科学 2018-07-11 Amélie Royer , Konstantinos Bousmalis , Stephan Gouws , Fred Bertsch , Inbar Mosseri , Forrester Cole , Kevin Murphy

Few-shot domain adaptation to multiple domains aims to learn a complex image distribution across multiple domains from a few training images. A na\"ive solution here is to train a separate model for each domain using few-shot domain…

计算机视觉与模式识别 · 计算机科学 2022-11-29 Seongtae Kim , Kyoungkook Kang , Geonung Kim , Seung-Hwan Baek , Sunghyun Cho

Image-to-image (I2I) translation is an established way of translating data from one domain to another but the usability of the translated images in the target domain when working with such dissimilar domains as the SAR/optical satellite…

计算机视觉与模式识别 · 计算机科学 2021-12-13 Alejandro D. Mousist

Domain shift between medical images from multicentres is still an open question for the community, which degrades the generalization performance of deep learning models. Generative adversarial network (GAN), which synthesize plausible…

图像与视频处理 · 电气工程与系统科学 2020-07-31 Xinpeng Xie , Jiawei Chen , Yuexiang Li , Linlin Shen , Kai Ma , Yefeng Zheng

Recent advances in unsupervised domain adaptation have shown the effectiveness of adversarial training to adapt features across domains, endowing neural networks with the capability of being tested on a target domain without requiring any…

计算机视觉与模式识别 · 计算机科学 2020-01-24 Mikel Menta , Adriana Romero , Joost van de Weijer

Unsupervised image-to-image translation aims at learning a joint distribution of images in different domains by using images from the marginal distributions in individual domains. Since there exists an infinite set of joint distributions…

计算机视觉与模式识别 · 计算机科学 2018-07-24 Ming-Yu Liu , Thomas Breuel , Jan Kautz

Unpaired image-to-image translation methods aim at learning a mapping of images from a source domain to a target domain. Recently, these methods proved to be very useful in biological applications to display subtle phenotypic cell…

计算机视觉与模式识别 · 计算机科学 2023-02-17 Anis Bourou , Auguste Genovesio

We propose Mask CycleGAN, a novel architecture for unpaired image domain translation built based on CycleGAN, with an aim to address two issues: 1) unimodality in image translation and 2) lack of interpretability of latent variables. Our…

机器学习 · 计算机科学 2022-05-17 Minfa Wang

Image dehazing using learning-based methods has achieved state-of-the-art performance in recent years. However, most existing methods train a dehazing model on synthetic hazy images, which are less able to generalize well to real hazy…

计算机视觉与模式识别 · 计算机科学 2020-05-12 Yuanjie Shao , Lerenhan Li , Wenqi Ren , Changxin Gao , Nong Sang

We present a framework for translating unlabeled images from one domain into analog images in another domain. We employ a progressively growing skip-connected encoder-generator structure and train it with a GAN loss for realistic output, a…

计算机视觉与模式识别 · 计算机科学 2018-09-05 Jerry Li

Generative adversarial networks (GANs) have demonstrated great success in generating various visual content. However, images generated by existing GANs are often of attributes (e.g., smiling expression) learned from one image domain. As a…

计算机视觉与模式识别 · 计算机科学 2019-10-04 Zehui Yao , Boyan Zhang , Zhiyong Wang , Wanli Ouyang , Dong Xu , Dagan Feng

The existing text-guided image synthesis methods can only produce limited quality results with at most \mbox{$\text{256}^2$} resolution and the textual instructions are constrained in a small Corpus. In this work, we propose a unified…

计算机视觉与模式识别 · 计算机科学 2021-04-20 Weihao Xia , Yujiu Yang , Jing-Hao Xue , Baoyuan Wu

Building facial analysis systems that generalize to extreme variations in lighting and facial expressions is a challenging problem that can potentially be alleviated using natural-looking synthetic data. Towards that, we propose LEGAN, a…

计算机视觉与模式识别 · 计算机科学 2021-06-22 Sandipan Banerjee , Ajjen Joshi , Prashant Mahajan , Sneha Bhattacharya , Survi Kyal , Taniya Mishra

This paper proposes a novel approach to performing image-to-image translation between unpaired domains. Rather than relying on a cycle constraint, our method takes advantage of collaboration between various GANs. This results in a…

计算机视觉与模式识别 · 计算机科学 2020-06-09 Ori Nizan , Ayellet Tal

In this paper, we perform an in-depth study of the properties and applications of aligned generative models. We refer to two models as aligned if they share the same architecture, and one of them (the child) is obtained from the other (the…

计算机视觉与模式识别 · 计算机科学 2022-05-06 Zongze Wu , Yotam Nitzan , Eli Shechtman , Dani Lischinski

Unsupervised image translation aims to learn the transformation from a source domain to another target domain given unpaired training data. Several state-of-the-art works have yielded impressive results in the GANs-based unsupervised…

计算机视觉与模式识别 · 计算机科学 2020-04-21 Taewon Kang , Kwang Hee Lee

State-of-the-art methods for image-to-image translation with Generative Adversarial Networks (GANs) can learn a mapping from one domain to another domain using unpaired image data. However, these methods require the training of one specific…

计算机视觉与模式识别 · 计算机科学 2019-01-16 Hao Tang , Dan Xu , Wei Wang , Yan Yan , Nicu Sebe

Current methods for image-to-image translation produce compelling results, however, the applied transformation is difficult to control, since existing mechanisms are often limited and non-intuitive. We propose ParGAN, a generalization of…

计算机视觉与模式识别 · 计算机科学 2022-11-10 Diego Martin Arroyo , Alessio Tonioni , Federico Tombari

Conditional Generative Adversarial Networks (GANs) for cross-domain image-to-image translation have made much progress recently. Depending on the task complexity, thousands to millions of labeled image pairs are needed to train a…

计算机视觉与模式识别 · 计算机科学 2018-10-12 Zili Yi , Hao Zhang , Ping Tan , Minglun Gong