CVMar 16, 2022

Non-isotropy Regularization for Proxy-based Deep Metric Learning

arXiv:2203.08547v149 citationsh-index: 102Has Code
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in deep metric learning for improving local structure learning in applications like image retrieval, though it is incremental as it builds on existing proxy-based methods.

The paper tackles the problem of locally isotropic sample distributions in proxy-based deep metric learning, which can miss semantic context, by proposing non-isotropy regularization (NIR) to enforce unique translatability of samples from class proxies, resulting in competitive and state-of-the-art performance on benchmarks like CUB200-2011, Cars196, and Stanford Online Products.

Deep Metric Learning (DML) aims to learn representation spaces on which semantic relations can simply be expressed through predefined distance metrics. Best performing approaches commonly leverage class proxies as sample stand-ins for better convergence and generalization. However, these proxy-methods solely optimize for sample-proxy distances. Given the inherent non-bijectiveness of used distance functions, this can induce locally isotropic sample distributions, leading to crucial semantic context being missed due to difficulties resolving local structures and intraclass relations between samples. To alleviate this problem, we propose non-isotropy regularization ($\mathbb{NIR}$) for proxy-based Deep Metric Learning. By leveraging Normalizing Flows, we enforce unique translatability of samples from their respective class proxies. This allows us to explicitly induce a non-isotropic distribution of samples around a proxy to optimize for. In doing so, we equip proxy-based objectives to better learn local structures. Extensive experiments highlight consistent generalization benefits of $\mathbb{NIR}$ while achieving competitive and state-of-the-art performance on the standard benchmarks CUB200-2011, Cars196 and Stanford Online Products. In addition, we find the superior convergence properties of proxy-based methods to still be retained or even improved, making $\mathbb{NIR}$ very attractive for practical usage. Code available at https://github.com/ExplainableML/NonIsotropicProxyDML.

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