CVMar 26, 2020

Towards Backward-Compatible Representation Learning

arXiv:2003.11942v397 citations
AI Analysis

This addresses the challenge for visual search systems to quickly deploy improved embedding models without costly recomputation of features for previously seen images.

The paper tackles the problem of updating visual embedding models without needing to recompute features for all existing images, by proposing a backward-compatible training (BCT) framework that allows new features to be directly compared with old ones. In experiments on face recognition, BCT achieves backward compatibility without sacrificing accuracy, enabling backfill-free model updates.

We propose a way to learn visual features that are compatible with previously computed ones even when they have different dimensions and are learned via different neural network architectures and loss functions. Compatible means that, if such features are used to compare images, then "new" features can be compared directly to "old" features, so they can be used interchangeably. This enables visual search systems to bypass computing new features for all previously seen images when updating the embedding models, a process known as backfilling. Backward compatibility is critical to quickly deploy new embedding models that leverage ever-growing large-scale training datasets and improvements in deep learning architectures and training methods. We propose a framework to train embedding models, called backward-compatible training (BCT), as a first step towards backward compatible representation learning. In experiments on learning embeddings for face recognition, models trained with BCT successfully achieve backward compatibility without sacrificing accuracy, thus enabling backfill-free model updates of visual embeddings.

Code Implementations3 repos
Foundations

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

Your Notes