Learning to Match Distributions for Domain Adaptation
Chaohui Yu, Jindong Wang, Chang Liu, Tao Qin, Renjun Xu, Wenjie Feng,, Yiqiang Chen, Tie-Yan Liu

TL;DR
This paper introduces L2M, a data-driven framework that automatically learns cross-domain distribution matching for domain adaptation, outperforming existing methods and demonstrating versatility across different applications.
Contribution
L2M employs a meta-network to learn distribution matching losses without relying on handcrafted priors, unifying various matching features in a general framework.
Findings
L2M outperforms state-of-the-art methods on public datasets.
L2M achieves remarkable transfer performance from pneumonia to COVID-19 X-ray images.
L2M generates more realistic and sharper MNIST samples in a trial experiment.
Abstract
When the training and test data are from different distributions, domain adaptation is needed to reduce dataset bias to improve the model's generalization ability. Since it is difficult to directly match the cross-domain joint distributions, existing methods tend to reduce the marginal or conditional distribution divergence using predefined distances such as MMD and adversarial-based discrepancies. However, it remains challenging to determine which method is suitable for a given application since they are built with certain priors or bias. Thus they may fail to uncover the underlying relationship between transferable features and joint distributions. This paper proposes Learning to Match (L2M) to automatically learn the cross-domain distribution matching without relying on hand-crafted priors on the matching loss. Instead, L2M reduces the inductive bias by using a meta-network to learn…
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 · Multimodal Machine Learning Applications · COVID-19 diagnosis using AI
MethodsLearning to Match
