English

Revealing the Basis: Ordinal Embedding Through Geometry

Computational Geometry 2018-05-22 v1

Abstract

Ordinal Embedding places n objects into R^d based on comparisons such as "a is closer to b than c." Current optimization-based approaches suffer from scalability problems and an abundance of low quality local optima. We instead consider a computational geometric approach based on selecting comparisons to discover points close to nearly-orthogonal "axes" and embed the whole set by their projections along each axis. We thus also estimate the dimensionality of the data. Our embeddings are of lower quality than the global optima of optimization-based approaches, but are more scalable computationally and more reliable than local optima often found via optimization. Our method uses \Theta(n d \log n) comparisons and \Theta(n^2 d^2) total operations, and can also be viewed as selecting constraints for an optimizer which, if successful, will produce an almost-perfect embedding for sufficiently dense datasets.

Keywords

Cite

@article{arxiv.1805.07589,
  title  = {Revealing the Basis: Ordinal Embedding Through Geometry},
  author = {Jesse Anderton and Virgil Pavlu and Javed Aslam},
  journal= {arXiv preprint arXiv:1805.07589},
  year   = {2018}
}

Comments

Reviewed but not accepted for AISTATS 2017

R2 v1 2026-06-23T02:01:11.677Z