SAPN: Spatial Attention Pyramid Network for Cross-Domain Person Re-Identification

Zhaoqian Jia,Wenchao Wang,Shaoqi Hou,Ye Li,Guangqiang Yin
DOI: https://doi.org/10.1007/978-3-030-86130-8_5
2021-01-01
Abstract:The background differences between domains poses a huge challenge for cross-domain person re-identification (Re-ID). And the attention mechanism is usually used to select regions of interest and suppress irrelevant background noises. However, many realizations of the attention mechanism do not deeply dig the relevance of the internal information of the features, and the attention information at different stages in the model is independent of each other. In response to the above problems, we propose the Spatial Attention Pyramid Network (SAPN), which can fuse the saliency information at different stages, thereby enhancing the model's adaptability to cross-domain Re-ID. First, the Instance Normalization (IN) layer is inserted in the backbone to eliminate the style differences of images by normalizing the data distribution. Secondly, a novel Spatial Attention Block (SAB) is designed to accurately locate the salient features of pedestrains and suppress background noises. Finally, we draw on the idea of Feature Pyramid Network (FPN) to design the Attention Embedded Pyramid Module (AEPM), which combines high-level semantic information with low-level location information, improves the cross-domain generalization capability of the model. We validate our SAPN through extensive experiments on three datasets which usually used in person Re-ID, the experiments show consistent improvements in a variety of cross-domain scenarios.
What problem does this paper attempt to address?