Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Learning to Generalize across Domains on Single Test Samples

About

We strive to learn a model from a set of source domains that generalizes well to unseen target domains. The main challenge in such a domain generalization scenario is the unavailability of any target domain data during training, resulting in the learned model not being explicitly adapted to the unseen target domains. We propose learning to generalize across domains on single test samples. We leverage a meta-learning paradigm to learn our model to acquire the ability of adaptation with single samples at training time so as to further adapt itself to each single test sample at test time. We formulate the adaptation to the single test sample as a variational Bayesian inference problem, which incorporates the test sample as a conditional into the generation of model parameters. The adaptation to each test sample requires only one feed-forward computation at test time without any fine-tuning or self-supervised training on additional data from the unseen domains. Extensive ablation studies demonstrate that our model learns the ability to adapt models to each single sample by mimicking domain shifts during training. Further, our model achieves at least comparable -- and often better -- performance than state-of-the-art methods on multiple benchmarks for domain generalization.

Zehao Xiao, Xiantong Zhen, Ling Shao, Cees G. M. Snoek• 2022

Related benchmarks

TaskDatasetResultRank
Image ClassificationPACS (test)
Average Accuracy87.51
254
Domain GeneralizationPACS (test)
Average Accuracy87.51
225
Domain GeneralizationOffice-Home (test)
Average Accuracy71.07
106
Image ClassificationRotated MNIST (in-domain)
Accuracy98.9
6
Image ClassificationRotated MNIST Out-of-distribution (test)
Accuracy95.8
3
Image ClassificationRotated Fashion-MNIST In-distribution (test)
Accuracy90.9
3
Image ClassificationRotated Fashion-MNIST Out-of-distribution (test)
Accuracy80.8
3
Showing 7 of 7 rows

Other info

Code

Follow for update