Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Noisy-Correspondence Learning for Text-to-Image Person Re-identification

About

Text-to-image person re-identification (TIReID) is a compelling topic in the cross-modal community, which aims to retrieve the target person based on a textual query. Although numerous TIReID methods have been proposed and achieved promising performance, they implicitly assume the training image-text pairs are correctly aligned, which is not always the case in real-world scenarios. In practice, the image-text pairs inevitably exist under-correlated or even false-correlated, a.k.a noisy correspondence (NC), due to the low quality of the images and annotation errors. To address this problem, we propose a novel Robust Dual Embedding method (RDE) that can learn robust visual-semantic associations even with NC. Specifically, RDE consists of two main components: 1) A Confident Consensus Division (CCD) module that leverages the dual-grained decisions of dual embedding modules to obtain a consensus set of clean training data, which enables the model to learn correct and reliable visual-semantic associations. 2) A Triplet Alignment Loss (TAL) relaxes the conventional Triplet Ranking loss with the hardest negative samples to a log-exponential upper bound over all negative ones, thus preventing the model collapse under NC and can also focus on hard-negative samples for promising performance. We conduct extensive experiments on three public benchmarks, namely CUHK-PEDES, ICFG-PEDES, and RSTPReID, to evaluate the performance and robustness of our RDE. Our method achieves state-of-the-art results both with and without synthetic noisy correspondences on all three datasets. Code is available at https://github.com/QinYang79/RDE.

Yang Qin, Yingke Chen, Dezhong Peng, Xi Peng, Joey Tianyi Zhou, Peng Hu• 2023

Related benchmarks

TaskDatasetResultRank
Text-to-image Person Re-identificationCUHK-PEDES (test)
Rank-1 Accuracy (R-1)75.94
150
Text-based Person SearchCUHK-PEDES (test)
Rank-176.32
142
Text-based Person SearchICFG-PEDES (test)
R@167.68
104
Text-to-Image RetrievalCUHK-PEDES (test)
Recall@138.11
96
Text-based Person SearchRSTPReid (test)
R@165.35
85
Text-to-image Person Re-identificationICFG-PEDES (test)
Rank-10.6768
81
Text-based Person SearchCUHK-PEDES
Recall@175.94
61
Text-based Person Re-identificationRSTPReid (test)
Rank-1 Acc65.35
52
Text-to-image person retrievalRSTPReid
Rank-1 Accuracy65.35
32
Composed Person RetrievalSynCPR (test)
R@129.79
20
Showing 10 of 27 rows

Other info

Code

Follow for update