Episodic Training for Domain Generalization
Da Li, Jianshu Zhang, Yongxin Yang, Cong Liu, Yi-Zhe Song, Timothy, M. Hospedales

TL;DR
This paper introduces an episodic training method for domain generalization that enhances model robustness to domain shifts, achieving state-of-the-art results and improving fixed feature extractors for downstream tasks.
Contribution
We propose an episodic training procedure that simulates domain shifts during training, leading to more robust models for domain generalization and improved feature extractors.
Findings
Achieves state-of-the-art performance on three DG benchmarks.
Improves robustness of fixed feature extractors on Visual Decathlon.
Training with episodic approach benefits standard computer vision practices.
Abstract
Domain generalization (DG) is the challenging and topical problem of learning models that generalize to novel testing domains with different statistics than a set of known training domains. The simple approach of aggregating data from all source domains and training a single deep neural network end-to-end on all the data provides a surprisingly strong baseline that surpasses many prior published methods. In this paper, we build on this strong baseline by designing an episodic training procedure that trains a single deep network in a way that exposes it to the domain shift that characterises a novel domain at runtime. Specifically, we decompose a deep network into feature extractor and classifier components, and then train each component by simulating it interacting with a partner who is badly tuned for the current domain. This makes both components more robust, ultimately leading to our…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · Machine Learning and ELM
