CVLGJun 25, 2020

Adaptive additive classification-based loss for deep metric learning

arXiv:2006.14693v1
Originality Incremental advance
AI Analysis

This work addresses retrieval tasks in fashion domains by providing an incremental improvement to existing classification-based metric learning methods.

The paper tackled the problem of improving deep metric learning by extending adaptive margin classification-based loss with separate margins per negative proxy, computed from distances in an auxiliary modality. The result was new state-of-the-art performance on Amazon fashion and DeepFashion datasets, with faster convergence and lower complexity.

Recent works have shown that deep metric learning algorithms can benefit from weak supervision from another input modality. This additional modality can be incorporated directly into the popular triplet-based loss function as distances. Also recently, classification loss and proxy-based metric learning have been observed to lead to faster convergence as well as better retrieval results, all the while without requiring complex and costly sampling strategies. In this paper we propose an extension to the existing adaptive margin for classification-based deep metric learning. Our extension introduces a separate margin for each negative proxy per sample. These margins are computed during training from precomputed distances of the classes in the other modality. Our results set a new state-of-the-art on both on the Amazon fashion retrieval dataset as well as on the public DeepFashion dataset. This was observed with both fastText- and BERT-based embeddings for the additional textual modality. Our results were achieved with faster convergence and lower code complexity than the prior state-of-the-art.

Foundations

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

Your Notes