中文
相关论文

相关论文: Attentive Normalization for Conditional Image Gene…

200 篇论文

Recently, interest in MR-only treatment planning using synthetic CTs (synCTs) has grown rapidly in radiation therapy. However, developing class solutions for medical images that contain atypical anatomy remains a major limitation. In this…

图像与视频处理 · 电气工程与系统科学 2021-04-16 Hajar Emami , Ming Dong , Carri K. Glide-Hurst

The state-of-the-art approaches in Generative Adversarial Networks (GANs) are able to learn a mapping function from one image domain to another with unpaired image data. However, these methods often produce artifacts and can only be able to…

计算机视觉与模式识别 · 计算机科学 2019-08-29 Hao Tang , Dan Xu , Nicu Sebe , Yan Yan

The identification of lesion within medical image data is necessary for diagnosis, treatment and prognosis. Segmentation and classification approaches are mainly based on supervised learning with well-paired image-level or voxel-level…

计算机视觉与模式识别 · 计算机科学 2019-04-09 Liyan Sun , Jiexiang Wang , Yue Huang , Xinghao Ding , Hayit Greenspan , John Paisley

Convolutional neural networks (CNNs) have achieved beyond human-level accuracy in the image classification task and are widely deployed in real-world environments. However, CNNs show vulnerability to adversarial perturbations that are…

计算机视觉与模式识别 · 计算机科学 2021-03-09 Desheng Wang , Weidong Jin , Yunpu Wu , Aamir Khan

Generative Adversarial Networks (GANs) have proven successful for unsupervised image generation. Several works extended GANs to image inpainting by conditioning the generation with parts of the image one wants to reconstruct. However, these…

计算机视觉与模式识别 · 计算机科学 2019-11-05 Cyprien Ruffino , Romain Hérault , Eric Laloy , Gilles Gasso

Deep generative models (DGMs) have the potential to revolutionize diagnostic imaging. Generative adversarial networks (GANs) are one kind of DGM which are widely employed. The overarching problem with deploying GANs, and other DGMs, in any…

计算机视觉与模式识别 · 计算机科学 2023-04-03 Rucha Deshpande , Mark A. Anastasio , Frank J. Brooks

This work introduces a novel system for the generation of images that contain multiple classes of objects. Recent work in Generative Adversarial Networks have produced high quality images, but many focus on generating images of a single…

机器学习 · 计算机科学 2019-11-11 Elijah D. Bolluyt , Cristina Comaniciu

Generative adversarial networks (GANs) have demonstrated to be successful at generating realistic real-world images. In this paper we compare various GAN techniques, both supervised and unsupervised. The effects on training stability of…

机器学习 · 计算机科学 2018-03-28 Mathijs Pieters , Marco Wiering

The effectiveness of generative adversarial approaches in producing images according to a specific style or visual domain has recently opened new directions to solve the unsupervised domain adaptation problem. It has been shown that source…

计算机视觉与模式识别 · 计算机科学 2017-11-30 Paolo Russo , Fabio Maria Carlucci , Tatiana Tommasi , Barbara Caputo

Generating images via the generative adversarial network (GAN) has attracted much attention recently. However, most of the existing GAN-based methods can only produce low-resolution images of limited quality. Directly generating…

计算机视觉与模式识别 · 计算机科学 2019-04-01 Yong Guo , Qi Chen , Jian Chen , Qingyao Wu , Qinfeng Shi , Mingkui Tan

It's useful to automatically transform an image from its original form to some synthetic form (style, partial contents, etc.), while keeping the original structure or semantics. We define this requirement as the "image-to-image translation"…

计算机视觉与模式识别 · 计算机科学 2017-01-11 Hao Dong , Paarth Neekhara , Chao Wu , Yike Guo

Self-attention networks (SANs) have drawn increasing interest due to their high parallelization in computation and flexibility in modeling dependencies. SANs can be further enhanced with multi-head attention by allowing the model to attend…

计算与语言 · 计算机科学 2019-04-08 Baosong Yang , Longyue Wang , Derek Wong , Lidia S. Chao , Zhaopeng Tu

Synthesising a text-to-image model of high-quality images by guiding the generative model through the Text description is an innovative and challenging task. In recent years, AttnGAN based on the Attention mechanism to guide GAN training…

计算机视觉与模式识别 · 计算机科学 2023-07-07 Mingyu Jin , Chong Zhang , Qinkai Yu , Haochen Xue , Xiaobo Jin , Xi Yang

In image morphing, a sequence of plausible frames are synthesized and composited together to form a smooth transformation between given instances. Intermediates must remain faithful to the input, stand on their own as members of the set,…

图形学 · 计算机科学 2020-05-05 Noa Fish , Richard Zhang , Lilach Perry , Daniel Cohen-Or , Eli Shechtman , Connelly Barnes

Synthesizing high resolution photorealistic images has been a long-standing challenge in machine learning. In this paper we introduce new methods for the improved training of generative adversarial networks (GANs) for image synthesis. We…

机器学习 · 统计学 2017-07-24 Augustus Odena , Christopher Olah , Jonathon Shlens

State-of-the-art offline handwriting text recognition systems tend to use neural networks and therefore require a large amount of annotated data to be trained. In order to partially satisfy this requirement, we propose a system based on…

计算机视觉与模式识别 · 计算机科学 2020-11-12 Eloi Alonso , Bastien Moysset , Ronaldo Messina

The Generative Adversarial Network (GAN) has recently been applied to generate synthetic images from text. Despite significant advances, most current state-of-the-art algorithms are regular-grid region based; when attention is used, it is…

计算机视觉与模式识别 · 计算机科学 2019-02-15 Wanming Huang , Yida Xu , Ian Oppermann

While most image captioning aims to generate objective descriptions of images, the last few years have seen work on generating visually grounded image captions which have a specific style (e.g., incorporating positive or negative…

计算机视觉与模式识别 · 计算机科学 2019-08-09 Omid Mohamad Nezami , Mark Dras , Stephen Wan , Cecile Paris , Len Hamey

Generative adversarial networks (GANs) are a class of unsupervised machine learning algorithms that can produce realistic images from randomly-sampled vectors in a multi-dimensional space. Until recently, it was not possible to generate…

计算机视觉与模式识别 · 计算机科学 2018-05-10 Andrew Beers , James Brown , Ken Chang , J. Peter Campbell , Susan Ostmo , Michael F. Chiang , Jayashree Kalpathy-Cramer

We propose a higher-level associative memory for learning adversarial networks. Generative adversarial network (GAN) framework has a discriminator and a generator network. The generator (G) maps white noise (z) to data samples while the…

机器学习 · 计算机科学 2016-11-23 Tarik Arici , Asli Celikyilmaz