paper-with-me

Papers

Adversarially Adaptive Normalization for Single Domain Generalization

2021-06-01 · CVPR 2021 1 · Xinjie Fan, Qifei Wang, Junjie Ke, Feng Yang, Boqing Gong, Mingyuan Zhou

Single domain generalization aims to learn a model that performs well on many unseen domains with only one domain data for training. Existing works focus on studying the adversarial domain augmentation (ADA) to improve the model's generalization capability. The impact on domain generalization of the statistics of normalization layers is still underinvestigated. In this paper, we propose a generic normalization approach, adaptive standardization and rescaling normalization (ASR-Norm), to complement the missing part in previous works. ASR-Norm learns both the standardization and rescaling statistics via neural networks. This new form of normalization can be viewed as a generic form of the traditional normalizations. When trained with ADA, the statistics in ASR-Norm are learned to be adaptive to the data coming from different domains, and hence improves the model generalization performance across domains, especially on the target domain with large discrepancy from the source domain. The experimental results show that ASR-Norm can bring consistent improvement to the state-of-the-art ADA approaches by 1.6%, 2.7%, and 6.3% averagely on the Digits, CIFAR-10-C, and PACS benchmarks, respectively. As a generic tool, the improvement introduced by ASR-Norm is agnostic to the choice of ADA methods.

📄 PDF Abstract BibTeX arXiv:2106.01899

Code (0)

등록된 구현이 없습니다.

Tasks

Domain Generalization

Methods 이 논문이 사용한 방법론

ADA 설명 없음

Similar Papers 제목 키워드 기반

Prepare for the Worst: Generalizing across Domain Shifts with Adversarial Batch Normalization

2020-09-28 · Manli Shu, Zuxuan Wu, Micah Goldblum, Tom Goldstein

Adversarial training is the industry standard for producing models that are robust to small adversarial perturbations. However, machine learning practitioners need models that are robust to other kinds of changes that o…

Semantic Segmentation

AFN: Adaptive Fusion Normalization via an Encoder-Decoder Framework

2023-08-07 · Zikai Zhou, Shuo Zhang, Ziruo Wang, Huanran Chen

The success of deep learning is inseparable from normalization layers. Researchers have proposed various normalization functions, and each of them has both advantages and disadvantages. In response, efforts have been mad…

DecoderDomain Generalizationimage-classificationImage Classification

TAL: Two-stream Adaptive Learning for Generalizable Person Re-identification

2021-11-29 · Yichao Yan, Junjie Li, Shengcai Liao, Jie Qin 외

Domain generalizable person re-identification aims to apply a trained model to unseen domains. Prior works either combine the data in all the training domains to capture domain-invariant features, or adopt a mixture of e…

Domain GeneralizationGeneralizable Person Re-identificationMixture-of-ExpertsPerson Re-Identification+1

Unsupervised Domain Generalization for Person Re-identification: A Domain-specific Adaptive Framework

2021-11-30 · Lei Qi, Jiaqi Liu, Lei Wang, Yinghuan Shi 외

Domain generalization (DG) has attracted much attention in person re-identification (ReID) recently. It aims to make a model trained on multiple source domains generalize to an unseen target domain. Although achieving pr…

Domain AdaptationDomain GeneralizationPerson Re-IdentificationUnsupervised Domain Adaptation

Semantic Self-adaptation: Enhancing Generalization with a Single Sample

2022-08-10 · Sherwin Bahmani, Oliver Hahn, Eduard Zamfir, Nikita Araslanov 외

The lack of out-of-domain generalization is a critical weakness of deep networks for semantic segmentation. Previous studies relied on the assumption of a static model, i. e., once the training process is complete, model…

Domain AdaptationDomain GeneralizationOne-shot Unsupervised Domain AdaptationSegmentation+1