CVMay 5, 2021

Deep Spherical Manifold Gaussian Kernel for Unsupervised Domain Adaptation

arXiv:2105.02089v118 citations
Originality Incremental advance
AI Analysis

This work addresses domain shift problems in machine learning for applications like cross-domain learning, but it appears incremental as it builds on existing manifold-based methods.

The paper tackled unsupervised domain adaptation by proposing a deep spherical manifold Gaussian kernel framework to reduce domain discrepancy and an easy-to-hard pseudo label refinement process to align conditional distributions, achieving state-of-the-art performance on challenging cross-domain tasks.

Unsupervised Domain adaptation is an effective method in addressing the domain shift issue when transferring knowledge from an existing richly labeled domain to a new domain. Existing manifold-based methods either are based on traditional models or largely rely on Grassmannian manifold via minimizing differences of single covariance matrices of two domains. In addition, existing pseudo-labeling algorithms inadequately consider the quality of pseudo labels in aligning the conditional distribution between two domains. In this work, a deep spherical manifold Gaussian kernel (DSGK) framework is proposed to map the source and target subspaces into a spherical manifold and reduce the discrepancy between them by embedding both extracted features and a Gaussian kernel. To align the conditional distributions, we further develop an easy-to-hard pseudo label refinement process to improve the quality of the pseudo labels and then reduce categorical spherical manifold Gaussian kernel geodesic loss. Extensive experimental results show that DSGK outperforms state-of-the-art methods, especially on challenging cross-domain learning tasks.

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