CVIRNov 18, 2022

Informative Sample-Aware Proxy for Deep Metric Learning

arXiv:2211.10382v11 citationsh-index: 24
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in deep metric learning for retrieval tasks, offering an incremental improvement over existing proxy-based methods.

The paper tackled the problem of proxy-based deep metric learning being overly sensitive to extreme (hard or easy) samples, which can harm generalizability, by proposing Proxy-ISA, a method that adjusts gradient weights to focus on informative samples, achieving state-of-the-art retrieval accuracies on multiple datasets.

Among various supervised deep metric learning methods proxy-based approaches have achieved high retrieval accuracies. Proxies, which are class-representative points in an embedding space, receive updates based on proxy-sample similarities in a similar manner to sample representations. In existing methods, a relatively small number of samples can produce large gradient magnitudes (ie, hard samples), and a relatively large number of samples can produce small gradient magnitudes (ie, easy samples); these can play a major part in updates. Assuming that acquiring too much sensitivity to such extreme sets of samples would deteriorate the generalizability of a method, we propose a novel proxy-based method called Informative Sample-Aware Proxy (Proxy-ISA), which directly modifies a gradient weighting factor for each sample using a scheduled threshold function, so that the model is more sensitive to the informative samples. Extensive experiments on the CUB-200-2011, Cars-196, Stanford Online Products and In-shop Clothes Retrieval datasets demonstrate the superiority of Proxy-ISA compared with the state-of-the-art methods.

Foundations

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

Your Notes