CVAug 27, 2020

Adaptively-Accumulated Knowledge Transfer for Partial Domain Adaptation

arXiv:2008.11873v131 citations
Originality Incremental advance
AI Analysis

This work addresses a realistic challenge in domain adaptation for machine learning applications where source and target domains have mismatched label sets, though it appears incremental as it builds on existing PDA methods.

The paper tackles partial domain adaptation (PDA), where the source domain label space includes irrelevant categories for the target domain, by proposing an Adaptively-Accumulated Knowledge Transfer framework (A^2KT) to align relevant categories and filter out confident target samples, achieving effectiveness compared to state-of-the-art PDA methods in experiments on benchmarks.

Partial domain adaptation (PDA) attracts appealing attention as it deals with a realistic and challenging problem when the source domain label space substitutes the target domain. Most conventional domain adaptation (DA) efforts concentrate on learning domain-invariant features to mitigate the distribution disparity across domains. However, it is crucial to alleviate the negative influence caused by the irrelevant source domain categories explicitly for PDA. In this work, we propose an Adaptively-Accumulated Knowledge Transfer framework (A$^2$KT) to align the relevant categories across two domains for effective domain adaptation. Specifically, an adaptively-accumulated mechanism is explored to gradually filter out the most confident target samples and their corresponding source categories, promoting positive transfer with more knowledge across two domains. Moreover, a dual distinct classifier architecture consisting of a prototype classifier and a multilayer perceptron classifier is built to capture intrinsic data distribution knowledge across domains from various perspectives. By maximizing the inter-class center-wise discrepancy and minimizing the intra-class sample-wise compactness, the proposed model is able to obtain more domain-invariant and task-specific discriminative representations of the shared categories data. Comprehensive experiments on several partial domain adaptation benchmarks demonstrate the effectiveness of our proposed model, compared with the state-of-the-art PDA methods.

Foundations

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

Your Notes