SOTAVerified

Non-isotropy Regularization for Proxy-based Deep Metric Learning

2022-03-16CVPR 2022Code Available1· sign in to hype

Karsten Roth, Oriol Vinyals, Zeynep Akata

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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 (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 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 NIR very attractive for practical usage. Code available at https://github.com/ExplainableML/NonIsotropicProxyDML.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CARS196ResNet50 + NIRR@189.1Unverified
CUB-200-2011ResNet50 + NIRR@170.5Unverified
Stanford Online ProductsResNet50 + NIRR@180.7Unverified

Reproductions