paper-with-me

홈 › Papers

Progressive Multi-stage Feature Mix for Person Re-Identification

2020-07-17 · Yan Zhang, Binyu He, Li Sun

Image features from a small local region often give strong evidence in person re-identification task. However, CNN suffers from paying too much attention on the most salient local areas, thus ignoring other discriminative clues, e.g., hair, shoes or logos on clothes. %BDB proposes to randomly drop one block in a batch to enlarge the high response areas. Although BDB has achieved remarkable results, there still room for improvement. In this work, we propose a Progressive Multi-stage feature Mix network (PMM), which enables the model to find out the more precise and diverse features in a progressive manner. Specifically, 1. to enforce the model to look for different clues in the image, we adopt a multi-stage classifier and expect that the model is able to focus on a complementary region in each stage. 2. we propose an Attentive feature Hard-Mix (A-Hard-Mix) to replace the salient feature blocks by the negative example in the current batch, whose label is different from the current sample. 3. extensive experiments have been carried out on reID datasets such as the Market-1501, DukeMTMC-reID and CUHK03, showing that the proposed method can boost the re-identification performance significantly.

📄 PDF Abstract BibTeX arXiv:2007.08779

Code (1)

crazydemo/Progressive-Multi-stage-Feature-Mix-for-Person-Re-Identification 공식 구현 pytorch

Tasks

Person Re-Identification

Methods 이 논문이 사용한 방법론

CutMix CutMix is an image data augmentation strategy. Instead of simply removing pixels as in Cutout, we replace the removed regions with…

Similar Papers 제목 키워드 기반

Self-training with progressive augmentation for unsupervised cross-domain person re-identification

2019-07-31 · ICCV 2019 10 · Xin-Yu Zhang, Jiewei Cao, Chunhua Shen, Mingyu You

Person re-identification (Re-ID) has achieved great improvement with deep learning and a large amount of labelled training data. However, it remains a challenging task for adapting a model trained in a source domain of l…

Person Re-IdentificationTripletUnsupervised Domain Adaptation

Cascade Transformers for End-to-End Person Search

2022-03-17 · CVPR 2022 1 · Rui Yu, Dawei Du, Rodney LaLonde, Daniel Davila 외

The goal of person search is to localize a target person from a gallery set of scene images, which is extremely challenging due to large scale variations, pose/viewpoint changes, and occlusions. In this paper, we propose…

Human DetectionPerson Search

Progressive Cross-camera Soft-label Learning for Semi-supervised Person Re-identification

2019-08-15 · Lei Qi, Lei Wang, Jing Huo, Yinghuan Shi 외

In this paper, we focus on the semi-supervised person re-identification (Re-ID) case, which only has the intra-camera (within-camera) labels but not inter-camera (cross-camera) labels. In real-world applications, these i…

Person Re-IdentificationSemi-Supervised Person Re-IdentificationTriplet

Progressive Unsupervised Person Re-identification by Tracklet Association with Spatio-Temporal Regularization

2019-10-25 · Qiaokang Xie, Wengang Zhou, Guo-Jun Qi, Qi Tian 외

Existing methods for person re-identification (Re-ID) are mostly based on supervised learning which requires numerous manually labeled samples across all camera views for training. Such a paradigm suffers the scalability…

Human DetectionPerson Re-IdentificationRepresentation LearningTriplet+1

An Attention-driven Two-stage Clustering Method for Unsupervised Person Re-Identification

2020-08-01 · ECCV 2020 8 · Zilong Ji, Xiaolong Zou, Xiaohan Lin, Xiao Liu 외

The progressive clustering method and its variants, which iteratively generate pseudo labels for unlabeled data and perform feature learning, have shown great process in unsupervised person re-identification (re-id). How…

ClusteringPerson Re-IdentificationUnsupervised Person Re-Identification