CVIRLGJan 10, 2023

Metric Compatible Training for Online Backfilling in Large-Scale Retrieval

arXiv:2301.03767v28 citationsh-index: 57
Originality Incremental advance
AI Analysis

This addresses the problem of high computational overhead and service interruptions for large-scale image retrieval systems, offering an incremental improvement over existing backward-compatible learning methods.

The paper tackles the computational cost and downtime of backfilling in image retrieval systems by introducing an online backfilling algorithm that enables progressive performance improvement during the process without sacrificing final model performance, achieving effectiveness across four standard benchmarks.

Backfilling is the process of re-extracting all gallery embeddings from upgraded models in image retrieval systems. It inevitably requires a prohibitively large amount of computational cost and even entails the downtime of the service. Although backward-compatible learning sidesteps this challenge by tackling query-side representations, this leads to suboptimal solutions in principle because gallery embeddings cannot benefit from model upgrades. We address this dilemma by introducing an online backfilling algorithm, which enables us to achieve a progressive performance improvement during the backfilling process while not sacrificing the final performance of new model after the completion of backfilling. To this end, we first propose a simple distance rank merge technique for online backfilling. Then, we incorporate a reverse transformation module for more effective and efficient merging, which is further enhanced by adopting a metric-compatible contrastive learning approach. These two components help to make the distances of old and new models compatible, resulting in desirable merge results during backfilling with no extra computational overhead. Extensive experiments show the effectiveness of our framework on four standard benchmarks in various settings.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes