CVDec 20, 2021

Reciprocal Normalization for Domain Adaptation

arXiv:2112.10474v116 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses domain adaptation challenges in deep learning, offering a novel normalization technique for cross-domain tasks, though it is incremental as it builds on batch normalization variants.

The paper tackles the problem of batch normalization being ineffective for unsupervised domain adaptation due to domain-related knowledge misalignment, proposing Reciprocal Normalization (RN) which outperforms existing normalization methods by a large margin and improves state-of-the-art adaptation approaches.

Batch normalization (BN) is widely used in modern deep neural networks, which has been shown to represent the domain-related knowledge, and thus is ineffective for cross-domain tasks like unsupervised domain adaptation (UDA). Existing BN variant methods aggregate source and target domain knowledge in the same channel in normalization module. However, the misalignment between the features of corresponding channels across domains often leads to a sub-optimal transferability. In this paper, we exploit the cross-domain relation and propose a novel normalization method, Reciprocal Normalization (RN). Specifically, RN first presents a Reciprocal Compensation (RC) module to acquire the compensatory for each channel in both domains based on the cross-domain channel-wise correlation. Then RN develops a Reciprocal Aggregation (RA) module to adaptively aggregate the feature with its cross-domain compensatory components. As an alternative to BN, RN is more suitable for UDA problems and can be easily integrated into popular domain adaptation methods. Experiments show that the proposed RN outperforms existing normalization counterparts by a large margin and helps state-of-the-art adaptation approaches achieve better results. The source code is available on https://github.com/Openning07/reciprocal-normalization-for-DA.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes