MLLGNov 30, 2017

Improved Linear Embeddings via Lagrange Duality

arXiv:1711.11527v2
Originality Incremental advance
AI Analysis

This work addresses a fundamental tool in data science and machine learning for dimensionality reduction, but it appears incremental as it builds on existing embedding methods with improved optimization.

The paper tackles the problem of constructing near-isometric orthogonal embeddings to minimize maximum distortion for a given set of points, resulting in a polynomial-time algorithm with theoretical approximation guarantees and experimental superiority in scalability and lower distortion compared to baselines.

Near isometric orthogonal embeddings to lower dimensions are a fundamental tool in data science and machine learning. In this paper, we present the construction of such embeddings that minimizes the maximum distortion for a given set of points. We formulate the problem as a non convex constrained optimization problem. We first construct a primal relaxation and then use the theory of Lagrange duality to create dual relaxation. We also suggest a polynomial time algorithm based on the theory of convex optimization to solve the dual relaxation provably. We provide a theoretical upper bound on the approximation guarantees for our algorithm, which depends only on the spectral properties of the dataset. We experimentally demonstrate the superiority of our algorithm compared to baselines in terms of the scalability and the ability to achieve lower distortion.

Foundations

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

Your Notes