LGMLSep 13, 2019

Fast Low-rank Metric Learning for Large-scale and High-dimensional Data

arXiv:1909.06297v15 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses scalability issues in metric learning for large-scale, high-dimensional data, representing an incremental improvement over existing methods.

The paper tackles the challenge of low-rank metric learning for datasets with both high dimensions and large sample sizes by proposing a fast method (FLRML) that reduces complexity and memory usage, achieving high accuracy and significantly faster performance than state-of-the-art methods on benchmarks.

Low-rank metric learning aims to learn better discrimination of data subject to low-rank constraints. It keeps the intrinsic low-rank structure of datasets and reduces the time cost and memory usage in metric learning. However, it is still a challenge for current methods to handle datasets with both high dimensions and large numbers of samples. To address this issue, we present a novel fast low-rank metric learning (FLRML) method.FLRML casts the low-rank metric learning problem into an unconstrained optimization on the Stiefel manifold, which can be efficiently solved by searching along the descent curves of the manifold.FLRML significantly reduces the complexity and memory usage in optimization, which makes the method scalable to both high dimensions and large numbers of samples.Furthermore, we introduce a mini-batch version of FLRML to make the method scalable to larger datasets which are hard to be loaded and decomposed in limited memory. The outperforming experimental results show that our method is with high accuracy and much faster than the state-of-the-art methods under several benchmarks with large numbers of high-dimensional data. Code has been made available at https://github.com/highan911/FLRML

Code Implementations1 repo
Foundations

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

Your Notes