Open Domain Generalization with Domain-Augmented Meta-Learning

Abstract

Leveraging datasets available to learn a model with high generalization ability to unseen domains is important for computer vision, especially when the unseen domain's annotated data are unavailable. We study the problem of learning from different source domains to achieve high performance on an unknown target domain, where the distributions and label sets of each individual source domain and the target domain are different. The problem can be generally applied to diverse source domains and widely applicable to real-world applications. We propose a Domain-Augmented Meta-Learning framework to learn open-domain generalizable representations. We augment domains on both feature-level by a new Dirichlet mixup and label-level by distilled soft-labeling, which complements each domain with missing classes and other domain knowledge. We conduct meta-learning over domains by designing new meta-learning tasks and losses to preserve domain unique knowledge and generalize knowledge across domains simultaneously. Experiment results on various multi-domain datasets demonstrate that the proposed Domain-Augmented Meta-Learning outperforms previous methods for unseen target classification.

Cite

Text

Shu et al. "Open Domain Generalization with Domain-Augmented Meta-Learning." Conference on Computer Vision and Pattern Recognition, 2021. doi:10.1109/CVPR46437.2021.00950

Markdown

[Shu et al. "Open Domain Generalization with Domain-Augmented Meta-Learning." Conference on Computer Vision and Pattern Recognition, 2021.](https://mlanthology.org/cvpr/2021/shu2021cvpr-open/) doi:10.1109/CVPR46437.2021.00950

BibTeX

@inproceedings{shu2021cvpr-open,
  title     = {{Open Domain Generalization with Domain-Augmented Meta-Learning}},
  author    = {Shu, Yang and Cao, Zhangjie and Wang, Chenyu and Wang, Jianmin and Long, Mingsheng},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2021},
  pages     = {9624-9633},
  doi       = {10.1109/CVPR46437.2021.00950},
  url       = {https://mlanthology.org/cvpr/2021/shu2021cvpr-open/}
}