MLLGJun 22, 2016

Finite Sample Prediction and Recovery Bounds for Ordinal Embedding

arXiv:1606.07081v176 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of robustly embedding items from noisy human judgments, which is incremental but provides theoretical guarantees and practical algorithms for applications like recommendation systems.

The paper tackles the problem of ordinal embedding with noisy distance comparisons by deriving prediction error bounds for learned embeddings and proposing two new algorithms, achieving improved performance in experiments.

The goal of ordinal embedding is to represent items as points in a low-dimensional Euclidean space given a set of constraints in the form of distance comparisons like "item $i$ is closer to item $j$ than item $k$". Ordinal constraints like this often come from human judgments. To account for errors and variation in judgments, we consider the noisy situation in which the given constraints are independently corrupted by reversing the correct constraint with some probability. This paper makes several new contributions to this problem. First, we derive prediction error bounds for ordinal embedding with noise by exploiting the fact that the rank of a distance matrix of points in $\mathbb{R}^d$ is at most $d+2$. These bounds characterize how well a learned embedding predicts new comparative judgments. Second, we investigate the special case of a known noise model and study the Maximum Likelihood estimator. Third, knowledge of the noise model enables us to relate prediction errors to embedding accuracy. This relationship is highly non-trivial since we show that the linear map corresponding to distance comparisons is non-invertible, but there exists a nonlinear map that is invertible. Fourth, two new algorithms for ordinal embedding are proposed and evaluated in experiments.

Foundations

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

Your Notes