Spatial Attention Pyramid Network for Unsupervised Domain Adaptation
Abstract
Unsupervised domain adaptation is critical in various computer vision tasks, such as object detection, instance segmentation, and semantic segmentation, which aims to alleviate performance degradation caused by domain-shift. Most of previous methods rely on a single-mode distribution of source and target domains to align them with adversarial learning, leading to inferior results in various scenarios. To that end, in this paper, we design a new spatial attention pyramid network for unsupervised domain adaptation. Specifically, we first build the spatial pyramid representation to capture context information of objects at different scales. Guided by the task-specific information, we combine the dense global structure representation and local texture patterns at each spatial location effectively using the spatial attention mechanism. In this way, the network is enforced to focus on the discriminative regions with context information for domain adaption. We conduct extensive experiments on various challenging datasets for unsupervised domain adaptation on object detection, instance segmentation, and semantic segmentation, which demonstrates that our method performs favorably against the state-of-the-art methods by a large margin. Our source code is available at https://isrc.iscas.ac.cn/gitlab/research/domain-adaption.
Cite
Text
Li et al. "Spatial Attention Pyramid Network for Unsupervised Domain Adaptation." Proceedings of the European Conference on Computer Vision (ECCV), 2020. doi:10.1007/978-3-030-58601-0_29Markdown
[Li et al. "Spatial Attention Pyramid Network for Unsupervised Domain Adaptation." Proceedings of the European Conference on Computer Vision (ECCV), 2020.](https://mlanthology.org/eccv/2020/li2020eccv-spatial/) doi:10.1007/978-3-030-58601-0_29BibTeX
@inproceedings{li2020eccv-spatial,
title = {{Spatial Attention Pyramid Network for Unsupervised Domain Adaptation}},
author = {Li, Congcong and Du, Dawei and Zhang, Libo and Wen, Longyin and Luo, Tiejian and Wu, Yanjun and Zhu, Pengfei},
booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
year = {2020},
doi = {10.1007/978-3-030-58601-0_29},
url = {https://mlanthology.org/eccv/2020/li2020eccv-spatial/}
}