SOTAVerified

TransReID: Transformer-based Object Re-Identification

2021-02-08ICCV 2021Code Available1· sign in to hype

Shuting He, Hao Luo, Pichao Wang, Fan Wang, Hao Li, Wei Jiang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Extracting robust feature representation is one of the key challenges in object re-identification (ReID). Although convolution neural network (CNN)-based methods have achieved great success, they only process one local neighborhood at a time and suffer from information loss on details caused by convolution and downsampling operators (e.g. pooling and strided convolution). To overcome these limitations, we propose a pure transformer-based object ReID framework named TransReID. Specifically, we first encode an image as a sequence of patches and build a transformer-based strong baseline with a few critical improvements, which achieves competitive results on several ReID benchmarks with CNN-based methods. To further enhance the robust feature learning in the context of transformers, two novel modules are carefully designed. (i) The jigsaw patch module (JPM) is proposed to rearrange the patch embeddings via shift and patch shuffle operations which generates robust features with improved discrimination ability and more diversified coverage. (ii) The side information embeddings (SIE) is introduced to mitigate feature bias towards camera/view variations by plugging in learnable embeddings to incorporate these non-visual clues. To the best of our knowledge, this is the first work to adopt a pure transformer for ReID research. Experimental results of TransReID are superior promising, which achieve state-of-the-art performance on both person and vehicle ReID benchmarks.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
DukeMTMC-reIDTransReID (w/o RK)mAP82.1Unverified
Market-1501TransReIDRank-195.2Unverified
Market-1501-CTransReID Rank-153.19Unverified
MSMT17TransReIDmAP69.4Unverified
Occluded-DukeMTMCTransReID Rank-166.4Unverified

Reproductions