paper-with-me

Papers

Meta Pairwise Relationship Distillation for Unsupervised Person Re-Identification

2021-01-01 · ICCV 2021 10 · Haoxuanye Ji, Le Wang, Sanping Zhou, Wei Tang, Nanning Zheng, Gang Hua

Unsupervised person re-identification (Re-ID) remains challenging due to the lack of ground-truth labels. Existing methods often rely on estimated pseudo labels via iterative clustering and classification, and they are unfortunately highly susceptible to performance penalties incurred by the inaccurate estimated number of clusters. Alternatively, we propose the Meta Pairwise Relationship Distillation (MPRD) method to estimate the pseudo labels of sample pairs for unsupervised person Re-ID. Specifically, it consists of a Convolutional Neural Network (CNN) and Graph Convolutional Network (GCN), in which the GCN estimates the pseudo labels of sample pairs based on the current features extracted by CNN, and the CNN learns better features by involving high-fidelity positive and negative sample pairs imposed by GCN. To achieve this goal, a small amount of labeled samples are used to guide GCN training, which can distill meta knowledge to judge the difference in the neighborhood structure between positive and negative sample pairs. Extensive experiments on Market-1501, DukeMTMC-reID and MSMT17 datasets show that our method outperforms the state-of-the-art approaches.

📄 PDF Abstract BibTeX

Code (1)

jihaoxuanye/MetaPRD 공식 구현 pytorch

Tasks

Person Re-IdentificationUnsupervised Person Re-Identification

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Progressive Bilateral-Context Driven Model for Post-Processing Person Re-Identification

2020-09-07 · Min Cao, Chen Chen, Hao Dou, Xiyuan Hu 외

Most existing person re-identification methods compute pairwise similarity by extracting robust visual features and learning the discriminative metric. Owing to visual ambiguities, these content-based methods that determ…

Large-Scale Person Re-IdentificationPerson Re-Identification

ICE: Inter-instance Contrastive Encoding for Unsupervised Person Re-identification

2021-03-30 · ICCV 2021 10 · Hao Chen, Benoit Lagadec, Francois Bremond

Unsupervised person re-identification (ReID) aims at learning discriminative identity features without annotations. Recently, self-supervised contrastive learning has gained increasing attention for its effectiveness in …

Contrastive LearningPerson Re-IdentificationRepresentation LearningUnsupervised Person Re-Identification

Unified Knowledge Distillation Framework: Fine-Grained Alignment and Geometric Relationship Preservation for Deep Face Recognition

2025-08-15 · Durgesh Mishra, Rishabh Uikey arxiv

Knowledge Distillation is crucial for optimizing face recognition models for deployment in computationally limited settings, such as edge devices. Traditional KD methods, such as Raw L2 Feature Distillation or Feature Co…

Knowledge DistillationFace Recognition

Augmented Geometric Distillation for Data-Free Incremental Person ReID

2022-01-01 · CVPR 2022 1 · Yichen Lu, Mei Wang, Weihong Deng

Incremental learning (IL) remains an open issue for Person Re-identification (ReID), where a ReID system is expected to preserve preceding knowledge while learning incrementally. However, due to the strict privacy li…

Incremental LearningPerson Re-IdentificationRetrieval

Unsupervised Person Re-identification by Deep Learning Tracklet Association

2018-09-08 · ECCV 2018 9 · Minxian Li, Xiatian Zhu, Shaogang Gong

Mostexistingpersonre-identification(re-id)methods relyon supervised model learning on per-camera-pair manually labelled pairwise training data. This leads to poor scalability in practical re-id deployment due to the lack…

BenchmarkingDeep LearningDomain AdaptationPerson Re-Identification+1