LGMLMay 24, 2020

Discriminative Active Learning for Domain Adaptation

arXiv:2005.11653v128 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of expensive labeled data collection in domain adaptation, offering a method to improve adaptation with less annotation, though it appears incremental as it builds on existing adversarial training methods.

The paper tackles the conditional shift problem in domain adaptation by introducing a discriminative active learning approach to reduce annotation efforts, demonstrating effectiveness through empirical comparisons on four benchmark datasets.

Domain Adaptation aiming to learn a transferable feature between different but related domains has been well investigated and has shown excellent empirical performances. Previous works mainly focused on matching the marginal feature distributions using the adversarial training methods while assuming the conditional relations between the source and target domain remained unchanged, $i.e.$, ignoring the conditional shift problem. However, recent works have shown that such a conditional shift problem exists and can hinder the adaptation process. To address this issue, we have to leverage labelled data from the target domain, but collecting labelled data can be quite expensive and time-consuming. To this end, we introduce a discriminative active learning approach for domain adaptation to reduce the efforts of data annotation. Specifically, we propose three-stage active adversarial training of neural networks: invariant feature space learning (first stage), uncertainty and diversity criteria and their trade-off for query strategy (second stage) and re-training with queried target labels (third stage). Empirical comparisons with existing domain adaptation methods using four benchmark datasets demonstrate the effectiveness of the proposed approach.

Foundations

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

Your Notes