CVApr 12, 2020

Sharing Matters for Generalization in Deep Metric Learning

arXiv:2004.05582v326 citations
AI Analysis

This work addresses the challenge of learning metrics that generalize to unseen classes in vision tasks, offering an incremental improvement over existing ranking loss frameworks.

The paper tackles the problem of generalization in deep metric learning by proposing a novel triplet sampling strategy that leverages shared characteristics across training classes to improve performance on novel categories, achieving new state-of-the-art results on various standard benchmark datasets.

Learning the similarity between images constitutes the foundation for numerous vision tasks. The common paradigm is discriminative metric learning, which seeks an embedding that separates different training classes. However, the main challenge is to learn a metric that not only generalizes from training to novel, but related, test samples. It should also transfer to different object classes. So what complementary information is missed by the discriminative paradigm? Besides finding characteristics that separate between classes, we also need them to likely occur in novel categories, which is indicated if they are shared across training classes. This work investigates how to learn such characteristics without the need for extra annotations or training data. By formulating our approach as a novel triplet sampling strategy, it can be easily applied on top of recent ranking loss frameworks. Experiments show that, independent of the underlying network architecture and the specific ranking loss, our approach significantly improves performance in deep metric learning, leading to new the state-of-the-art results on various standard benchmark datasets. Preliminary early access page can be found here: https://ieeexplore.ieee.org/document/9141449

Foundations

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

Your Notes