paper-with-me

홈 › Papers

ERM++: An Improved Baseline for Domain Generalization

2023-04-04 · Piotr Teterwak, Kuniaki Saito, Theodoros Tsiligkaridis, Kate Saenko, Bryan A. Plummer

Domain Generalization (DG) aims to develop classifiers that can generalize to new, unseen data distributions, a critical capability when collecting new domain-specific data is impractical. A common DG baseline minimizes the empirical risk on the source domains. Recent studies have shown that this approach, known as Empirical Risk Minimization (ERM), can outperform most more complex DG methods when properly tuned. However, these studies have primarily focused on a narrow set of hyperparameters, neglecting other factors that can enhance robustness and prevent overfitting and catastrophic forgetting, properties which are critical for strong DG performance. In our investigation of training data utilization (i.e., duration and setting validation splits), initialization, and additional regularizers, we find that tuning these previously overlooked factors significantly improves model generalization across diverse datasets without adding much complexity. We call this improved, yet simple baseline ERM++. Despite its ease of implementation, ERM++ improves DG performance by over 5\% compared to prior ERM baselines on a standard benchmark of 5 datasets with a ResNet-50 and over 15\% with a ViT-B/16. It also outperforms all state-of-the-art methods on DomainBed datasets with both architectures. Importantly, ERM++ is easy to integrate into existing frameworks like DomainBed, making it a practical and powerful tool for researchers and practitioners. Overall, ERM++ challenges the need for more complex DG methods by providing a stronger, more reliable baseline that maintains simplicity and ease of use. Code is available at \url{https://github.com/piotr-teterwak/erm_plusplus}

📄 PDF Abstract BibTeX arXiv:2304.01973

Code (2)

piotr-teterwak/erm_plusplus 공식 구현 pytorch
facebookresearch/DomainBed pytorch

Tasks

Domain Generalization

Similar Papers 제목 키워드 기반

Strong but simple: A Baseline for Domain Generalized Dense Perception by CLIP-based Transfer Learning

2023-12-04 · Christoph Hümmer, Manuel Schwonberg, Liangwei Zhou, Hu Cao 외

Domain generalization (DG) remains a significant challenge for perception based on deep neural networks (DNNs), where domain shifts occur due to synthetic data, lighting, weather, or location changes. Vision-language mod…

Domain Generalizationobject-detectionObject DetectionRobust Object Detection+4

Optimizing Latent Graph Representations of Surgical Scenes for Zero-Shot Domain Transfer

2024-03-11 · Siddhant Satyanaik, Aditya Murali, Deepak Alapatt, Xin Wang 외

Purpose: Advances in deep learning have resulted in effective models for surgical video analysis; however, these models often fail to generalize across medical centers due to domain shift caused by variations in surgical…

AnatomyDisentanglementDomain GeneralizationObject+2

FS-BAN: Born-Again Networks for Domain Generalization Few-Shot Classification

2022-08-23 · Yunqing Zhao, Ngai-Man Cheung

Conventional Few-shot classification (FSC) aims to recognize samples from novel classes given limited labeled data. Recently, domain generalization FSC (DG-FSC) has been proposed with the goal to recognize novel class sa…

Domain GeneralizationKnowledge DistillationMulti-Task Learning

Improving Domain Generalization in Contrastive Learning using Adaptive Temperature Control

2026-01-12 · Robert Lewis, Katie Matton, Rosalind W. Picard, John Guttag arxiv

Self-supervised pre-training with contrastive learning is a powerful method for learning from sparsely labeled data. However, performance can drop considerably when there is a shift in the distribution of data from train…

Domain GeneralizationContrastive Learning

Domain Generalization via Nuclear Norm Regularization

2023-03-13 · Zhenmei Shi, Yifei Ming, Ying Fan, Frederic Sala 외

The ability to generalize to unseen domains is crucial for machine learning systems deployed in the real world, especially when we only have data from limited training domains. In this paper, we propose a simple and effe…

Domain Generalization