English

Insights into Ordinal Embedding Algorithms: A Systematic Evaluation

Machine Learning 2021-10-22 v7 Machine Learning

Abstract

The objective of ordinal embedding is to find a Euclidean representation of a set of abstract items, using only answers to triplet comparisons of the form "Is item ii closer to the item jj or item kk?". In recent years, numerous algorithms have been proposed to solve this problem. However, there does not exist a fair and thorough assessment of these embedding methods and therefore several key questions remain unanswered: Which algorithms perform better when the embedding dimension is constrained or few triplet comparisons are available? Which ones scale better with increasing sample size or dimension? In our paper, we address these questions and provide the first comprehensive and systematic empirical evaluation of existing algorithms as well as a new neural network approach. We find that simple, relatively unknown, non-convex methods consistently outperform all other algorithms, including elaborate approaches based on neural networks or landmark approaches. This finding can be explained by our insight that many of the non-convex optimization approaches do not suffer from local optima. Our comprehensive assessment is enabled by our unified library of popular embedding algorithms that leverages GPU resources and allows for fast and accurate embeddings of millions of data points.

Keywords

Cite

@article{arxiv.1912.01666,
  title  = {Insights into Ordinal Embedding Algorithms: A Systematic Evaluation},
  author = {Leena Chennuru Vankadara and Siavash Haghiri and Michael Lohaus and Faiz Ul Wahab and Ulrike von Luxburg},
  journal= {arXiv preprint arXiv:1912.01666},
  year   = {2021}
}
R2 v1 2026-06-23T12:34:54.733Z