CVMar 8, 2020

Unifying Specialist Image Embedding into Universal Image Embedding

arXiv:2003.03701v17 citations
Originality Incremental advance
AI Analysis

This addresses the need for a versatile embedding model in applications like image search and face verification, though it is incremental as it builds on existing distillation methods.

The paper tackles the problem of training a single universal image embedding model to match the performance of multiple specialist models across different domains, and it achieves this by distilling knowledge from specialists using a probabilistic distribution approach.

Deep image embedding provides a way to measure the semantic similarity of two images. It plays a central role in many applications such as image search, face verification, and zero-shot learning. It is desirable to have a universal deep embedding model applicable to various domains of images. However, existing methods mainly rely on training specialist embedding models each of which is applicable to images from a single domain. In this paper, we study an important but unexplored task: how to train a single universal image embedding model to match the performance of several specialists on each specialist's domain. Simply fusing the training data from multiple domains cannot solve this problem because some domains become overfitted sooner when trained together using existing methods. Therefore, we propose to distill the knowledge in multiple specialists into a universal embedding to solve this problem. In contrast to existing embedding distillation methods that distill the absolute distances between images, we transform the absolute distances between images into a probabilistic distribution and minimize the KL-divergence between the distributions of the specialists and the universal embedding. Using several public datasets, we validate that our proposed method accomplishes the goal of universal image embedding.

Foundations

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

Your Notes