paper-with-me

Papers

Backward-Compatible Aligned Representations via an Orthogonal Transformation Layer

2024-08-16 · Simone Ricci, Niccolò Biondi, Federico Pernici, Alberto del Bimbo

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.

📄 PDF Abstract BibTeX arXiv:2408.08793

Code (1)

z3n0e/oca 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Rethinking Dense Linear Transformations: Stagewise Pairwise Mixing (SPM) for Near-Linear Training in Neural Networks

2025-12-30 · Peter Farag arxiv

Dense linear layers are a dominant source of computational and parametric cost in modern machine learning models, despite their quadratic complexity and often being misaligned with the compositional structure of learned …

$BT^2$: Backward-compatible Training with Basis Transformation

2022-11-08 · Yifei Zhou, Zilu Li, Abhinav Shrivastava, Hengshuang Zhao 외

Modern retrieval system often requires recomputing the representation of every piece of data in the gallery when updating to a better representation model. This process is known as backfilling and can be especially costl…

Retrieval

BT^2: Backward-compatible Training with Basis Transformation

2023-01-01 · ICCV 2023 1 · Yifei Zhou, Zilu Li, Abhinav Shrivastava, Hengshuang Zhao 외

Modern retrieval system often requires recomputing the representation of every piece of data in the gallery when updating to a better representation model. This process is known as backfilling and can be especially c…

$\boldsymbolλ$-Orthogonality Regularization for Compatible Representation Learning

2025-09-20 · Simone Ricci, Niccolò Biondi, Federico Pernici, Ioannis Patras 외 arxiv

Retrieval systems rely on representations learned by increasingly powerful models. However, due to the high training cost and inconsistencies in learned representations, there is significant interest in facilitating comm…

Representation Learning

Orthogonal Graph Neural Networks

2021-09-23 · Kai Guo, Kaixiong Zhou, Xia Hu, Yu Li 외

Graph neural networks (GNNs) have received tremendous attention due to their superiority in learning node representations. These models rely on message passing and feature transformation functions to encode the structura…

AttributeGraph Classification