paper-with-me

Papers

Effective Dimension Adaptive Sketching Methods for Faster Regularized Least-Squares Optimization

2020-06-10 · NeurIPS 2020 12 · Jonathan Lacotte, Mert Pilanci

We propose a new randomized algorithm for solving L2-regularized least-squares problems based on sketching. We consider two of the most popular random embeddings, namely, Gaussian embeddings and the Subsampled Randomized Hadamard Transform (SRHT). While current randomized solvers for least-squares optimization prescribe an embedding dimension at least greater than the data dimension, we show that the embedding dimension can be reduced to the effective dimension of the optimization problem, and still preserve high-probability convergence guarantees. In this regard, we derive sharp matrix deviation inequalities over ellipsoids for both Gaussian and SRHT embeddings. Specifically, we improve on the constant of a classical Gaussian concentration bound whereas, for SRHT embeddings, our deviation inequality involves a novel technical approach. Leveraging these bounds, we are able to design a practical and adaptive algorithm which does not require to know the effective dimension beforehand. Our method starts with an initial embedding dimension equal to 1 and, over iterations, increases the embedding dimension up to the effective one at most. Hence, our algorithm improves the state-of-the-art computational complexity for solving regularized least-squares problems. Further, we show numerically that it outperforms standard iterative solvers such as the conjugate gradient method and its pre-conditioned version on several standard machine learning datasets.

📄 PDF Abstract BibTeX arXiv:2006.05874

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Fast Convex Quadratic Optimization Solvers with Adaptive Sketching-based Preconditioners

2021-04-29 · Jonathan Lacotte, Mert Pilanci

We consider least-squares problems with quadratic regularization and propose novel sketching-based iterative methods with an adaptive sketch size. The sketch size can be as small as the effective dimension of the data ma…

Making Online Sketching Hashing Even Faster

2020-10-10 · Xixian Chen, Haiqin Yang, Shenglin Zhao, Michael R. Lyu 외

Data-dependent hashing methods have demonstrated good performance in various machine learning applications to learn a low-dimensional representation from the original data. However, they still suffer from several obstacl…

Newton Meets Marchenko-Pastur: Massively Parallel Second-Order Optimization with Hessian Sketching and Debiasing

2024-10-02 · Elad Romanov, Fangzhao Zhang, Mert Pilanci

Motivated by recent advances in serverless cloud computing, in particular the "function as a service" (FaaS) model, we consider the problem of minimizing a convex function in a massively parallel fashion, where communica…

Cloud ComputingDistributed Optimization

Coil Sketching for computationally-efficient MR iterative reconstruction

2023-05-10 · Julio A. Oscanoa, Frank Ong, Siddharth S. Iyer, Zhitao Li 외

Purpose: Parallel imaging and compressed sensing reconstructions of large MRI datasets often have a prohibitive computational cost that bottlenecks clinical deployment, especially for 3D non-Cartesian acquisitions. One c…

compressed sensingComputational EfficiencyImage ReconstructionMRI Reconstruction

A Fast and Accurate Estimator for Large Scale Linear Model via Data Averaging

2023-09-21 · NeurIPS 2023 11

This work is concerned with the estimation problem of linear model when the sample size is extremely large and the data dimension can vary with the sample size. In this setting, the least square estimator based on the fu…