SOTAVerified

Self-paced Contrastive Learning with Hybrid Memory for Domain Adaptive Object Re-ID

2020-06-04NeurIPS 2020Code Available1· sign in to hype

Yixiao Ge, Feng Zhu, Dapeng Chen, Rui Zhao, Hongsheng Li

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Domain adaptive object re-ID aims to transfer the learned knowledge from the labeled source domain to the unlabeled target domain to tackle the open-class re-identification problems. Although state-of-the-art pseudo-label-based methods have achieved great success, they did not make full use of all valuable information because of the domain gap and unsatisfying clustering performance. To solve these problems, we propose a novel self-paced contrastive learning framework with hybrid memory. The hybrid memory dynamically generates source-domain class-level, target-domain cluster-level and un-clustered instance-level supervisory signals for learning feature representations. Different from the conventional contrastive learning strategy, the proposed framework jointly distinguishes source-domain classes, and target-domain clusters and un-clustered instances. Most importantly, the proposed self-paced method gradually creates more reliable clusters to refine the hybrid memory and learning targets, and is shown to be the key to our outstanding performance. Our method outperforms state-of-the-arts on multiple domain adaptation tasks of object re-ID and even boosts the performance on the source domain without any extra annotations. Our generalized version on unsupervised object re-ID surpasses state-of-the-art algorithms by considerable 16.7% and 7.9% on Market-1501 and MSMT17 benchmarks.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Duke to MarketSpCLmAP76.7Unverified
Duke to MSMTSpCLmAP26.5Unverified
Market to DukeSpCLmAP68.8Unverified
Market to MSMTSpClmAP25.4Unverified
VehicleID to VeRi-776SPCLmAP38.9Unverified
VehicleID to VERI-Wild LargeSPCLmAP16.6Unverified
VehicleID to VERI-Wild MediumSPCLmAP21.5Unverified
VehicleID to VERI-Wild SmallSPCLmAP25.1Unverified

Reproductions