LGFeb 11, 2022

Positive-Unlabeled Domain Adaptation

arXiv:2202.05695v13 citations
Originality Highly original
AI Analysis

This addresses a practical challenge in real-world applications where obtaining negative labels is difficult, offering a solution for scenarios like parking occupancy monitoring.

The paper tackles the problem of domain adaptation when the target domain has only positive and unlabeled data, introducing a novel two-step learning approach that first identifies pseudo-labels using source labels and a PU risk estimator, then applies a standard classifier, achieving superior performance on benchmark datasets like visual object recognition and parking occupancy data.

Domain Adaptation methodologies have shown to effectively generalize from a labeled source domain to a label scarce target domain. Previous research has either focused on unlabeled domain adaptation without any target supervision or semi-supervised domain adaptation with few labeled target examples per class. On the other hand Positive-Unlabeled (PU-) Learning has attracted increasing interest in the weakly supervised learning literature since in quite some real world applications positive labels are much easier to obtain than negative ones. In this work we are the first to introduce the challenge of Positive-Unlabeled Domain Adaptation where we aim to generalise from a fully labeled source domain to a target domain where only positive and unlabeled data is available. We present a novel two-step learning approach to this problem by firstly identifying reliable positive and negative pseudo-labels in the target domain guided by source domain labels and a positive-unlabeled risk estimator. This enables us to use a standard classifier on the target domain in a second step. We validate our approach by running experiments on benchmark datasets for visual object recognition. Furthermore we propose real world examples for our setting and validate our superior performance on parking occupancy data.

Foundations

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

Your Notes