Fisher Deep Domain Adaptation
Yinghua Zhang, Yu Zhang, Ying Wei, Kun Bai, Yangqiu Song, Qiang Yang

TL;DR
This paper introduces a Fisher loss to improve deep domain adaptation by learning more discriminative features, resulting in better performance on benchmark datasets when combined with existing transfer criteria.
Contribution
The paper proposes a Fisher loss that enhances feature discriminability in deep domain adaptation, improving the effectiveness of existing transfer methods.
Findings
Fisher loss improves domain adaptation performance.
Combining Fisher loss with MMD, CORAL, or adversarial loss yields significant accuracy gains.
Achieved 6.67% improvement on Office-Home dataset.
Abstract
Deep domain adaptation models learn a neural network in an unlabeled target domain by leveraging the knowledge from a labeled source domain. This can be achieved by learning a domain-invariant feature space. Though the learned representations are separable in the source domain, they usually have a large variance and samples with different class labels tend to overlap in the target domain, which yields suboptimal adaptation performance. To fill the gap, a Fisher loss is proposed to learn discriminative representations which are within-class compact and between-class separable. Experimental results on two benchmark datasets show that the Fisher loss is a general and effective loss for deep domain adaptation. Noticeable improvements are brought when it is used together with widely adopted transfer criteria, including MMD, CORAL and domain adversarial loss. For example, an absolute…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning
MethodsCorrelation Alignment for Deep Domain Adaptation
