Gradient Harmonization in Unsupervised Domain Adaptation
Fuxiang Huang, Suqi Song, Lei Zhang

TL;DR
This paper introduces Gradient Harmonization techniques GH and GH++ to resolve gradient conflicts in unsupervised domain adaptation, improving model performance by better balancing domain alignment and classification tasks.
Contribution
The paper proposes novel Gradient Harmonization methods GH and GH++, which effectively mitigate gradient conflicts in UDA, enhancing existing models without requiring major changes.
Findings
GH and GH++ improve baseline UDA models.
GH++ minimizes deviation from original gradients.
Methods are compatible with various UDA models.
Abstract
Unsupervised domain adaptation (UDA) intends to transfer knowledge from a labeled source domain to an unlabeled target domain. Many current methods focus on learning feature representations that are both discriminative for classification and invariant across domains by simultaneously optimizing domain alignment and classification tasks. However, these methods often overlook a crucial challenge: the inherent conflict between these two tasks during gradient-based optimization. In this paper, we delve into this issue and introduce two effective solutions known as Gradient Harmonization, including GH and GH++, to mitigate the conflict between domain alignment and classification tasks. GH operates by altering the gradient angle between different tasks from an obtuse angle to an acute angle, thus resolving the conflict and trade-offing the two tasks in a coordinated manner. Yet, this would…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning
MethodsFocus
