CVLGJul 30, 2021

T-SVDNet: Exploring High-Order Prototypical Correlations for Multi-Source Domain Adaptation

arXiv:2107.14447v156 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of leveraging multiple source domains for domain adaptation, which is incremental but improves performance in practical scenarios where multiple relevant sources are available.

The paper tackles multi-source domain adaptation by proposing T-SVDNet, which uses tensor singular value decomposition to capture high-order correlations across domains and an uncertainty-aware weighting strategy to mitigate negative transfer, achieving superior performance on public benchmarks compared to state-of-the-art methods.

Most existing domain adaptation methods focus on adaptation from only one source domain, however, in practice there are a number of relevant sources that could be leveraged to help improve performance on target domain. We propose a novel approach named T-SVDNet to address the task of Multi-source Domain Adaptation (MDA), which is featured by incorporating Tensor Singular Value Decomposition (T-SVD) into a neural network's training pipeline. Overall, high-order correlations among multiple domains and categories are fully explored so as to better bridge the domain gap. Specifically, we impose Tensor-Low-Rank (TLR) constraint on a tensor obtained by stacking up a group of prototypical similarity matrices, aiming at capturing consistent data structure across different domains. Furthermore, to avoid negative transfer brought by noisy source data, we propose a novel uncertainty-aware weighting strategy to adaptively assign weights to different source domains and samples based on the result of uncertainty estimation. Extensive experiments conducted on public benchmarks demonstrate the superiority of our model in addressing the task of MDA compared to state-of-the-art methods.

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