Domain Generalization: A Survey
Kaiyang Zhou, Ziwei Liu, Yu Qiao, Tao Xiang, Chen Change Loy
TL;DR
Domain Generalization tackles generalization to unseen domains using only source data, addressing the gap left by domain adaptation and transfer learning. The paper surveys a decade of methods, organizing them into domain alignment, meta-learning, data augmentation, ensembles, self-supervised learning, disentangled representations, regularization, and reinforcement learning, and discusses theory and evaluation. It formalizes problem definitions, datasets, evaluation protocols, and relationships to related topics, providing a unified view of progress and limitations. The work highlights practical implications for CV, speech, NLP, medical imaging, and RL and offers directions for architecture, learning strategies, and benchmarks to advance robust OOD generalization.
Abstract
Generalization to out-of-distribution (OOD) data is a capability natural to humans yet challenging for machines to reproduce. This is because most learning algorithms strongly rely on the i.i.d.~assumption on source/target data, which is often violated in practice due to domain shift. Domain generalization (DG) aims to achieve OOD generalization by using only source data for model learning. Over the last ten years, research in DG has made great progress, leading to a broad spectrum of methodologies, e.g., those based on domain alignment, meta-learning, data augmentation, or ensemble learning, to name a few; DG has also been studied in various application areas including computer vision, speech recognition, natural language processing, medical imaging, and reinforcement learning. In this paper, for the first time a comprehensive literature review in DG is provided to summarize the developments over the past decade. Specifically, we first cover the background by formally defining DG and relating it to other relevant fields like domain adaptation and transfer learning. Then, we conduct a thorough review into existing methods and theories. Finally, we conclude this survey with insights and discussions on future research directions.
