Learning to Optimize Domain Specific Normalization for Domain Generalization
Abstract
We propose a simple but effective multi-source domain generalization technique based on deep neural networks by incorporating optimized normalization layers that are specific to individual domains. Our approach employs multiple normalization methods while learning separate affine parameters per domain. For each domain, the activations are normalized by a weighted average of multiple normalization statistics. The normalization statistics are kept track of separately for each normalization type if necessary. Specifically, we employ batch and instance normalizations in our implementation to identify the best combination of these two normalization methods in each domain. The optimized normalization layers are effective to enhance the generalizability of the learned model. We demonstrate the state-of-the-art accuracy of our algorithm in the standard domain generalization benchmarks, as well as viability to further tasks such as multi-source domain adaptation and domain generalization in the presence of label noise.
Cite
Text
Seo et al. "Learning to Optimize Domain Specific Normalization for Domain Generalization." Proceedings of the European Conference on Computer Vision (ECCV), 2020. doi:10.1007/978-3-030-58542-6_5Markdown
[Seo et al. "Learning to Optimize Domain Specific Normalization for Domain Generalization." Proceedings of the European Conference on Computer Vision (ECCV), 2020.](https://mlanthology.org/eccv/2020/seo2020eccv-learning/) doi:10.1007/978-3-030-58542-6_5BibTeX
@inproceedings{seo2020eccv-learning,
title = {{Learning to Optimize Domain Specific Normalization for Domain Generalization}},
author = {Seo, Seonguk and Suh, Yumin and Kim, Dongwan and Kim, Geeho and Han, Jongwoo and Han, Bohyung},
booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
year = {2020},
doi = {10.1007/978-3-030-58542-6_5},
url = {https://mlanthology.org/eccv/2020/seo2020eccv-learning/}
}