paper-with-me

Papers

Domain-Specific Batch Normalization for Unsupervised Domain Adaptation

2019-05-27 · CVPR 2019 6 · Woong-Gi Chang, Tackgeun You, Seonguk Seo, Suha Kwak, Bohyung Han

We propose a novel unsupervised domain adaptation framework based on domain-specific batch normalization in deep neural networks. We aim to adapt to both domains by specializing batch normalization layers in convolutional neural networks while allowing them to share all other model parameters, which is realized by a two-stage algorithm. In the first stage, we estimate pseudo-labels for the examples in the target domain using an external unsupervised domain adaptation algorithm---for example, MSTN or CPUA---integrating the proposed domain-specific batch normalization. The second stage learns the final models using a multi-task classification loss for the source and target domains. Note that the two domains have separate batch normalization layers in both stages. Our framework can be easily incorporated into the domain adaptation techniques based on deep neural networks with batch normalization layers. We also present that our approach can be extended to the problem with multiple source domains. The proposed algorithm is evaluated on multiple benchmark datasets and achieves the state-of-the-art accuracy in the standard setting and the multi-source domain adaption scenario.

📄 PDF Abstract BibTeX arXiv:1906.03950

Code (1)

wgchang/DSBN pytorch

Tasks

Domain AdaptationUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Collaborative Normalization for Unsupervised Domain Adaptation

2021-01-01 · Haifeng Xia, Taotao Jing, Zhengming Ding

Batch Normalization (BN) as an important component assists Deep Neural Networks achieving promising performance for extensive learning tasks by scaling distribution of feature representations within mini-batches. However…

Domain AdaptationUnsupervised Domain Adaptation

SPD domain-specific batch normalization to crack interpretable unsupervised domain adaptation in EEG

2022-06-02 · Reinmar J Kobler, Jun-Ichiro Hirayama, Qibin Zhao, Motoaki Kawanabe

Electroencephalography (EEG) provides access to neuronal dynamics non-invasively with millisecond resolution, rendering it a viable method in neuroscience and healthcare. However, its utility is limited as current EEG te…

Brain Computer InterfaceDomain AdaptationEEGElectroencephalogram (EEG)+2

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

The Norm Must Go On: Dynamic Unsupervised Domain Adaptation by Normalization

2021-12-01 · CVPR 2022 1 · M. Jehanzeb Mirza, Jakub Micorek, Horst Possegger, Horst Bischof

Domain adaptation is crucial to adapt a learned model to new scenarios, such as domain shifts or changing data distributions. Current approaches usually require a large amount of labeled or unlabeled data from the shifte…

Autonomous DrivingDomain Adaptationobject-detectionObject Detection+2

A Domain Agnostic Normalization Layer for Unsupervised Adversarial Domain Adaptation

2018-09-14 · Rob Romijnders, Panagiotis Meletis, Gijs Dubbelman

We propose a normalization layer for unsupervised domain adaption in semantic scene segmentation. Normalization layers are known to improve convergence and generalization and are part of many state-of-the-art fully-convo…

Domain AdaptationScene Segmentation