Domain Generalization via Model-Agnostic Learning of Semantic Features

Abstract

Generalization capability to unseen domains is crucial for machine learning models when deploying to real-world conditions. We investigate the challenging problem of domain generalization, i.e., training a model on multi-domain source data such that it can directly generalize to target domains with unknown statistics. We adopt a model-agnostic learning paradigm with gradient-based meta-train and meta-test procedures to expose the optimization to domain shift. Further, we introduce two complementary losses which explicitly regularize the semantic structure of the feature space. Globally, we align a derived soft confusion matrix to preserve general knowledge of inter-class relationships. Locally, we promote domain-independent class-specific cohesion and separation of sample features with a metric-learning component. The effectiveness of our method is demonstrated with new state-of-the-art results on two common object recognition benchmarks. Our method also shows consistent improvement on a medical image segmentation task.

Cite

Text

Dou et al. "Domain Generalization via Model-Agnostic Learning of Semantic Features." Neural Information Processing Systems, 2019.

Markdown

[Dou et al. "Domain Generalization via Model-Agnostic Learning of Semantic Features." Neural Information Processing Systems, 2019.](https://mlanthology.org/neurips/2019/dou2019neurips-domain/)

BibTeX

@inproceedings{dou2019neurips-domain,
  title     = {{Domain Generalization via Model-Agnostic Learning of Semantic Features}},
  author    = {Dou, Qi and de Castro, Daniel Coelho and Kamnitsas, Konstantinos and Glocker, Ben},
  booktitle = {Neural Information Processing Systems},
  year      = {2019},
  pages     = {6450-6461},
  url       = {https://mlanthology.org/neurips/2019/dou2019neurips-domain/}
}