中文
相关论文

相关论文: microbatchGAN: Stimulating Diversity with Multi-Ad…

200 篇论文

Recently introduced generative adversarial network (GAN) has been shown numerous promising results to generate realistic samples. The essential task of GAN is to control the features of samples generated from a random distribution. While…

机器学习 · 计算机科学 2019-04-02 Minhyeok Lee , Junhee Seok

Generative adversarial networks (GANs) are a learning framework that rely on training a discriminator to estimate a measure of difference between a target and generated distributions. GANs, as normally formulated, rely on the generated…

机器学习 · 统计学 2018-02-23 R Devon Hjelm , Athul Paul Jacob , Tong Che , Adam Trischler , Kyunghyun Cho , Yoshua Bengio

Generative Adversarial Networks (GANs) were intuitively and attractively explained under the perspective of game theory, wherein two involving parties are a discriminator and a generator. In this game, the task of the discriminator is to…

机器学习 · 计算机科学 2017-11-07 Trung Le , Tu Dinh Nguyen , Dinh Phung

The vanilla GAN (Goodfellow et al. 2014) suffers from mode collapse deeply, which usually manifests as that the images generated by generators tend to have a high similarity amongst them, even though their corresponding latent vectors have…

计算机视觉与模式识别 · 计算机科学 2021-09-14 Sen Pei , Richard Yi Da Xu , Shiming Xiang , Gaofeng Meng

Conditional generative models aim to learn the underlying joint distribution of data and labels to achieve conditional data generation. Among them, the auxiliary classifier generative adversarial network (AC-GAN) has been widely used, but…

机器学习 · 计算机科学 2022-06-20 Liang Hou , Qi Cao , Huawei Shen , Siyuan Pan , Xiaoshuang Li , Xueqi Cheng

Generative Adversarial Networks (GAN) are trained to generate sample images of interest distribution. To this end, generator network of GAN learns implicit distribution of real data set from the classification with candidate generated…

机器学习 · 计算机科学 2020-11-17 Gahye Lee , Seungkyu Lee

We extend and improve the work of Model Agnostic Anchors for explanations on image classification through the use of generative adversarial networks (GANs). Using GANs, we generate samples from a more realistic perturbation distribution, by…

机器学习 · 统计学 2019-06-04 Kurtis Evan David , Harrison Keane , Jun Min Noh

Generative adversarial networks (GANs) have been shown to produce realistic samples from high-dimensional distributions, but training them is considered hard. A possible explanation for training instabilities is the inherent imbalance…

Training generative adversarial networks is unstable in high-dimensions as the true data distribution tends to be concentrated in a small fraction of the ambient space. The discriminator is then quickly able to classify nearly all generated…

机器学习 · 计算机科学 2018-06-26 Behnam Neyshabur , Srinadh Bhojanapalli , Ayan Chakrabarti

In recent years, machine learning has achieved impressive results across different application areas. However, machine learning algorithms do not necessarily perform well on a new domain with a different distribution than its training set.…

计算机视觉与模式识别 · 计算机科学 2022-11-08 Ye Gao , Zhendong Chu , Hongning Wang , John Stankovic

Adversarial perturbations can pose a serious threat for deploying machine learning systems. Recent works have shown existence of image-agnostic perturbations that can fool classifiers over most natural images. Existing methods present…

计算机视觉与模式识别 · 计算机科学 2018-03-29 Konda Reddy Mopuri , Utkarsh Ojha , Utsav Garg , R. Venkatesh Babu

In this paper, we introduce DuelGAN, a generative adversarial network (GAN) solution to improve the stability of the generated samples and to mitigate mode collapse. Built upon the Vanilla GAN's two-player game between the discriminator…

机器学习 · 计算机科学 2022-03-22 Jiaheng Wei , Minghao Liu , Jiahao Luo , Andrew Zhu , James Davis , Yang Liu

Class imbalance is a long-standing problem relevant to a number of real-world applications of deep learning. Oversampling techniques, which are effective for handling class imbalance in classical learning systems, can not be directly…

计算机视觉与模式识别 · 计算机科学 2020-08-28 Sankha Subhra Mullick , Shounak Datta , Swagatam Das

Interpolations in the latent space of deep generative models is one of the standard tools to synthesize semantically meaningful mixtures of generated samples. As the generator function is non-linear, commonly used linear interpolations in…

机器学习 · 计算机科学 2022-03-03 Henning Petzka , Ted Kronvall , Cristian Sminchisescu

Generative adversarial networks (GANs) are emerging machine learning models for generating synthesized data similar to real data by jointly training a generator and a discriminator. In many applications, data and computational resources are…

机器学习 · 计算机科学 2021-07-20 Jinke Ren , Chonghe Liu , Guanding Yu , Dongning Guo

Class imbalance is a challenging issue in practical classification problems for deep learning models as well as for traditional models. Traditionally successful countermeasures such as synthetic over-sampling have had limited success with…

计算机视觉与模式识别 · 计算机科学 2020-12-10 Kumari Deepshikha , Anugunj Naman

Thanks to their remarkable generative capabilities, GANs have gained great popularity, and are used abundantly in state-of-the-art methods and applications. In a GAN based model, a discriminator is trained to learn the real data…

计算机视觉与模式识别 · 计算机科学 2018-11-21 Firas Shama , Roey Mechrez , Alon Shoshan , Lihi Zelnik-Manor

The key to overcome class imbalance problems is to capture the distribution of minority class accurately. Generative Adversarial Networks (GANs) have shown some potentials to tackle class imbalance problems due to their capability of…

机器学习 · 计算机科学 2020-08-06 Jingyu Hao , Chengjia Wang , Heye Zhang , Guang Yang

Training Generative Adversarial Networks (GANs) remains a challenging problem. The discriminator trains the generator by learning the distribution of real/generated data. However, the distribution of generated data changes throughout the…

计算机视觉与模式识别 · 计算机科学 2024-01-05 Wentian Zhang , Haozhe Liu , Bing Li , Jinheng Xie , Yawen Huang , Yuexiang Li , Yefeng Zheng , Bernard Ghanem

Discriminator plays a vital role in training generative adversarial networks (GANs) via distinguishing real and synthesized samples. While the real data distribution remains the same, the synthesis distribution keeps varying because of the…

计算机视觉与模式识别 · 计算机科学 2022-09-21 Ceyuan Yang , Yujun Shen , Yinghao Xu , Deli Zhao , Bo Dai , Bolei Zhou