paper-with-me

Papers

Mining GOLD Samples for Conditional GANs

2019-10-21 · NeurIPS 2019 12 · Sangwoo Mo, Chiheon Kim, Sungwoong Kim, Minsu Cho, Jinwoo Shin

Conditional generative adversarial networks (cGANs) have gained a considerable attention in recent years due to its class-wise controllability and superior quality for complex generation tasks. We introduce a simple yet effective approach to improving cGANs by measuring the discrepancy between the data distribution and the model distribution on given samples. The proposed measure, coined the gap of log-densities (GOLD), provides an effective self-diagnosis for cGANs while being efficienty computed from the discriminator. We propose three applications of the GOLD: example re-weighting, rejection sampling, and active learning, which improve the training, inference, and data selection of cGANs, respectively. Our experimental results demonstrate that the proposed methods outperform corresponding baselines for all three applications on different image datasets.

📄 PDF Abstract BibTeX arXiv:1910.09170

Code (1)

sangwoomo/gold 공식 구현 pytorch

Tasks

Active Learning

Similar Papers 제목 키워드 기반

Mining Multi-Label Samples from Single Positive Labels

2022-06-12 · Youngin Cho, Daejin Kim, Mohammad Azam Khan, Jaegul Choo

Conditional generative adversarial networks (cGANs) have shown superior results in class-conditional generation tasks. To simultaneously control multiple conditions, cGANs require multi-label training datasets, where mul…

Turning Waste into Wealth: Leveraging Low-Quality Samples for Enhancing Continuous Conditional Generative Adversarial Networks

2023-08-20 · Xin Ding, Yongwei Wang, Zuheng Xu

Continuous Conditional Generative Adversarial Networks (CcGANs) enable generative modeling conditional on continuous scalar variables (termed regression labels). However, they can produce subpar fake images due to limite…

Data Augmentation

Detecting Invasive Ductal Carcinoma with Semi-Supervised Conditional GANs

2019-11-14 · Jeremiah W. Johnson

Invasive ductal carcinoma (IDC) comprises nearly 80% of all breast cancers. The detection of IDC is a necessary preprocessing step in determining the aggressiveness of the cancer, determining treatment protocols, and pre…

Predicting Patient Outcomes

S2cGAN: Semi-Supervised Training of Conditional GANs with Fewer Labels

2020-10-23 · Arunava Chakraborty, Rahul Ragesh, Mahir Shah, Nipun Kwatra

Generative adversarial networks (GANs) have been remarkably successful in learning complex high dimensional real word distributions and generating realistic samples. However, they provide limited control over the generat…

City-GAN: Learning architectural styles using a custom Conditional GAN architecture

2019-07-03 · Maximilian Bachl, Daniel C. Ferreira

Generative Adversarial Networks (GANs) are a well-known technique that is trained on samples (e.g. pictures of fruits) and which after training is able to generate realistic new samples. Conditional GANs (CGANs) addition…