Skip to main content
QUICK REVIEW

[논문 리뷰] Exploiting Domain-Specific Features to Enhance Domain Generalization

Manh-Ha Bui, Toan Tran|arXiv (Cornell University)|2021. 10. 18.
Domain Adaptation and Few-Shot Learning인용 수 69
한 줄 요약

The paper introduces meta-Domain Specific-Domain Invariant (mDSDI), a framework that disentangles domain-invariant and domain-specific features and uses meta-learning to adapt domain-specific information to unseen domains, achieving competitive DG results across benchmarks.

ABSTRACT

Domain Generalization (DG) aims to train a model, from multiple observed source domains, in order to perform well on unseen target domains. To obtain the generalization capability, prior DG approaches have focused on extracting domain-invariant information across sources to generalize on target domains, while useful domain-specific information which strongly correlates with labels in individual domains and the generalization to target domains is usually ignored. In this paper, we propose meta-Domain Specific-Domain Invariant (mDSDI) - a novel theoretically sound framework that extends beyond the invariance view to further capture the usefulness of domain-specific information. Our key insight is to disentangle features in the latent space while jointly learning both domain-invariant and domain-specific features in a unified framework. The domain-specific representation is optimized through the meta-learning framework to adapt from source domains, targeting a robust generalization on unseen domains. We empirically show that mDSDI provides competitive results with state-of-the-art techniques in DG. A further ablation study with our generated dataset, Background-Colored-MNIST, confirms the hypothesis that domain-specific is essential, leading to better results when compared with only using domain-invariant.

연구 동기 및 목표

  • Motivate the limitations of solely learning domain-invariant representations for domain generalization.
  • Propose a theoretically grounded framework that jointly learns domain-invariant and domain-specific features.
  • Use meta-learning to adapt domain-specific information from source domains to unseen target domains.
  • Disentangle representations to preserve useful information for robust generalization.
  • Evaluate mDSDI on standard DG benchmarks and a crafted ablation dataset to verify the usefulness of domain-specific features.

제안 방법

  • Define domain-invariant and domain-specific latent representations in a probabilistic framework.
  • Use adversarial training to learn domain-invariant features across sources.
  • Use a domain classifier to learn domain-specific features from each source domain.
  • Enforce disentanglement of Z_I and Z_S by minimizing their covariance.
  • Employ a meta-learning procedure to adapt domain-specific features from multiple source domains to unseen targets.
  • Train end-to-end with a combined objective that integrates invariance, specificity, and meta-learning terms.

실험 결과

연구 질문

  • RQ1Can domain-specific information improve generalization beyond domain-invariant representations in DG?
  • RQ2Does disentangling domain-invariant and domain-specific features lead to better robustness on unseen domains?
  • RQ3Can meta-learning effectively adapt domain-specific information to unseen target domains without target data?
  • RQ4How does the proposed framework perform on standard DG benchmarks compared to state-of-the-art methods?

주요 결과

방법CMNISTRMNISTVLCSPACSOfficeHomeTerraInc.DomainNet평균
ERM (25)51.5 ± 0.198.0 ± 0.077.5 ± 0.485.5 ± 0.266.5 ± 0.346.1 ± 1.840.9 ± 0.166.6
IRM (18)52.0 ± 0.197.7 ± 0.178.5 ± 0.583.5 ± 0.864.3 ± 2.247.6 ± 0.833.9 ± 2.865.4
GroupDRO (26)52.1 ± 0.098.0 ± 0.076.7 ± 0.684.4 ± 0.866.0 ± 0.743.2 ± 1.133.3 ± 0.264.8
Mixup (34;35;36)52.1 ± 0.298.0 ± 0.177.4 ± 0.684.6 ± 0.668.1 ± 0.347.9 ± 0.839.2 ± 0.166.7
MLDG (11)51.5 ± 0.197.9 ± 0.077.2 ± 0.484.9 ± 1.066.8 ± 0.647.7 ± 0.941.2 ± 0.166.7
CORAL (29)51.5 ± 0.198.0 ± 0.178.8 ± 0.686.2 ± 0.368.7 ± 0.347.6 ± 1.041.5 ± 0.167.5
MMD (30)51.5 ± 0.297.9 ± 0.077.5 ± 0.984.6 ± 0.566.3 ± 0.142.2 ± 1.623.4 ± 9.563.3
DANN (31)51.5 ± 0.397.8 ± 0.178.6 ± 0.483.6 ± 0.465.9 ± 0.646.7 ± 0.538.3 ± 0.166.1
CDANN (32)51.7 ± 0.197.9 ± 0.177.5 ± 0.182.6 ± 0.965.8 ± 1.345.8 ± 1.638.3 ± 0.365.6
MTL (1;27)51.4 ± 0.197.9 ± 0.077.2 ± 0.484.6 ± 0.566.4 ± 0.545.6 ± 1.240.6 ± 0.166.2
SagNets (37)51.7 ± 0.098.0 ± 0.077.8 ± 0.586.3 ± 0.268.1 ± 0.148.6 ± 1.040.3 ± 0.167.2
ARM (28)56.2 ± 0.298.2 ± 0.177.6 ± 0.385.1 ± 0.464.8 ± 0.345.5 ± 0.335.5 ± 0.266.1
VREx (33)51.8 ± 0.197.9 ± 0.178.3 ± 0.284.9 ± 0.666.4 ± 0.646.4 ± 0.633.6 ± 2.965.6
RSC (38)51.7 ± 0.297.6 ± 0.177.1 ± 0.585.2 ± 0.965.5 ± 0.946.6 ± 1.038.9 ± 0.566.1
mDSDI (Ours)52.2 ± 0.298.0 ± 0.179.0 ± 0.386.2 ± 0.269.2 ± 0.448.1 ± 1.442.8 ± 0.167.9
  • mDSDI achieves the highest average accuracy across 7 DG benchmarks compared to 14 baselines.
  • mDSDI preserves domain-invariant information while also leveraging domain-specific features to improve performance in background-related scenarios.
  • On VLCS and PACS, mDSDI shows notable gains due to effective use of domain-specific information.
  • mDSDI attains strong results on large-scale DomainNet (42.8% in DomainNet) and Office-Home (69.2%).
  • Ablation on Background-Colored-MNIST confirms domain-specific features contribute to improved classification when backgrounds provide label-related cues.

더 나은 연구,지금 바로 시작하세요

연구 설계부터 논문 작성까지, 연구 시간을 획기적으로 줄여보세요.

카드 등록 없음 · 무료 플랜 제공

이 리뷰는 AI가 만들고, 인간 에디터가 검토했습니다.