中文
相关论文

相关论文: Likelihood Estimation for Generative Adversarial N…

200 篇论文

The Generative Adversarial Network (GAN) is a state-of-the-art technique in the field of deep learning. A number of recent papers address the theory and applications of GANs in various fields of image processing. Fewer studies, however,…

计算机视觉与模式识别 · 计算机科学 2022-03-01 Shuyue Guan , Murray Loew

Generative adversarial networks (GANs) are one of the most popular methods for generating images today. While impressive results have been validated by visual inspection, a number of quantitative criteria have emerged only recently. We…

计算机视觉与模式识别 · 计算机科学 2018-07-26 Konstantin Shmelkov , Cordelia Schmid , Karteek Alahari

Generative Adversarial Networks have surprising ability for generating sharp and realistic images, though they are known to suffer from the so-called mode collapse problem. In this paper, we propose a new GAN variant called Mixture Density…

机器学习 · 计算机科学 2018-11-30 Hamid Eghbal-zadeh , Werner Zellinger , Gerhard Widmer

We propose a training and evaluation approach for autoencoder Generative Adversarial Networks (GANs), specifically the Boundary Equilibrium Generative Adversarial Network (BEGAN), based on methods from the image quality assessment…

计算机视觉与模式识别 · 计算机科学 2017-08-09 Michael O. Vertolli , Jim Davies

We are interested in the design of generative networks. The training of these mathematical structures is mostly performed with the help of adversarial (min-max) optimization problems. We propose a simple methodology for constructing such…

机器学习 · 计算机科学 2021-07-16 Kalliopi Basioti , George V. Moustakides

Generative adversarial networks (GANs) offer an effective solution to the image-to-image translation problem, thereby allowing for new possibilities in medical imaging. They can translate images from one imaging modality to another at a low…

计算机视觉与模式识别 · 计算机科学 2022-10-13 Agnieszka Tomczak , Aarushi Gupta , Slobodan Ilic , Nassir Navab , Shadi Albarqouni

We introduce the Probabilistic Generative Adversarial Network (PGAN), a new GAN variant based on a new kind of objective function. The central idea is to integrate a probabilistic model (a Gaussian Mixture Model, in our case) into the GAN…

机器学习 · 计算机科学 2017-08-08 Hamid Eghbal-zadeh , Gerhard Widmer

In recent years, deep neural networks have been utilized in a wide variety of applications including image generation. In particular, generative adversarial networks (GANs) are able to produce highly realistic pictures as part of tasks such…

图像与视频处理 · 电气工程与系统科学 2020-04-20 Hyunsuk Ko , Dae Yeol Lee , Seunghyun Cho , Alan C. Bovik

Despite an impressive performance from the latest GAN for generating hyper-realistic images, GAN discriminators have difficulty evaluating the quality of an individual generated sample. This is because the task of evaluating the quality of…

图像与视频处理 · 电气工程与系统科学 2019-12-03 Xiru Zhu , Fengdi Che , Tianzi Yang , Tzuyang Yu , David Meger , Gregory Dudek

Generative adversarial networks or GANs are a type of generative modeling framework. GANs involve a pair of neural networks engaged in a competition in iteratively creating fake data, indistinguishable from the real data. One notable…

计算机视觉与模式识别 · 计算机科学 2021-06-17 Eric J. Nunn , Pejman Khadivi , Shadrokh Samavi

Generative adversarial nets (GANs) have become a preferred tool for tasks involving complicated distributions. To stabilise the training and reduce the mode collapse of GANs, one of their main variants employs the integral probability…

机器学习 · 计算机科学 2020-10-27 Shengxi Li , Zeyang Yu , Min Xiang , Danilo Mandic

Generative Adversarial Networks (GANs) have become a very popular tool for implicitly learning high-dimensional probability distributions. Several improvements have been made to the original GAN formulation to address some of its…

计算机视觉与模式识别 · 计算机科学 2019-11-11 Parimala Kancharla , Sumohana S. Channappayya

Adversarial attacks on image classification systems have always been an important problem in the field of machine learning, and generative adversarial networks (GANs), as popular models in the field of image generation, have been widely…

计算机视觉与模式识别 · 计算机科学 2024-12-25 Yahe Yang

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

Generative Adversarial Networks (GANs) have been shown to produce realistically looking synthetic images with remarkable success, yet their performance seems less impressive when the training set is highly diverse. In order to provide a…

机器学习 · 计算机科学 2018-08-31 Matan Ben-Yosef , Daphna Weinshall

In this paper, an image recognition algorithm based on the combination of deep learning and generative adversarial network (GAN) is studied, and compared with traditional image recognition methods. The purpose of this study is to evaluate…

计算机视觉与模式识别 · 计算机科学 2024-08-08 Yihao Zhong , Yijing Wei , Yingbin Liang , Xiqing Liu , Rongwei Ji , Yiru Cang

We present variational generative adversarial networks, a general learning framework that combines a variational auto-encoder with a generative adversarial network, for synthesizing images in fine-grained categories, such as faces of a…

计算机视觉与模式识别 · 计算机科学 2018-02-06 Jianmin Bao , Dong Chen , Fang Wen , Houqiang Li , Gang Hua

We propose a novel training procedure for improving the performance of generative adversarial networks (GANs), especially to bidirectional GANs. First, we enforce that the empirical distribution of the inverse inference network matches the…

机器学习 · 统计学 2020-05-26 Pablo Sánchez-Martín , Pablo M. Olmos , Fernando Perez-Cruz

Recent advances in Generative Adversarial Networks (GANs) have led to the creation of realistic-looking digital images that pose a major challenge to their detection by humans or computers. GANs are used in a wide range of tasks, from…

图像与视频处理 · 电气工程与系统科学 2020-07-22 Michael Goebel , Lakshmanan Nataraj , Tejaswi Nanjundaswamy , Tajuddin Manhar Mohammed , Shivkumar Chandrasekaran , B. S. Manjunath

Generative Adversarial Networks (GANs) have extended deep learning to complex generation and translation tasks across different data modalities. However, GANs are notoriously difficult to train: Mode collapse and other instabilities in the…

神经与进化计算 · 计算机科学 2021-10-29 Santiago Gonzalez , Mohak Kant , Risto Miikkulainen
‹ 上一页 1 2 3 10 下一页 ›