Variance-reduced Domain Adaptation using Paired Sampling

· Source: Machine Learning · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

Paired Sampling for Domain Adaptation (PSDA) is a novel stochastic variance reduction (SVR) technique designed to address high variance in distribution-matching losses like correlation alignment and maximum mean discrepancy, which often undermine unsupervised domain adaptation (UDA) effectiveness in minibatch optimisation. PSDA tackles the lack of finite-sum structure in these losses by pairing observations both within and across domains, forming quadruplets that are consistently sampled during training. This method is specifically engineered to minimize expected gradient variance, reducing to a set of linear assignment problems. Simulations confirm PSDA's reduced variance compared to related methods, and experiments across three domain shift datasets demonstrate improved target domain accuracy.

Key takeaway

For AI Scientists working on unsupervised domain adaptation, you should consider integrating Paired Sampling for Domain Adaptation (PSDA) to mitigate high variance in distribution-matching losses. This technique, which pairs observations to form quadruplets, can significantly improve target domain accuracy by reducing gradient variance during minibatch optimization. Implementing PSDA could lead to more robust and effective UDA models.

Key insights

PSDA reduces variance in UDA losses by pairing samples, improving accuracy on domain shift datasets.

Principles

Method

PSDA forms quadruplets by pairing observations within and across domains, sampled together to minimize expected gradient variance, solvable via linear assignment problems.

In practice

Topics

Best for: AI Scientist, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.