SOTAVerified

Unsupervised Domain Adaptive Re-Identification: Theory and Practice

2018-07-30Code Available0· sign in to hype

Liangchen Song, Cheng Wang, Lefei Zhang, Bo Du, Qian Zhang, Chang Huang, Xinggang Wang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We study the problem of unsupervised domain adaptive re-identification (re-ID) which is an active topic in computer vision but lacks a theoretical foundation. We first extend existing unsupervised domain adaptive classification theories to re-ID tasks. Concretely, we introduce some assumptions on the extracted feature space and then derive several loss functions guided by these assumptions. To optimize them, a novel self-training scheme for unsupervised domain adaptive re-ID tasks is proposed. It iteratively makes guesses for unlabeled target data based on an encoder and trains the encoder based on the guessed labels. Extensive experiments on unsupervised domain adaptive person re-ID and vehicle re-ID tasks with comparisons to the state-of-the-arts confirm the effectiveness of the proposed theories and self-training framework. Our code is available at https://github.com/LcDog/DomainAdaptiveReID.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Duke to MarketUDAPmAP53.7Unverified
Market to CUHK03UDARmAP20.9Unverified
Market to DukeUDAPmAP49Unverified
VehicleID to VeRi-776UDARmAP35.8Unverified
VehicleID to VERI-Wild LargeUDARmAP20.8Unverified
VehicleID to VERI-Wild MediumUDARmAP26.2Unverified
VehicleID to VERI-Wild SmallUDARmAP30Unverified
Veri-776 to VehicleID LargeUDARmAP52.9Unverified
Veri-776 to VehicleID MediumUDARmAP55.3Unverified
Veri-776 to VehicleID SmallUDAR mAP59.6Unverified

Reproductions