Test-time Similarity Modification for Person Re-identification toward Temporal Distribution Shift
Kazuki Adachi, Shohei Enomoto, Taku Sasaki, Shin'ya Yamaguchi
TL;DR
This work tackles the drop in person re-identification performance under temporal distribution shifts by introducing TEMP, the first fully test-time adaptation method for re-id. TEMP operates in an online, open-set setting by redefining uncertainty through re-id entropy computed from query-gallery similarities, updating only BN affine parameters to refine similarities without storing source data. Empirical results on Market-1501, MSMT17, and PersonX show TEMP substantially improves top-1 accuracy under location changes and image corruptions (up to ~9 points) and aligns query-gallery feature distributions in the learned space. The approach is lightweight, avoids source-data retention, and can be extended with additional anti-forgetting strategies for further gains.
Abstract
Person re-identification (re-id), which aims to retrieve images of the same person in a given image from a database, is one of the most practical image recognition applications. In the real world, however, the environments that the images are taken from change over time. This causes a distribution shift between training and testing and degrades the performance of re-id. To maintain re-id performance, models should continue adapting to the test environment's temporal changes. Test-time adaptation (TTA), which aims to adapt models to the test environment with only unlabeled test data, is a promising way to handle this problem because TTA can adapt models instantly in the test environment. However, the previous TTA methods are designed for classification and cannot be directly applied to re-id. This is because the set of people's identities in the dataset differs between training and testing in re-id, whereas the set of classes is fixed in the current TTA methods designed for classification. To improve re-id performance in changing test environments, we propose TEst-time similarity Modification for Person re-identification (TEMP), a novel TTA method for re-id. TEMP is the first fully TTA method for re-id, which does not require any modification to pre-training. Inspired by TTA methods that refine the prediction uncertainty in classification, we aim to refine the uncertainty in re-id. However, the uncertainty cannot be computed in the same way as classification in re-id since it is an open-set task, which does not share person labels between training and testing. Hence, we propose re-id entropy, an alternative uncertainty measure for re-id computed based on the similarity between the feature vectors. Experiments show that the re-id entropy can measure the uncertainty on re-id and TEMP improves the performance of re-id in online settings where the distribution changes over time.
