paper-with-me

Papers

Simple Domain Generalization Methods are Strong Baselines for Open Domain Generalization

2023-03-31 · Masashi Noguchi, Shinichi Shirakawa

In real-world applications, a machine learning model is required to handle an open-set recognition (OSR), where unknown classes appear during the inference, in addition to a domain shift, where the distribution of data differs between the training and inference phases. Domain generalization (DG) aims to handle the domain shift situation where the target domain of the inference phase is inaccessible during model training. Open domain generalization (ODG) takes into account both DG and OSR. Domain-Augmented Meta-Learning (DAML) is a method targeting ODG but has a complicated learning process. On the other hand, although various DG methods have been proposed, they have not been evaluated in ODG situations. This work comprehensively evaluates existing DG methods in ODG and shows that two simple DG methods, CORrelation ALignment (CORAL) and Maximum Mean Discrepancy (MMD), are competitive with DAML in several cases. In addition, we propose simple extensions of CORAL and MMD by introducing the techniques used in DAML, such as ensemble learning and Dirichlet mixup data augmentation. The experimental evaluation demonstrates that the extended CORAL and MMD can perform comparably to DAML with lower computational costs. This suggests that the simple DG methods and their simple extensions are strong baselines for ODG. The code used in the experiments is available at https://github.com/shiralab/OpenDG-Eval.

📄 PDF Abstract BibTeX arXiv:2303.18031

Code (1)

shiralab/opendg-eval 공식 구현 pytorch

Tasks

Data AugmentationDomain GeneralizationEnsemble LearningMeta-LearningOpen Set Learning

Methods 이 논문이 사용한 방법론

CORAL 설명 없음
Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

SimpleDG: Simple Domain Generalization Baseline without Bells and Whistles

2022-10-26 · Zhi Lv, Bo Lin, Siyuan Liang, Lihua Wang 외

We present a simple domain generalization baseline, which wins second place in both the common context generalization track and the hybrid context generalization track respectively in NICO CHALLENGE 2022. We verify the f…

Domain Generalization

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

ERM++: An Improved Baseline for Domain Generalization

2023-04-04 · Piotr Teterwak, Kuniaki Saito, Theodoros Tsiligkaridis, Kate Saenko 외

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 …

Domain Generalization

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

Evaluating Time Series Foundation Models for Electricity Price Forecasting: Contamination Risk, Distributional Shifts, and Covariate Dependence

2026-07-02 · Zhenghua Pan, Ahmed Aziz Ezzat arxiv

Time series foundation models (TSFMs) have shown strong zero-shot forecasting performance, but their generalization in covariate-driven, non-stationary settings is underexplored. Electricity price forecasting (EPF) prese…