paper-with-me

Papers

Deep Attention Aware Feature Learning for Person Re-Identification

2020-03-01 · Yifan Chen, Han Wang, Xiaolu Sun, Bin Fan, Chu Tang

Visual attention has proven to be effective in improving the performance of person re-identification. Most existing methods apply visual attention heuristically by learning an additional attention map to re-weight the feature maps for person re-identification. However, this kind of methods inevitably increase the model complexity and inference time. In this paper, we propose to incorporate the attention learning as additional objectives in a person ReID network without changing the original structure, thus maintain the same inference time and model size. Two kinds of attentions have been considered to make the learned feature maps being aware of the person and related body parts respectively. Globally, a holistic attention branch (HAB) makes the feature maps obtained by backbone focus on persons so as to alleviate the influence of background. Locally, a partial attention branch (PAB) makes the extracted features be decoupled into several groups and be separately responsible for different body parts (i.e., keypoints), thus increasing the robustness to pose variation and partial occlusion. These two kinds of attentions are universal and can be incorporated into existing ReID networks. We have tested its performance on two typical networks (TriNet and Bag of Tricks) and observed significant performance improvement on five widely used datasets.

📄 PDF Abstract BibTeX arXiv:2003.00517

Code (2)

CYFFF/DAAF_re-id 공식 구현 tf
2023-MindSpore-1/ms-code-71 mindspore

Tasks

Deep AttentionPerson Re-Identification

Similar Papers 제목 키워드 기반

Relation-Aware Global Attention for Person Re-identification

2019-04-05 · CVPR 2020 6 · Zhizheng Zhang, Cuiling Lan, Wen-Jun Zeng, Xin Jin 외

For person re-identification (re-id), attention mechanisms have become attractive as they aim at strengthening discriminative features and suppressing irrelevant ones, which matches well the key of re-id, i.e., discrimin…

ClusteringImage ClassificationPerson Re-IdentificationRelation+1

Attention-Aware Compositional Network for Person Re-identification

2018-05-09 · CVPR 2018 6 · Jing Xu, Rui Zhao, Feng Zhu, Huaming Wang 외

Person re-identification (ReID) is to identify pedestrians observed from different camera views based on visual appearance. It is a challenging task due to large pose variations, complex background clutters and severe oc…

Person Re-IdentificationPose Estimation

Sharp Attention Network via Adaptive Sampling for Person Re-identification

2018-05-07 · Chen Shen, Guo-Jun Qi, Rongxin Jiang, Zhongming Jin 외

In this paper, we present novel sharp attention networks by adaptively sampling feature maps from convolutional neural networks (CNNs) for person re-identification (re-ID) problem. Due to the introduction of sampling-bas…

Person Re-Identification

Template-Aware Transformer for Person Reidentification

2022-04-01 · Computational Intelligence and Neuroscience 2022 4 · Yanwei Zheng, Zengrui Zhao, Xiaowei Yu, Dongxiao Yu

Person reidentification (ReID) is a challenging computer vision task for identifying or verifying one or more persons when the faces are not available. In ReID, the indistinguishable background usually affects the model’…

Person Re-Identification

READ: Reciprocal Attention Discriminator for Image-to-Video Re-Identification

2020-08-01 · ECCV 2020 8 · Minho Shim, Hsuan-I Ho, Jinhyung Kim, Dongyoon Wee

Person re-identification (re-ID) is the problem of visually identifying a person given a database of identities. In this work, we focus on image-to-video re-ID which compares a single query image to videos in the gallery…

Image-To-Video Person Re-IdentificationPerson Re-IdentificationVideo-Based Person Re-Identification