中文
相关论文

相关论文: DeepNAG: Deep Non-Adversarial Gesture Generation

200 篇论文

Generative Adversarial Networks (GANs) have proven to be a powerful tool for generating realistic synthetic data. However, traditional GANs often struggle to capture complex relationships between features which results in generation of…

机器学习 · 计算机科学 2023-06-06 Srikrishna Iyer , Teng Teck Hou

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

Using machine learning models to generate synthetic data has become common in many fields. Technology to generate synthetic transactions that can be used to detect fraud is also growing fast. Generally, this synthetic data contains only…

机器学习 · 计算机科学 2023-06-30 Shuo Wang , Terrence Tricco , Xianta Jiang , Charles Robertson , John Hawkin

It is still a challenging task to learn a neural text generation model under the framework of generative adversarial networks (GANs) since the entire training process is not differentiable. The existing training strategies either suffer…

计算与语言 · 计算机科学 2023-07-25 Liping Yuan , Jiehang Zeng , Xiaoqing Zheng

Due to the outstanding capability for data generation, Generative Adversarial Networks (GANs) have attracted considerable attention in unsupervised learning. However, training GANs is difficult, since the training distribution is dynamic…

计算机视觉与模式识别 · 计算机科学 2023-04-11 Haozhe Liu , Wentian Zhang , Bing Li , Haoqian Wu , Nanjun He , Yawen Huang , Yuexiang Li , Bernard Ghanem , Yefeng Zheng

Deep generative models have been successfully applied to many applications. However, existing works experience limitations when generating large images (the literature usually generates small images, e.g. 32 * 32 or 128 * 128). In this…

计算机视觉与模式识别 · 计算机科学 2019-03-06 Zihan Ding , Xiao-Yang Liu , Miao Yin , Linghe Kong

In this paper, we present a simple approach to train Generative Adversarial Networks (GANs) in order to avoid a \textit {mode collapse} issue. Implicit models such as GANs tend to generate better samples compared to explicit models that are…

计算机视觉与模式识别 · 计算机科学 2021-02-09 Seyed Mehdi Iranmanesh , Nasser M. Nasrabadi

Generative adversarial nets (GANs) have been remarkably successful at learning to sample from distributions specified by a given dataset, particularly if the given dataset is reasonably large compared to its dimensionality. However, given…

机器学习 · 计算机科学 2022-11-29 Tiantian Fang , Ruoyu Sun , Alex Schwing

Generative Adversarial Networks (GANs) are a powerful framework for deep generative modeling. Posed as a two-player minimax problem, GANs are typically trained end-to-end on real-valued data and can be used to train a generator of…

机器学习 · 统计学 2017-11-15 Anirudh Goyal , Nan Rosemary Ke , Alex Lamb , R Devon Hjelm , Chris Pal , Joelle Pineau , Yoshua Bengio

Utility and privacy are two crucial measurements of the quality of synthetic tabular data. While significant advancements have been made in privacy measures, generating synthetic samples with high utility remains challenging. To enhance the…

机器学习 · 计算机科学 2024-03-28 Oriel Perets , Nadav Rappoport

Generative adversarial networks (GANs) have emerged as a powerful tool for generating high-fidelity data. However, the main bottleneck of existing approaches is the lack of supervision on the generator training, which often results in…

计算机视觉与模式识别 · 计算机科学 2025-02-18 Baoren Xiao , Hao Ni , Weixin Yang

Generative Adversarial Networks (GANs) have made releasing of synthetic images a viable approach to share data without releasing the original dataset. It has been shown that such synthetic data can be used for a variety of downstream tasks…

机器学习 · 计算机科学 2020-12-15 Sumit Mukherjee , Yixi Xu , Anusua Trivedi , Juan Lavista Ferres

Unconditional image generation has recently been dominated by generative adversarial networks (GANs). GAN methods train a generator which regresses images from random noise vectors, as well as a discriminator that attempts to differentiate…

机器学习 · 计算机科学 2018-12-24 Yedid Hoshen , Jitendra Malik

Generative adversarial networks (GANs) provide a way to learn deep representations without extensively annotated training data. They achieve this through deriving backpropagation signals through a competitive process involving a pair of…

计算机视觉与模式识别 · 计算机科学 2018-02-14 Antonia Creswell , Tom White , Vincent Dumoulin , Kai Arulkumaran , Biswa Sengupta , Anil A Bharath

In recent years, Generative Adversarial Networks (GANs) have drawn a lot of attentions for learning the underlying distribution of data in various applications. Despite their wide applicability, training GANs is notoriously difficult. This…

机器学习 · 计算机科学 2019-04-23 Babak Barazandeh , Meisam Razaviyayn , Maziar Sanjabi

Images posted online present a privacy concern in that they may be used as reference examples for a facial recognition system. Such abuse of images is in violation of privacy rights but is difficult to counter. It is well established that…

计算机视觉与模式识别 · 计算机科学 2022-05-09 Andrew Merrigan , Alan F. Smeaton

Generative Adversarial Networks (GANs) have been successfully used to synthesize realistically looking images of faces, scenery and even medical images. Unfortunately, they usually require large training datasets, which are often scarce in…

计算机视觉与模式识别 · 计算机科学 2018-04-13 Christoph Baur , Shadi Albarqouni , Nassir Navab

Hand gesture-to-gesture translation in the wild is a challenging task since hand gestures can have arbitrary poses, sizes, locations and self-occlusions. Therefore, this task requires a high-level understanding of the mapping between the…

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

Generative Adversarial Networks (GANs) have shown considerable promise for mitigating the challenge of data scarcity when building machine learning-driven analysis algorithms. Specifically, a number of studies have shown that GAN-based…

计算机视觉与模式识别 · 计算机科学 2018-11-28 Xiaodan Hu , Audrey G. Chung , Paul Fieguth , Farzad Khalvati , Masoom A. Haider , Alexander Wong

We present the first generative adversarial network (GAN) for natural image matting. Our novel generator network is trained to predict visually appealing alphas with the addition of the adversarial loss from the discriminator that is…

计算机视觉与模式识别 · 计算机科学 2018-07-27 Sebastian Lutz , Konstantinos Amplianitis , Aljosa Smolic