CVAug 13, 2020

Adversarial Knowledge Transfer from Unlabeled Data

arXiv:2008.05746v11 citations
Originality Highly original
AI Analysis

This addresses the challenge of data scarcity and labeling costs in real-world visual recognition applications, offering a novel approach that is not incremental but introduces a new method for leveraging unlabeled data.

The paper tackles the problem of limited labeled data in visual recognition by proposing an Adversarial Knowledge Transfer framework that transfers knowledge from unlabeled source data to improve classifier performance on target tasks, achieving promising results across multiple standard datasets.

While machine learning approaches to visual recognition offer great promise, most of the existing methods rely heavily on the availability of large quantities of labeled training data. However, in the vast majority of real-world settings, manually collecting such large labeled datasets is infeasible due to the cost of labeling data or the paucity of data in a given domain. In this paper, we present a novel Adversarial Knowledge Transfer (AKT) framework for transferring knowledge from internet-scale unlabeled data to improve the performance of a classifier on a given visual recognition task. The proposed adversarial learning framework aligns the feature space of the unlabeled source data with the labeled target data such that the target classifier can be used to predict pseudo labels on the source data. An important novel aspect of our method is that the unlabeled source data can be of different classes from those of the labeled target data, and there is no need to define a separate pretext task, unlike some existing approaches. Extensive experiments well demonstrate that models learned using our approach hold a lot of promise across a variety of visual recognition tasks on multiple standard datasets.

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