paper-with-me

Papers

Self-labeled Conditional GANs

2020-12-03 · Mehdi Noroozi

This paper introduces a novel and fully unsupervised framework for conditional GAN training in which labels are automatically obtained from data. We incorporate a clustering network into the standard conditional GAN framework that plays against the discriminator. With the generator, it aims to find a shared structured mapping for associating pseudo-labels with the real and fake images. Our generator outperforms unconditional GANs in terms of FID with significant margins on large scale datasets like ImageNet and LSUN. It also outperforms class conditional GANs trained on human labels on CIFAR10 and CIFAR100 where fine-grained annotations or a large number of samples per class are not available. Additionally, our clustering network exceeds the state-of-the-art on CIFAR100 clustering.

📄 PDF Abstract BibTeX arXiv:2012.02162

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Self-Supervised GANs via Auxiliary Rotation Loss

2018-11-27 · CVPR 2019 6 · Ting Chen, Xiaohua Zhai, Marvin Ritter, Mario Lucic 외

Conditional GANs are at the forefront of natural image synthesis. The main drawback of such models is the necessity for labeled data. In this work we exploit two popular unsupervised learning techniques, adversarial trai…

Image GenerationRepresentation Learning

Self-Supervised GAN to Counter Forgetting

2018-10-27 · Ting Chen, Xiaohua Zhai, Neil Houlsby

GANs involve training two networks in an adversarial game, where each network's task depends on its adversary. Recently, several works have framed GAN training as an online or continual learning problem. We focus on the …

Continual LearningGeneral Classification

Virtual Conditional Generative Adversarial Networks

2019-01-25 · Haifeng Shi, Guanyu Cai, Yuqin Wang, Shaohua Shang 외

When trained on multimodal image datasets, normal Generative Adversarial Networks (GANs) are usually outperformed by class-conditional GANs and ensemble GANs, but conditional GANs is restricted to labeled datasets and en…

ClusteringConditional Image GenerationDecoderImage Generation

Transferring Unconditional to Conditional GANs with Hyper-Modulation

2021-12-04 · Héctor Laria, Yaxing Wang, Joost Van de Weijer, Bogdan Raducanu

GANs have matured in recent years and are able to generate high-resolution, realistic images. However, the computational resources and the data required for the training of high-quality GANs are enormous, and the study o…

Conditional Image GenerationContrastive LearningTransfer Learning

Soft Curriculum for Learning Conditional GANs with Noisy-Labeled and Uncurated Unlabeled Data

2023-07-17 · Kai Katsumata, Duc Minh Vo, Tatsuya Harada, Hideki Nakayama

Label-noise or curated unlabeled data is used to compensate for the assumption of clean labeled data in training the conditional generative adversarial network; however, satisfying such an extended assumption is occasion…

Conditional Image GenerationGenerative Adversarial NetworkImage Generation