paper-with-me

홈 › Papers

Test-time Similarity Modification for Person Re-identification toward Temporal Distribution Shift

2024-03-21 · Kazuki Adachi, Shohei Enomoto, Taku Sasaki, Shin'ya Yamaguchi

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.

📄 PDF Abstract BibTeX arXiv:2403.14114

Code (1)

kzkadc/reid-tta 공식 구현 pytorch

Tasks

Person Re-IdentificationTest-time Adaptation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Deep Recurrent Convolutional Networks for Video-based Person Re-identification: An End-to-End Approach

2016-06-06 · Lin Wu, Chunhua Shen, Anton Van Den Hengel

In this paper, we present an end-to-end approach to simultaneously learn spatio-temporal features and corresponding similarity metric for video-based person re-identification. Given the video sequence of a person, featur…

Metric LearningPerson Re-IdentificationTime SeriesTime Series Analysis+1

DART$^3$: Leveraging Distance for Test Time Adaptation in Person Re-Identification

2025-05-23 · Rajarshi Bhattacharya, Shakeeb Murtaza, Christian Desrosiers, Jose Dolz 외

Person re-identification (ReID) models are known to suffer from camera bias, where learned representations cluster according to camera viewpoints rather than identity, leading to significant performance degradation under…

Domain AdaptationImage RetrievalPerson Re-IdentificationRetrieval+1

Speaker Identification Experiments Under Gender De-Identification

2022-03-09 · Marcos Faundez-Zanuy, Enric Sesa-Nogueras, Stefano Marinozzi

The present work is based on the COST Action IC1206 for De-identification in multimedia content. It was performed to test four algorithms of voice modifications on a speech gender recognizer to find the degree of modific…

De-identificationSpeaker Identification

Triplet-based Deep Similarity Learning for Person Re-Identification

2018-02-09 · Wentong Liao, Michael Ying Yang, Ni Zhan, Bodo Rosenhahn

In recent years, person re-identification (re-id) catches great attention in both computer vision community and industry. In this paper, we propose a new framework for person re-identification with a triplet-based deep s…

Person Re-IdentificationTriplet

Cross-dataset Person Re-Identification Using Similarity Preserved Generative Adversarial Networks

2018-06-11 · Jianming Lv, Xintong Wang

Person re-identification (Re-ID) aims to match the image frames which contain the same person in the surveillance videos. Most of the Re-ID algorithms conduct supervised training in some small labeled datasets, so direct…

Person Re-Identification