LGCVMar 11, 2022

Learning Distinctive Margin toward Active Domain Adaptation

arXiv:2203.05738v240 citationsh-index: 34Has Code
AI Analysis

This work addresses the problem of efficiently adapting models across domains with limited annotations for practitioners in machine learning, presenting an incremental improvement over existing active domain adaptation methods.

The paper tackles the challenge of active domain adaptation by proposing the Select-by-Distinctive-Margin (SDM) method, which uses a maximum margin loss and margin sampling to select informative data, achieving competitive results with good data scalability in benchmarks.

Despite plenty of efforts focusing on improving the domain adaptation ability (DA) under unsupervised or few-shot semi-supervised settings, recently the solution of active learning started to attract more attention due to its suitability in transferring model in a more practical way with limited annotation resource on target data. Nevertheless, most active learning methods are not inherently designed to handle domain gap between data distribution, on the other hand, some active domain adaptation methods (ADA) usually requires complicated query functions, which is vulnerable to overfitting. In this work, we propose a concise but effective ADA method called Select-by-Distinctive-Margin (SDM), which consists of a maximum margin loss and a margin sampling algorithm for data selection. We provide theoretical analysis to show that SDM works like a Support Vector Machine, storing hard examples around decision boundaries and exploiting them to find informative and transferable data. In addition, we propose two variants of our method, one is designed to adaptively adjust the gradient from margin loss, the other boosts the selectivity of margin sampling by taking the gradient direction into account. We benchmark SDM with standard active learning setting, demonstrating our algorithm achieves competitive results with good data scalability. Code is available at https://github.com/TencentYoutuResearch/ActiveLearning-SDM

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