Random Projections and Dimension Reduction
Rishi Advani, Madison Crim, Sean O'Hagan

TL;DR
This paper explores the use of random projections to improve efficiency in low-rank matrix approximation and kernel methods, introducing novel algorithms and extensions that enable scalable analysis of large datasets.
Contribution
It presents new randomized algorithms for matrix decomposition and extends the random Fourier features kernel with randomized hyperparameter sampling.
Findings
Randomized algorithms are faster and more robust for low-rank approximation.
Proposed methods enable scalable analysis of massive datasets.
Extended kernel methods improve flexibility in hyperparameter selection.
Abstract
This paper, broadly speaking, covers the use of randomness in two main areas: low-rank approximation and kernel methods. Low-rank approximation is very important in numerical linear algebra. Many applications depend on matrix decomposition algorithms that provide accurate low-rank representations of data. In modern problems, however, various factors make this hard to accomplish. One solution to these problems is the use of random projections. Instead of directly computing the matrix factorization, we randomly project the matrix onto a lower-dimensional subspace and then compute the factorization. Often, we are able to do this without significant loss of accuracy. We describe how randomization can be used to create more efficient algorithms to perform low-rank matrix approximation, as well as introducing a novel randomized algorithm for matrix decomposition. Compared to standard…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSparse and Compressive Sensing Techniques · Gaussian Processes and Bayesian Inference · Stochastic Gradient Optimization Techniques
