LGCVMLOct 18, 2019

Semi-supervised Learning using Adversarial Training with Good and Bad Samples

arXiv:1910.08540v123 citations
Originality Incremental advance
AI Analysis

This addresses the problem of limited labeled data in image classification for researchers, though it appears incremental by combining existing methods.

The paper tackles semi-supervised image classification by unifying adversarial training approaches to learn from both good and bad samples, achieving state-of-the-art performance and robustness to labeled data variations.

In this work, we investigate semi-supervised learning (SSL) for image classification using adversarial training. Previous results have illustrated that generative adversarial networks (GANs) can be used for multiple purposes. Triple-GAN, which aims to jointly optimize model components by incorporating three players, generates suitable image-label pairs to compensate for the lack of labeled data in SSL with improved benchmark performance. Conversely, Bad (or complementary) GAN, optimizes generation to produce complementary data-label pairs and force a classifier's decision boundary to lie between data manifolds. Although it generally outperforms Triple-GAN, Bad GAN is highly sensitive to the amount of labeled data used for training. Unifying these two approaches, we present unified-GAN (UGAN), a novel framework that enables a classifier to simultaneously learn from both good and bad samples through adversarial training. We perform extensive experiments on various datasets and demonstrate that UGAN: 1) achieves state-of-the-art performance among other deep generative models, and 2) is robust to variations in the amount of labeled data used for training.

Foundations

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

Your Notes