Person Re-identification via Attention Pyramid

11 Aug 2021  ·  Guangyi Chen, Tianpei Gu, Jiwen Lu, Jin-An Bao, Jie zhou ·

In this paper, we propose an attention pyramid method for person re-identification. Unlike conventional attention-based methods which only learn a global attention map, our attention pyramid exploits the attention regions in a multi-scale manner because human attention varies with different scales. Our attention pyramid imitates the process of human visual perception which tends to notice the foreground person over the cluttered background, and further focus on the specific color of the shirt with close observation. Specifically, we describe our attention pyramid by a "split-attend-merge-stack" principle. We first split the features into multiple local parts and learn the corresponding attentions. Then, we merge local attentions and stack these merged attentions with the residual connection as an attention pyramid. The proposed attention pyramid is a lightweight plug-and-play module that can be applied to off-the-shelf models. We implement our attention pyramid method in two different attention mechanisms including channel-wise attention and spatial attention. We evaluate our method on four largescale person re-identification benchmarks including Market-1501, DukeMTMC, CUHK03, and MSMT17. Experimental results demonstrate the superiority of our method, which outperforms the state-of-the-art methods by a large margin with limited computational cost.

PDF Abstract

Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Person Re-Identification DukeMTMC-reID APNet-C Rank-1 90.4 # 27
mAP 81.5 # 33
Person Re-Identification Market-1501 APNet-C Rank-1 96.2 # 16
mAP 90.5 # 36
Person Re-Identification MSMT17 APNet-C(ResNet50) Rank-1 83.7 # 21
mAP 63.5 # 21

Methods