LGCVJul 25, 2022

Domain-invariant Feature Exploration for Domain Generalization

arXiv:2207.12020v2136 citationsh-index: 43
Originality Incremental advance
AI Analysis

It addresses the problem of model generalization to unseen domains for machine learning applications, but appears incremental as it builds on existing knowledge distillation and correlation alignment methods.

The paper tackled domain generalization by proposing DIFEX to learn domain-invariant features from internal and mutual perspectives, achieving state-of-the-art performance on time-series and visual benchmarks.

Deep learning has achieved great success in the past few years. However, the performance of deep learning is likely to impede in face of non-IID situations. Domain generalization (DG) enables a model to generalize to an unseen test distribution, i.e., to learn domain-invariant representations. In this paper, we argue that domain-invariant features should be originating from both internal and mutual sides. Internal invariance means that the features can be learned with a single domain and the features capture intrinsic semantics of data, i.e., the property within a domain, which is agnostic to other domains. Mutual invariance means that the features can be learned with multiple domains (cross-domain) and the features contain common information, i.e., the transferable features w.r.t. other domains. We then propose DIFEX for Domain-Invariant Feature EXploration. DIFEX employs a knowledge distillation framework to capture the high-level Fourier phase as the internally-invariant features and learn cross-domain correlation alignment as the mutually-invariant features. We further design an exploration loss to increase the feature diversity for better generalization. Extensive experiments on both time-series and visual benchmarks demonstrate that the proposed DIFEX achieves state-of-the-art performance.

Code Implementations1 repo
Foundations

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

Your Notes