Improving the Accuracy of Person Re- Identification by Mining Semantic Features and Applying New Attention Mechanism

Qicheng Wang,Yi Wan
DOI: https://doi.org/10.1109/ITOEC53115.2022.9734685
2022-03-04
Abstract:Person re-identification performance has progressed greatly in recent years, and this technique has been applied to many fields. While many person re-identification algorithms are devoted to building complex network structures for robustness and accuracy, this approach often places a high demand on hardware and software support. To overcome the performance-complexity trade-off, in this paper we propose a Semantic Attention Network(SA-Net), which does not need a complex network while bringing clear performance gain. Firstly, we design a lightweight semantic segmentation subnetwork, which can effectively remove the background redundant information. As a result, in the process of person re-identification, only the specific pedestrian features can be obtained, and the network can pay more attention to pedestrian parts rather than to the background. Secondly, considering the importance of attention mechanism in person re-identification tasks and to integrate the pedestrian features better, we apply the typical attention mechanism proposed in [5] and improve the module to integrate the persons' channel feature faster. The proposed Semantic Attention network has been evaluated on two publicly available benchmark datasets to show its superior performance over the state-of-the-art methods. The top-1 average accuracy of our method on the Market-1501 dataset reaches 96.35%. Compared the typical person re-identification model: Attentive but Diverse Network [3], the top-1 accuracy of our theory increases by 0.75% on Market-1501 dataset and 0.97% on DukeMTMC-reID dataset.
Computer Science
What problem does this paper attempt to address?