Dual Cluster Contrastive learning for Object Re-Identification
Hantao Yao, Changsheng Xu

TL;DR
This paper introduces a dual cluster contrastive learning framework for object re-identification that combines individual and centroid-based memory updates, improving discriminative feature learning in supervised and unsupervised settings.
Contribution
The paper proposes the Dual Cluster Contrastive (DCC) framework, unifying individual and centroid-based cluster memory updates with a cross-view consistency constraint for enhanced object ReID.
Findings
DCC outperforms existing methods on multiple benchmarks.
Effective in both supervised and unsupervised ReID tasks.
Reduces impact of outliers through centroid-based updates.
Abstract
Recently, cluster contrastive learning has been proven effective for object ReID by computing the contrastive loss between the individual features and the cluster memory. However, existing methods that use the individual features to momentum update the cluster memory will fluctuate over the training examples, especially for the outlier samples. Unlike the individual-based updating mechanism, the centroid-based updating mechanism that applies the mean feature of each cluster to update the cluster memory can reduce the impact of individual samples. Therefore, we formulate the individual-based updating and centroid-based updating mechanisms in a unified cluster contrastive framework, named Dual Cluster Contrastive framework (DCC), which maintains two types of memory banks: individual and centroid cluster memory banks. Significantly, the individual cluster memory considers just one…
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
TopicsDomain Adaptation and Few-Shot Learning · Text and Document Classification Technologies · Anomaly Detection Techniques and Applications
MethodsContrastive Learning
