LGSep 15, 2014

Active Metric Learning from Relative Comparisons

arXiv:1409.4155v1
Originality Incremental advance
AI Analysis

This work addresses the challenge of minimizing human effort in acquiring relative comparisons for metric learning, which is incremental as it builds on existing methods with a novel selection strategy.

The paper tackles the problem of efficiently learning distance metrics from relative comparisons by actively selecting the most informative triplets to query, reducing the selection pool from O(n^3) to O(n) and showing consistent outperformance over baseline policies in experiments.

This work focuses on active learning of distance metrics from relative comparison information. A relative comparison specifies, for a data point triplet $(x_i,x_j,x_k)$, that instance $x_i$ is more similar to $x_j$ than to $x_k$. Such constraints, when available, have been shown to be useful toward defining appropriate distance metrics. In real-world applications, acquiring constraints often require considerable human effort. This motivates us to study how to select and query the most useful relative comparisons to achieve effective metric learning with minimum user effort. Given an underlying class concept that is employed by the user to provide such constraints, we present an information-theoretic criterion that selects the triplet whose answer leads to the highest expected gain in information about the classes of a set of examples. Directly applying the proposed criterion requires examining $O(n^3)$ triplets with $n$ instances, which is prohibitive even for datasets of moderate size. We show that a randomized selection strategy can be used to reduce the selection pool from $O(n^3)$ to $O(n)$, allowing us to scale up to larger-size problems. Experiments show that the proposed method consistently outperforms two baseline policies.

Foundations

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

Your Notes