MLLGFeb 9, 2022

Cost-effective Framework for Gradual Domain Adaptation with Multifidelity

arXiv:2202.04359v37 citations
Originality Incremental advance
AI Analysis

This work addresses a practical trade-off in domain adaptation for scenarios with restricted intermediate data, though it appears incremental as it builds on existing gradual and active adaptation methods.

The paper tackles the problem of domain adaptation when intermediate domains are limited and costly, proposing a framework that combines multifidelity and active domain adaptation to balance cost and accuracy, with effectiveness demonstrated on real-world datasets.

In domain adaptation, when there is a large distance between the source and target domains, the prediction performance will degrade. Gradual domain adaptation is one of the solutions to such an issue, assuming that we have access to intermediate domains, which shift gradually from the source to the target domain. In previous works, it was assumed that the number of samples in the intermediate domains was sufficiently large; hence, self-training was possible without the need for labeled data. If the number of accessible intermediate domains is restricted, the distances between domains become large, and self-training will fail. Practically, the cost of samples in intermediate domains will vary, and it is natural to consider that the closer an intermediate domain is to the target domain, the higher the cost of obtaining samples from the intermediate domain is. To solve the trade-off between cost and accuracy, we propose a framework that combines multifidelity and active domain adaptation. The effectiveness of the proposed method is evaluated by experiments with real-world 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