paper-with-me

Papers

TransReID: Transformer-based Object Re-Identification

2021-02-08 · ICCV 2021 10 · Shuting He, Hao Luo, Pichao Wang, Fan Wang, Hao Li, Wei Jiang

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.

📄 PDF Abstract BibTeX arXiv:2102.04378

Code (4)

heshuting555/TransReID 공식 구현 pytorch
ChristmasStory/TransReID-main pytorch
damo-cv/transreid pytorch
darrishabh/coviprox pytorch

Tasks

ObjectPerson Re-IdentificationVehicle Re-Identification

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Jigsaw Jigsaw is a self-supervision approach that relies on jigsaw-like puzzles as the pretext task in order to learn image representations.
Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

A Challenging Benchmark of Anime Style Recognition

2022-04-29 · Haotang Li, Shengtao Guo, Kailin Lyu, Xiao Yang 외

Given two images of different anime roles, anime style recognition (ASR) aims to learn abstract painting style to determine whether the two images are from the same work, which is an interesting but challenging problem. …

Art AnalysisFace RecognitionPerson Re-Identification

Transformer for Object Re-Identification: A Survey

2024-01-13 · Mang Ye, Shuoyi Chen, Chenyue Li, Wei-Shi Zheng 외

Object Re-identification (Re-ID) aims to identify specific objects across different times and scenes, which is a widely researched task in computer vision. For a prolonged period, this field has been predominantly driven…

ObjectSurvey

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

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

2021-11-23 · Hao Luo, Pichao Wang, Yi Xu, Feng Ding 외

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 (…

Domain AdaptationPerson Re-IdentificationSelf-Supervised LearningUnsupervised Domain Adaptation+1

CCUP: A Controllable Synthetic Data Generation Pipeline for Pretraining Cloth-Changing Person Re-Identification Models

2024-10-17 · Yujian Zhao, Chengru Wu, Yinong Xu, Xuanzheng Du 외

Cloth-changing person re-identification (CC-ReID), also known as Long-Term Person Re-Identification (LT-ReID) is a critical and challenging research topic in computer vision that has recently garnered significant attenti…

Cloth-Changing Person Re-IdentificationPerson Re-IdentificationSynthetic Data Generation