paper-with-me

Papers

MatchGAN: A Self-Supervised Semi-Supervised Conditional Generative Adversarial Network

2020-06-11 · Jiaze Sun, Binod Bhattarai, Tae-Kyun Kim

We present a novel self-supervised learning approach for conditional generative adversarial networks (GANs) under a semi-supervised setting. Unlike prior self-supervised approaches which often involve geometric augmentations on the image space such as predicting rotation angles, our pretext task leverages the label space. We perform augmentation by randomly sampling sensible labels from the label space of the few labelled examples available and assigning them as target labels to the abundant unlabelled examples from the same distribution as that of the labelled ones. The images are then translated and grouped into positive and negative pairs by their target labels, acting as training examples for our pretext task which involves optimising an auxiliary match loss on the discriminator's side. We tested our method on two challenging benchmarks, CelebA and RaFD, and evaluated the results using standard metrics including Fr\'{e}chet Inception Distance, Inception Score, and Attribute Classification Rate. Extensive empirical evaluation demonstrates the effectiveness of our proposed method over competitive baselines and existing arts. In particular, our method surpasses the baseline with only 20% of the labelled examples used to train the baseline.

📄 PDF Abstract BibTeX arXiv:2006.06614

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeGenerative Adversarial NetworkSelf-Supervised Learning

Similar Papers 제목 키워드 기반

OwMatch: Conditional Self-Labeling with Consistency for Open-World Semi-Supervised Learning

2024-11-04 · Shengjie Niu, Lifan Lin, Jian Huang, Chao Wang

Semi-supervised learning (SSL) offers a robust framework for harnessing the potential of unannotated data. Traditionally, SSL mandates that all classes possess labeled instances. However, the emergence of open-world SSL …

Open-World Semi-Supervised Learning

Semi-supervised Conditional GANs

2017-08-19 · Kumar Sricharan, Raja Bala, Matthew Shreve, Hui Ding 외

We introduce a new model for building conditional generative models in a semi-supervised setting to conditionally generate data given attributes by adapting the GAN framework. The proposed semi-supervised GAN (SS-GAN) mo…

Semi-Conditional Normalizing Flows for Semi-Supervised Learning

2019-05-01 · Andrei Atanov, Alexandra Volokhova, Arsenii Ashukha, Ivan Sosnovik 외

This paper proposes a semi-conditional normalizing flow model for semi-supervised learning. The model uses both labelled and unlabeled data to learn an explicit model of joint distribution over objects and labels. Semi-c…

General Classification

PatchFormer: A neural architecture for self-supervised representation learning on images

2019-09-25 · Aravind Srinivas, Pieter Abbeel

Learning rich representations from predictive learning without labels has been a longstanding challenge in the field of machine learning. Generative pre-training has so far not been as successful as contrastive methods i…

Representation LearningSelf-Supervised Learning

Progressive Feature Upgrade in Semi-supervised Learning on Tabular Domain

2022-12-01 · Morteza Mohammady Gharasuie, Fenjiao Wang

Recent semi-supervised and self-supervised methods have shown great success in the image and text domain by utilizing augmentation techniques. Despite such success, it is not easy to transfer this success to tabular doma…