LGMLJun 22, 2019

Asymmetric Random Projections

arXiv:1906.09489v14 citations
Originality Incremental advance
AI Analysis

This work addresses the need for more efficient dimensionality reduction in machine learning applications, offering a computationally light solution that leverages data statistics, though it is incremental over existing random projection techniques.

The paper tackles the problem of designing data-dependent random projections to improve performance in tasks like matrix multiplication and linear regression/classification, resulting in significant performance lifts compared to data-oblivious methods.

Random projections (RP) are a popular tool for reducing dimensionality while preserving local geometry. In many applications the data set to be projected is given to us in advance, yet the current RP techniques do not make use of information about the data. In this paper, we provide a computationally light way to extract statistics from the data that allows designing a data dependent RP with superior performance compared to data-oblivious RP. We tackle scenarios such as matrix multiplication and linear regression/classification in which we wish to estimate inner products between pairs of vectors from two possibly different sources. Our technique takes advantage of the difference between the sources and is provably superior to oblivious RPs. Additionally, we provide extensive experiments comparing RPs with our approach showing significant performance lifts in fast matrix multiplication, regression and classification problems.

Foundations

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

Your Notes