MLAILGJul 20, 2018

Escaping the Curse of Dimensionality in Similarity Learning: Efficient Frank-Wolfe Algorithm and Generalization Bounds

arXiv:1807.07789v41 citations
Originality Highly original
AI Analysis

This addresses the problem of poor generalization and high computational costs in similarity learning for high-dimensional sparse data, offering a novel solution with theoretical guarantees.

The paper tackles the curse of dimensionality in similarity learning by proposing a method that uses convex combinations of sparse rank-one matrices and a greedy Frank-Wolfe algorithm, achieving generalization error that depends logarithmically on sparsity rather than feature count and demonstrating superiority on datasets with up to one million features.

Similarity and metric learning provides a principled approach to construct a task-specific similarity from weakly supervised data. However, these methods are subject to the curse of dimensionality: as the number of features grows large, poor generalization is to be expected and training becomes intractable due to high computational and memory costs. In this paper, we propose a similarity learning method that can efficiently deal with high-dimensional sparse data. This is achieved through a parameterization of similarity functions by convex combinations of sparse rank-one matrices, together with the use of a greedy approximate Frank-Wolfe algorithm which provides an efficient way to control the number of active features. We show that the convergence rate of the algorithm, as well as its time and memory complexity, are independent of the data dimension. We further provide a theoretical justification of our modeling choices through an analysis of the generalization error, which depends logarithmically on the sparsity of the solution rather than on the number of features. Our experiments on datasets with up to one million features demonstrate the ability of our approach to generalize well despite the high dimensionality as well as its superiority compared to several competing methods.

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