paper-with-me

Papers

Short Range Correlation Transformer for Occluded Person Re-Identification

2022-01-04 · Yunbin Zhao, Songhao Zhu, Dongsheng Wang, Zhiwei Liang

Occluded person re-identification is one of the challenging areas of computer vision, which faces problems such as inefficient feature representation and low recognition accuracy. Convolutional neural network pays more attention to the extraction of local features, therefore it is difficult to extract features of occluded pedestrians and the effect is not so satisfied. Recently, vision transformer is introduced into the field of re-identification and achieves the most advanced results by constructing the relationship of global features between patch sequences. However, the performance of vision transformer in extracting local features is inferior to that of convolutional neural network. Therefore, we design a partial feature transformer-based person re-identification framework named PFT. The proposed PFT utilizes three modules to enhance the efficiency of vision transformer. (1) Patch full dimension enhancement module. We design a learnable tensor with the same size as patch sequences, which is full-dimensional and deeply embedded in patch sequences to enrich the diversity of training samples. (2) Fusion and reconstruction module. We extract the less important part of obtained patch sequences, and fuse them with original patch sequence to reconstruct the original patch sequences. (3) Spatial Slicing Module. We slice and group patch sequences from spatial direction, which can effectively improve the short-range correlation of patch sequences. Experimental results over occluded and holistic re-identification datasets demonstrate that the proposed PFT network achieves superior performance consistently and outperforms the state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2201.01090

Code (0)

등록된 구현이 없습니다.

Tasks

Occluded Person Re-IdentificationPerson Re-Identification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Pose-guided Inter- and Intra-part Relational Transformer for Occluded Person Re-Identification

2021-09-08 · Zhongxing Ma, Yifan Zhao, Jia Li

Person Re-Identification (Re-Id) in occlusion scenarios is a challenging problem because a pedestrian can be partially occluded. The use of local information for feature extraction and matching is still necessary. Theref…

Occluded Person Re-IdentificationPerson Re-Identification

Learning Disentangled Representation Implicitly via Transformer for Occluded Person Re-Identification

2021-07-06 · Mengxi Jia, Xinhua Cheng, Shijian Lu, Jian Zhang

Person re-identification (re-ID) under various occlusions has been a long-standing challenge as person images with different types of occlusions often suffer from misalignment in image matching and ranking. Most existing…

DecoderOccluded Person Re-IdentificationPerson Re-IdentificationRepresentation Learning

Part Representation Learning with Teacher-Student Decoder for Occluded Person Re-identification

2023-12-15 · Shang Gao, Chenyang Yu, Pingping Zhang, Huchuan Lu

Occluded person re-identification (ReID) is a very challenging task due to the occlusion disturbance and incomplete target information. Leveraging external cues such as human pose or parsing to locate and align part feat…

DecoderHuman ParsingLong-range modelingOccluded Person Re-Identification+2

Feature Completion for Occluded Person Re-Identification

2021-06-24 · Ruibing Hou, Bingpeng Ma, Hong Chang, Xinqian Gu 외

Person re-identification (reID) plays an important role in computer vision. However, existing methods suffer from performance degradation in occluded scenes. In this work, we propose an occlusion-robust block, Region Fea…

DecoderOccluded Person Re-IdentificationPerson Re-Identification

Diverse Part Discovery: Occluded Person Re-identification with Part-Aware Transformer

2021-06-08 · CVPR 2021 1 · Yulin Li, Jianfeng He, Tianzhu Zhang, Xiang Liu 외

Occluded person re-identification (Re-ID) is a challenging task as persons are frequently occluded by various obstacles or other persons, especially in the crowd scenario. To address these issues, we propose a novel end-…

DecoderDiversityOccluded Person Re-IdentificationPerson Re-Identification