CVLGDec 27, 2022

Co-supervised learning paradigm with conditional generative adversarial networks for sample-efficient classification

arXiv:2212.13589v13 citationsh-index: 15
Originality Incremental advance
AI Analysis

This addresses the data scarcity issue in deep learning applications, offering an incremental improvement for domains like image classification.

The paper tackles the problem of limited and imbalanced data in supervised classification by introducing a sample-efficient co-supervised learning paradigm (SEC-CGAN) that uses a conditional GAN to generate supplemental examples, achieving test accuracies of 90.26% on SVHN with 5% training data and 98.27% on a highway dataset with 10% training data, outperforming baseline methods.

Classification using supervised learning requires annotating a large amount of classes-balanced data for model training and testing. This has practically limited the scope of applications with supervised learning, in particular deep learning. To address the issues associated with limited and imbalanced data, this paper introduces a sample-efficient co-supervised learning paradigm (SEC-CGAN), in which a conditional generative adversarial network (CGAN) is trained alongside the classifier and supplements semantics-conditioned, confidence-aware synthesized examples to the annotated data during the training process. In this setting, the CGAN not only serves as a co-supervisor but also provides complementary quality examples to aid the classifier training in an end-to-end fashion. Experiments demonstrate that the proposed SEC-CGAN outperforms the external classifier GAN (EC-GAN) and a baseline ResNet-18 classifier. For the comparison, all classifiers in above methods adopt the ResNet-18 architecture as the backbone. Particularly, for the Street View House Numbers dataset, using the 5% of training data, a test accuracy of 90.26% is achieved by SEC-CGAN as opposed to 88.59% by EC-GAN and 87.17% by the baseline classifier; for the highway image dataset, using the 10% of training data, a test accuracy of 98.27% is achieved by SEC-CGAN, compared to 97.84% by EC-GAN and 95.52% by the baseline classifier.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes