CGLGJul 13, 2018

Algorithms for metric learning via contrastive embeddings

arXiv:1807.04881v32 citations
AI Analysis

This work addresses metric learning for applications requiring discriminative constraints, but it is incremental as it builds on existing tools from metric embeddings and graph partitioning.

The paper tackles the problem of supervised metric learning by finding a mapping that classifies similar and dissimilar pairs with distance constraints, proposing approximation algorithms for Euclidean and tree metric spaces. It achieves fully polynomial-time approximation schemes (FPTAS) for perfect information and quasipolynomial-time approximation schemes (QPTAS) for imperfect information.

We study the problem of supervised learning a metric space under discriminative constraints. Given a universe $X$ and sets ${\cal S}, {\cal D}\subset {X \choose 2}$ of similar and dissimilar pairs, we seek to find a mapping $f:X\to Y$, into some target metric space $M=(Y,ρ)$, such that similar objects are mapped to points at distance at most $u$, and dissimilar objects are mapped to points at distance at least $\ell$. More generally, the goal is to find a mapping of maximum accuracy (that is, fraction of correctly classified pairs). We propose approximation algorithms for various versions of this problem, for the cases of Euclidean and tree metric spaces. For both of these target spaces, we obtain fully polynomial-time approximation schemes (FPTAS) for the case of perfect information. In the presence of imperfect information we present approximation algorithms that run in quasipolynomial time (QPTAS). Our algorithms use a combination of tools from metric embeddings and graph partitioning, that could be of independent interest.

Foundations

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

Your Notes