CVOct 9, 2017

Deeper, Broader and Artier Domain Generalization

arXiv:1710.03077v11760 citations
Originality Incremental advance
AI Analysis

This addresses domain generalization for applications like sketch recognition where target domains are distinct and data is sparse, though it is incremental as it builds on deep learning methods.

The authors tackled the problem of domain generalization by developing a low-rank parameterized CNN model and a new benchmark dataset covering photo, sketch, cartoon, and painting domains, showing their method outperforms existing alternatives and the dataset provides a harder challenge.

The problem of domain generalization is to learn from multiple training domains, and extract a domain-agnostic model that can then be applied to an unseen domain. Domain generalization (DG) has a clear motivation in contexts where there are target domains with distinct characteristics, yet sparse data for training. For example recognition in sketch images, which are distinctly more abstract and rarer than photos. Nevertheless, DG methods have primarily been evaluated on photo-only benchmarks focusing on alleviating the dataset bias where both problems of domain distinctiveness and data sparsity can be minimal. We argue that these benchmarks are overly straightforward, and show that simple deep learning baselines perform surprisingly well on them. In this paper, we make two main contributions: Firstly, we build upon the favorable domain shift-robust properties of deep learning methods, and develop a low-rank parameterized CNN model for end-to-end DG learning. Secondly, we develop a DG benchmark dataset covering photo, sketch, cartoon and painting domains. This is both more practically relevant, and harder (bigger domain shift) than existing benchmarks. The results show that our method outperforms existing DG alternatives, and our dataset provides a more significant DG challenge to drive future research.

Code Implementations6 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes