LGATAug 2, 2022

Semantic Data Augmentation based Distance Metric Learning for Domain Generalization

arXiv:2208.02803v342 citationsh-index: 21
Originality Incremental advance
AI Analysis

This work addresses domain generalization for machine learning models to improve performance on unseen target domains, but it is incremental as it builds upon existing methods like FACT.

The paper tackles domain generalization by applying implicit semantic augmentation in feature space and using distance metric learning with logits from cross-entropy loss to optimize data distribution geometry, achieving state-of-the-art performance on benchmarks like Digits-DG, PACS, and Office-Home.

Domain generalization (DG) aims to learn a model on one or more different but related source domains that could be generalized into an unseen target domain. Existing DG methods try to prompt the diversity of source domains for the model's generalization ability, while they may have to introduce auxiliary networks or striking computational costs. On the contrary, this work applies the implicit semantic augmentation in feature space to capture the diversity of source domains. Concretely, an additional loss function of distance metric learning (DML) is included to optimize the local geometry of data distribution. Besides, the logits from cross entropy loss with infinite augmentations is adopted as input features for the DML loss in lieu of the deep features. We also provide a theoretical analysis to show that the logits can approximate the distances defined on original features well. Further, we provide an in-depth analysis of the mechanism and rational behind our approach, which gives us a better understanding of why leverage logits in lieu of features can help domain generalization. The proposed DML loss with the implicit augmentation is incorporated into a recent DG method, that is, Fourier Augmented Co-Teacher framework (FACT). Meanwhile, our method also can be easily plugged into various DG methods. Extensive experiments on three benchmarks (Digits-DG, PACS and Office-Home) have demonstrated that the proposed method is able to achieve the state-of-the-art performance.

Foundations

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

Your Notes