Random Projections For Large-Scale Regression
Gian-Andrea Thanei, Christina Heinze, Nicolai Meinshausen

TL;DR
This paper explores the use of random projections to reduce the computational complexity of large-scale linear regression, providing theoretical guarantees and discussing ensemble approaches for improved accuracy.
Contribution
It introduces the application of random projections in linear regression, demonstrating their effectiveness and theoretical properties compared to traditional methods.
Findings
Random projections enable efficient large-scale regression with comparable accuracy to ridge regression.
Averaging over multiple random projections improves results and is suitable for parallel computing.
Theoretical guarantees support the use of random projections for generalization error bounds.
Abstract
Fitting linear regression models can be computationally very expensive in large-scale data analysis tasks if the sample size and the number of variables are very large. Random projections are extensively used as a dimension reduction tool in machine learning and statistics. We discuss the applications of random projections in linear regression problems, developed to decrease computational costs, and give an overview of the theoretical guarantees of the generalization error. It can be shown that the combination of random projections with least squares regression leads to similar recovery as ridge regression and principal component regression. We also discuss possible improvements when averaging over multiple random projections, an approach that lends itself easily to parallel implementation.
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSparse and Compressive Sensing Techniques · Stochastic Gradient Optimization Techniques · Advanced Image and Video Retrieval Techniques
