paper-with-me

Papers

Self-Supervised Pre-Training for Transformer-Based Person Re-Identification

2021-11-23 · Hao Luo, Pichao Wang, Yi Xu, Feng Ding, Yanxin Zhou, Fan Wang, Hao Li, Rong Jin

Transformer-based supervised pre-training achieves great performance in person re-identification (ReID). However, due to the domain gap between ImageNet and ReID datasets, it usually needs a larger pre-training dataset (e.g. ImageNet-21K) to boost the performance because of the strong data fitting ability of the transformer. To address this challenge, this work targets to mitigate the gap between the pre-training and ReID datasets from the perspective of data and model structure, respectively. We first investigate self-supervised learning (SSL) methods with Vision Transformer (ViT) pretrained on unlabelled person images (the LUPerson dataset), and empirically find it significantly surpasses ImageNet supervised pre-training models on ReID tasks. To further reduce the domain gap and accelerate the pre-training, the Catastrophic Forgetting Score (CFS) is proposed to evaluate the gap between pre-training and fine-tuning data. Based on CFS, a subset is selected via sampling relevant data close to the down-stream ReID data and filtering irrelevant data from the pre-training dataset. For the model structure, a ReID-specific module named IBN-based convolution stem (ICS) is proposed to bridge the domain gap by learning more invariant features. Extensive experiments have been conducted to fine-tune the pre-training models under supervised learning, unsupervised domain adaptation (UDA), and unsupervised learning (USL) settings. We successfully downscale the LUPerson dataset to 50% with no performance degradation. Finally, we achieve state-of-the-art performance on Market-1501 and MSMT17. For example, our ViT-S/16 achieves 91.3%/89.9%/89.6% mAP accuracy on Market1501 for supervised/UDA/USL ReID. Codes and models will be released to https://github.com/michuanhaohao/TransReID-SSL.

📄 PDF Abstract BibTeX arXiv:2111.12084

Code (3)

michuanhaohao/transreid-ssl 공식 구현 pytorch
DengpanFu/LUPerson pytorch
damo-cv/TransReID-SSL pytorch

Tasks

Domain AdaptationPerson Re-IdentificationSelf-Supervised LearningUnsupervised Domain AdaptationUnsupervised Person Re-Identification

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Multi-Head 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…
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$…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Exploring Stronger Transformer Representation Learning for Occluded Person Re-Identification

2024-10-21 · Zhangjian Ji, Donglin Cheng, Kai Feng

Due to some complex factors (e.g., occlusion, pose variation and diverse camera perspectives), extracting stronger feature representation in person re-identification remains a challenging task. In this paper, we proposed…

Contrastive LearningOccluded Person Re-IdentificationPerson Re-IdentificationRepresentation Learning

PersonViT: Large-scale Self-supervised Vision Transformer for Person Re-Identification

2024-08-10 · Bin Hu, Xinggang Wang, Wenyu Liu

Person Re-Identification (ReID) aims to retrieve relevant individuals in non-overlapping camera images and has a wide range of applications in the field of public safety. In recent years, with the development of Vision T…

Contrastive LearningPerson Re-IdentificationSelf-Supervised LearningUnsupervised Pre-training

Cross-Camera Feature Prediction for Intra-Camera Supervised Person Re-identification across Distant Scenes

2021-07-29 · Wenhang Ge, Chunyan Pan, AnCong Wu, Hongwei Zheng 외

Person re-identification (Re-ID) aims to match person images across non-overlapping camera views. The majority of Re-ID methods focus on small-scale surveillance systems in which each pedestrian is captured in different …

Person Re-Identification

Unsupervised Person Re-Identification with Multi-Label Learning Guided Self-Paced Clustering

2021-03-08 · Qing Li, Xiaojiang Peng, Yu Qiao, Qi Hao

Although unsupervised person re-identification (Re-ID) has drawn increasing research attention recently, it remains challenging to learn discriminative features without annotations across disjoint camera views. In this p…

ClusteringMulti-Label LearningPerson Re-IdentificationPseudo Label+1

Sequential Transformer for End-to-End Person Search

2022-11-06 · Long Chen, Jinhua Xu

Person Search aims to simultaneously localize and recognize a target person from realistic and uncropped gallery images. One major challenge of person search comes from the contradictory goals of the two sub-tasks, i.e.,…

Human DetectionPerson Re-IdentificationPerson Search