Virtual Mixup Training for Unsupervised Domain Adaptation
Xudong Mao, Yun Ma, Zhenguo Yang, Yangbin Chen, Qing Li

TL;DR
This paper introduces Virtual Mixup Training (VMT), a novel regularization technique for unsupervised domain adaptation that enforces linear behavior between training points, significantly enhancing model performance.
Contribution
VMT extends mixup regularization to unsupervised domain adaptation by constructing label-free combination samples, improving the locally-Lipschitz constraint enforcement in-between data points.
Findings
VMT improves VADA accuracy by over 30% on MNIST to SVHN.
VMT enhances performance across six domain adaptation benchmarks.
The method is compatible with existing models like VADA.
Abstract
We study the problem of unsupervised domain adaptation which aims to adapt models trained on a labeled source domain to a completely unlabeled target domain. Recently, the cluster assumption has been applied to unsupervised domain adaptation and achieved strong performance. One critical factor in successful training of the cluster assumption is to impose the locally-Lipschitz constraint to the model. Existing methods only impose the locally-Lipschitz constraint around the training points while miss the other areas, such as the points in-between training data. In this paper, we address this issue by encouraging the model to behave linearly in-between training points. We propose a new regularization method called Virtual Mixup Training (VMT), which is able to incorporate the locally-Lipschitz constraint to the areas in-between training data. Unlike the traditional mixup model, our method…
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 · Cancer-related molecular mechanisms research
MethodsMixup
