LGMLJul 24, 2019

Classification from Triplet Comparison Data

arXiv:1907.10225v329 citations
Originality Incremental advance
AI Analysis

This addresses a fundamental gap in machine learning by enabling classification from human-friendly triplet comparisons, which is incremental as it builds on existing risk minimization techniques.

The paper tackles the problem of learning a classifier solely from triplet comparison data, proposing an unbiased estimator for classification risk within the empirical risk minimization framework, and shows experimental results where the method outperforms baseline approaches.

Learning from triplet comparison data has been extensively studied in the context of metric learning, where we want to learn a distance metric between two instances, and ordinal embedding, where we want to learn an embedding in an Euclidean space of the given instances that preserves the comparison order as well as possible. Unlike fully-labeled data, triplet comparison data can be collected in a more accurate and human-friendly way. Although learning from triplet comparison data has been considered in many applications, an important fundamental question of whether we can learn a classifier only from triplet comparison data has remained unanswered. In this paper, we give a positive answer to this important question by proposing an unbiased estimator for the classification risk under the empirical risk minimization framework. Since the proposed method is based on the empirical risk minimization framework, it inherently has the advantage that any surrogate loss function and any model, including neural networks, can be easily applied. Furthermore, we theoretically establish an estimation error bound for the proposed empirical risk minimizer. Finally, we provide experimental results to show that our method empirically works well and outperforms various baseline methods.

Code Implementations1 repo
Foundations

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

Your Notes