Sequential Learning for Domain Generalization
Abstract
In this paper we propose a sequential learning framework for Domain Generalization (DG), the problem of training a model that is robust to domain shift by design. Various DG approaches have been proposed with different motivating intuitions, but they typically optimize for a single step of domain generalization -- training on one set of domains and generalizing to one other. Our sequential learning is inspired by the idea lifelong learning, where accumulated experience means that learning the $n^{th}$ thing becomes easier than the $1^{st}$ thing. In DG this means encountering a sequence of domains and at each step training to maximise performance on the next domain. The performance at domain $n$ then depends on the previous $n-1$ learning problems. Thus backpropagating through the sequence means optimizing performance not just for the next domain, but all following domains. Training on all such sequences of domains provides dramatically more `practice' for a base DG learner compared to existing approaches, thus improving performance on a true testing domain. This strategy can be instantiated for different base DG algorithms, but we focus on its application to the recently proposed Meta-Learning Domain generalization (MLDG). We show that for MLDG it leads to a simple to implement and fast algorithm that provides consistent performance improvement on a variety of DG benchmarks.
Cite
Text
Li et al. "Sequential Learning for Domain Generalization." European Conference on Computer Vision Workshops, 2020. doi:10.1007/978-3-030-66415-2_39Markdown
[Li et al. "Sequential Learning for Domain Generalization." European Conference on Computer Vision Workshops, 2020.](https://mlanthology.org/eccvw/2020/li2020eccvw-sequential/) doi:10.1007/978-3-030-66415-2_39BibTeX
@inproceedings{li2020eccvw-sequential,
title = {{Sequential Learning for Domain Generalization}},
author = {Li, Da and Yang, Yongxin and Song, Yi-Zhe and Hospedales, Timothy M.},
booktitle = {European Conference on Computer Vision Workshops},
year = {2020},
pages = {603-619},
doi = {10.1007/978-3-030-66415-2_39},
url = {https://mlanthology.org/eccvw/2020/li2020eccvw-sequential/}
}