Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Boundary-aware Backward-Compatible Representation via Adversarial Learning in Image Retrieval

About

Image retrieval plays an important role in the Internet world. Usually, the core parts of mainstream visual retrieval systems include an online service of the embedding model and a large-scale vector database. For traditional model upgrades, the old model will not be replaced by the new one until the embeddings of all the images in the database are re-computed by the new model, which takes days or weeks for a large amount of data. Recently, backward-compatible training (BCT) enables the new model to be immediately deployed online by making the new embeddings directly comparable to the old ones. For BCT, improving the compatibility of two models with less negative impact on retrieval performance is the key challenge. In this paper, we introduce AdvBCT, an Adversarial Backward-Compatible Training method with an elastic boundary constraint that takes both compatibility and discrimination into consideration. We first employ adversarial learning to minimize the distribution disparity between embeddings of the new model and the old model. Meanwhile, we add an elastic boundary constraint during training to improve compatibility and discrimination efficiently. Extensive experiments on GLDv2, Revisited Oxford (ROxford), and Revisited Paris (RParis) demonstrate that our method outperforms other BCT methods on both compatibility and discrimination. The implementation of AdvBCT will be publicly available at https://github.com/Ashespt/AdvBCT.

Tan Pan, Furong Xu, Xudong Yang, Sifeng He, Chen Jiang, Qingpei Guo, Feng Qian Xiaobo Zhang, Yuan Cheng, Lei Yang, Wei Chu• 2023

Related benchmarks

TaskDatasetResultRank
Image RetrievalROxford
mAP (self)0.7571
67
Image RetrievalGLD v2 (test)
mAP (self)0.2203
67
Image RetrievalRParis
Pcomp58.09
44
1:N searchCIFAR-100 10 (test)
AC100
32
Person Re-IdentificationMarket-1501 Data Extension 10% → 100%
Recall@1 (self-test)93.26
13
Image RetrievalIn-shop Data Extension (30% → 100%)
mAP (self-test)65.45
12
Person Re-IdentificationMarket-1501 Data Extension 50% → 100%
Recall@1 (self-test)91.56
12
Sequential Backward-Compatible LearningRParis + ROxford + GLDv2 (test)
Pup50.16
12
Image RetrievalIn-shop Backbone Extension (R18 → R50)
mAP (Self-Test)63.1
12
1:N searchCIFAR100R 10 31 tasks
AC0.00e+0
10
Showing 10 of 19 rows

Other info

Code

Follow for update