Cluster Contrast for Unsupervised Person Re-Identification
Zuozhuo Dai, Guangyuan Wang, Weihao Yuan, Xiaoli Liu, Siyu Zhu, Ping, Tan

TL;DR
This paper introduces Cluster Contrast, a novel unsupervised person re-identification method that uses cluster-level contrast loss to improve clustering consistency, scalability, and performance across multiple datasets.
Contribution
The paper proposes a cluster-level contrast framework that enhances unsupervised re-ID by maintaining clustering consistency and reducing memory usage, applicable to various clustering algorithms.
Findings
Achieves up to 12.1% improvement in mAP on benchmark datasets.
Reduces GPU memory consumption significantly.
Demonstrates robustness across different clustering algorithms.
Abstract
State-of-the-art unsupervised re-ID methods train the neural networks using a memory-based non-parametric softmax loss. Instance feature vectors stored in memory are assigned pseudo-labels by clustering and updated at instance level. However, the varying cluster sizes leads to inconsistency in the updating progress of each cluster. To solve this problem, we present Cluster Contrast which stores feature vectors and computes contrast loss at the cluster level. Our approach employs a unique cluster representation to describe each cluster, resulting in a cluster-level memory dictionary. In this way, the consistency of clustering can be effectively maintained throughout the pipline and the GPU memory consumption can be significantly reduced. Thus, our method can solve the problem of cluster inconsistency and be applicable to larger data sets. In addition, we adopt different clustering…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVideo Surveillance and Tracking Methods · Anomaly Detection Techniques and Applications · Face recognition and analysis
MethodsSoftmax
