Revealing the Basis: Ordinal Embedding Through Geometry
Jesse Anderton, Virgil Pavlu, Javed Aslam

TL;DR
This paper introduces a geometric approach to ordinal embedding that improves scalability and reliability over traditional optimization methods by selecting comparisons based on geometric properties, estimating data dimensionality.
Contribution
Proposes a novel geometric method for ordinal embedding that is more scalable and reliable than existing optimization-based approaches, and includes dimensionality estimation.
Findings
Method uses (n d log n) comparisons
Method requires (n^2 d^2) operations
Embeddings are of lower quality than global optima but more scalable
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Geometry and Mesh Generation · Robotics and Sensor-Based Localization · Sparse and Compressive Sensing Techniques
