CVMar 30

ELViS: Efficient Visual Similarity from Local Descriptors that Generalizes Across Domains

arXiv:2603.2860362.81 citationsh-index: 29Has Code
Predicted impact top 53% in CV · last 90 daysOriginality Incremental advance
AI Analysis

This addresses the challenge of domain generalization in image retrieval for real-world applications, though it is incremental as it builds on existing local descriptor methods.

The paper tackles the problem of image-to-image similarity models generalizing to unseen domains by introducing ELViS, which operates in similarity space and uses local descriptors with optimal transport and voting. The result shows ELViS outperforms competing methods by a large margin in out-of-domain scenarios and on average, while being computationally efficient.

Large-scale instance-level training data is scarce, so models are typically trained on domain-specific datasets. Yet in real-world retrieval, they must handle diverse domains, making generalization to unseen data critical. We introduce ELViS, an image-to-image similarity model that generalizes effectively to unseen domains. Unlike conventional approaches, our model operates in similarity space rather than representation space, promoting cross-domain transfer. It leverages local descriptor correspondences, refines their similarities through an optimal transport step with data-dependent gains that suppress uninformative descriptors, and aggregates strong correspondences via a voting process into an image-level similarity. This design injects strong inductive biases, yielding a simple, efficient, and interpretable model. To assess generalization, we compile a benchmark of eight datasets spanning landmarks, artworks, products, and multi-domain collections, and evaluate ELViS as a re-ranking method. Our experiments show that ELViS outperforms competing methods by a large margin in out-of-domain scenarios and on average, while requiring only a fraction of their computational cost. Code available at: https://github.com/pavelsuma/ELViS/

Foundations

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

Your Notes