CVAug 2, 2023

A Novel Cross-Perturbation for Single Domain Generalization

arXiv:2308.00918v28 citationsh-index: 36
Originality Incremental advance
AI Analysis

This work addresses a domain-specific problem in computer vision for improving model robustness in single-source training scenarios, representing an incremental advance over existing perturbation methods.

The paper tackles the problem of single domain generalization, where models trained on a single source domain struggle to generalize to unknown domains due to limited data diversity, and proposes CPerb, a cross-perturbation method that improves generalization performance, as validated by experiments on benchmark datasets.

Single domain generalization aims to enhance the ability of the model to generalize to unknown domains when trained on a single source domain. However, the limited diversity in the training data hampers the learning of domain-invariant features, resulting in compromised generalization performance. To address this, data perturbation (augmentation) has emerged as a crucial method to increase data diversity. Nevertheless, existing perturbation methods often focus on either image-level or feature-level perturbations independently, neglecting their synergistic effects. To overcome these limitations, we propose CPerb, a simple yet effective cross-perturbation method. Specifically, CPerb utilizes both horizontal and vertical operations. Horizontally, it applies image-level and feature-level perturbations to enhance the diversity of the training data, mitigating the issue of limited diversity in single-source domains. Vertically, it introduces multi-route perturbation to learn domain-invariant features from different perspectives of samples with the same semantic category, thereby enhancing the generalization capability of the model. Additionally, we propose MixPatch, a novel feature-level perturbation method that exploits local image style information to further diversify the training data. Extensive experiments on various benchmark datasets validate the effectiveness of our method.

Foundations

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

Your Notes