paper-with-me

Papers

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’s perception of the foreground, which reduces the performance of ReID. Generally, the background of the same camera is similar, whereas that of different cameras is quite different. Based on this finding, we propose a template-aware transformer (TAT) method which can learn intersample indistinguishable features by introducing a learnable template for the transformer structure to cut down the model’s attention to regions of the image with low discrimination, including backgrounds and occlusions. In the multiheaded attention module of the encoder, this template directs template-aware attention to indistinguishable features of the image and gradually increases the attention to distinguishable features as the encoder block deepens. We also increase the number of templates using side information considering the characteristics of ReID tasks to adapt the model to backgrounds that vary significantly with different camera IDs. Finally, we demonstrate the validity of our theories using various public data sets and achieve competitive results via a quantitative evaluation.

📄 PDF Abstract BibTeX

Code (1)

template-aware/TAT pytorch

Tasks

Person Re-Identification

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Attention 설명 없음
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…
Multi-Head Attention 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Unsupervised Text Deidentification

2022-10-20 · John X. Morris, Justin T. Chiu, Ramin Zabih, Alexander M. Rush

Deidentification seeks to anonymize textual data prior to distribution. Automatic deidentification primarily uses supervised named entity recognition from human-labeled data points. We propose an unsupervised deidentific…

Named Entity RecognitionNamed Entity Recognition (NER)

Exciting-Inhibition Network for Person Reidentification in Internet of Things

2021-10-15 · IEEE Internet of Things Journal 2021 10 · Meixia Fu, Songlin Sun, Qilian Liang, Xiaoyun Tong 외

Person reidentification (re-ID), which aims at recognizing the pedestrians captured by multiple nonoverlapping cameras, has attracted more interest due to its significant and potential application in the Internet of T…

Person Re-Identification

Vision Transformer for Robust Occluded Person Reidentification in Complex Surveillance Scenes

2025-10-31 · Bo Li, Duyuan Zheng, Xinyang Liu, Qingwen Li 외 arxiv

Person re-identification (ReID) in surveillance is challenged by occlusion, viewpoint distortion, and poor image quality. Most existing methods rely on complex modules or perform well only on clear frontal images. We pro…

Person Re-IdentificationKnowledge Distillation

Person De-reidentification: A Variation-guided Identity Shift Modeling

2025-01-01 · CVPR 2025 1 · Yi-Xing Peng, Yu-Ming Tang, Kun-Yu Lin, Qize Yang 외

Person re-identification (ReID) is to associate images of individuals from different camera views against cross-view variations. Like other surveillance technologies, Re-ID faces serious privacy challenges, particula…

Face RecognitionMachine UnlearningPerson Re-Identification

Improving analytical color and texture similarity estimation methods for dataset-agnostic person reidentification

2024-12-06 · Nikita Gabdullin

This paper studies a combined person reidentification (re-id) method that uses human parsing, analytical feature extraction and similarity estimation schemes. One of its prominent features is its low computational requir…

Human ParsingTexture Classification