CVAug 16, 2024

Backward-Compatible Aligned Representations via an Orthogonal Transformation Layer

arXiv:2408.08793v12 citationsh-index: 61
Originality Incremental advance
AI Analysis

This addresses a practical issue for visual retrieval systems by enabling model updates without re-indexing, though it is incremental as it builds on prior backward-compatible training methods.

The paper tackles the problem of updating visual retrieval models without costly backfilling by introducing an orthogonal transformation layer that expands the representation space, achieving backward compatibility and state-of-the-art accuracy on CIFAR-100 and ImageNet-1k.

Visual retrieval systems face significant challenges when updating models with improved representations due to misalignment between the old and new representations. The costly and resource-intensive backfilling process involves recalculating feature vectors for images in the gallery set whenever a new model is introduced. To address this, prior research has explored backward-compatible training methods that enable direct comparisons between new and old representations without backfilling. Despite these advancements, achieving a balance between backward compatibility and the performance of independently trained models remains an open problem. In this paper, we address it by expanding the representation space with additional dimensions and learning an orthogonal transformation to achieve compatibility with old models and, at the same time, integrate new information. This transformation preserves the original feature space's geometry, ensuring that our model aligns with previous versions while also learning new data. Our Orthogonal Compatible Aligned (OCA) approach eliminates the need for re-indexing during model updates and ensures that features can be compared directly across different model updates without additional mapping functions. Experimental results on CIFAR-100 and ImageNet-1k demonstrate that our method not only maintains compatibility with previous models but also achieves state-of-the-art accuracy, outperforming several existing methods.

Code Implementations1 repo
Foundations

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

Your Notes