中文
相关论文

相关论文: Rows vs. Columns: Randomized Kaczmarz or Gauss-Sei…

200 篇论文

Stochastic Gradient (SG) is the defacto iterative technique to solve stochastic optimization (SO) problems with a smooth (non-convex) objective $f$ and a stochastic first-order oracle. SG's attractiveness is due in part to its simplicity of…

最优化与控制 · 数学 2024-03-08 David Newton , Raghu Bollapragada , Raghu Pasupathy , Nung Kwan Yip

Ridge regression (RR) is an important machine learning technique which introduces a regularization hyperparameter $\alpha$ to ordinary multiple linear regression for analyzing data suffering from multicollinearity. In this paper, we present…

量子物理 · 物理学 2021-08-03 Chao-Hua Yu , Fei Gao , Qiao-Yan Wen

We give a sketching-based iterative algorithm that computes a $1+\varepsilon$ approximate solution for the ridge regression problem $\min_x \|Ax-b\|_2^2 +\lambda\|x\|_2^2$ where $A \in R^{n \times d}$ with $d \ge n$. Our algorithm, for a…

数据结构与算法 · 计算机科学 2022-06-20 Praneeth Kacham , David P. Woodruff

The Kaczmarz algorithm is an iterative method for solving systems of linear equations. We introduce a modified Kaczmarz algorithm for solving systems of linear equations in a distributed environment, i.e. the equations within the system are…

数值分析 · 数学 2019-04-12 Chinmay Hegde , Fritz Keinert , Eric S. Weber

The randomized Kaczmarz algorithm is one of the most popular approaches for solving large-scale linear systems due to its simplicity and efficiency. In this paper, we propose two classes of global randomized Kaczmarz methods for solving…

数值分析 · 数学 2025-12-23 Yu-Qi Niu , Bing Zheng

A new method for solving Laplacian linear systems proposed by Kelner et al. involves the random sampling and update of fundamental cycles in a graph. Kelner et al. proved asymptotic bounds on the complexity of this method but did not report…

数据结构与算法 · 计算机科学 2015-10-07 Erik G. Boman , Kevin Deweese , John R. Gilbert

Low-rank matrix estimation under heavy-tailed noise is challenging, both computationally and statistically. Convex approaches have been proven statistically optimal but suffer from high computational costs, especially since robust loss…

统计理论 · 数学 2023-05-12 Yinan Shen , Jingyang Li , Jian-Feng Cai , Dong Xia

We study the residual bootstrap (RB) method in the context of high-dimensional linear regression. Specifically, we analyze the distributional approximation of linear contrasts $c^{\top} (\hat{\beta}_{\rho}-\beta)$, where…

统计理论 · 数学 2016-07-05 Miles E. Lopes

Among recent developments centered around Randomized Kaczmarz (RK), a row-sampling iterative projection method for large-scale linear systems, several adaptions to the method have inspired faster convergence. Focusing solely on…

数值分析 · 数学 2026-03-03 James Nguyen , Oleg Presnyakov , Adityakrishnan Radhakhrishnan

The famous greedy randomized Kaczmarz (GRK) method uses the greedy selection rule on maximum distance to determine a subset of the indices of working rows. In this paper, with the greedy selection rule on maximum residual, we propose the…

数值分析 · 数学 2020-11-16 Yanjun Zhang , Hanyu Li

Coordinate-type subgradient methods for addressing nonsmooth optimization problems are relatively underexplored due to the set-valued nature of the subdifferential. In this work, our study focuses on nonsmooth composite optimization…

最优化与控制 · 数学 2023-08-24 Lei Zhao , Ding Chen , Daoli Zhu , Xiao Li

We present a novel method for tuning the regularization hyper-parameter, $\lambda$, of a ridge regression that is faster to compute than leave-one-out cross-validation (LOOCV) while yielding estimates of the regression parameters of equal,…

机器学习 · 统计学 2023-11-06 Shu Yu Tew , Mario Boley , Daniel F. Schmidt

In [Steinerberger, Q. Appl. Math., 79:3, 419-429, 2021] and [Shao, SIAM J. Matrix Anal. Appl. 44(1), 212-239, 2023], two new types of Kaczmarz algorithms, which share some similarities, for consistent linear systems were proposed. These two…

数值分析 · 数学 2024-07-30 Changpeng Shao

The Kaczmarz method is an iterative projection scheme for solving con-sistent system $Ax = b$. It is later extended to the inconsistent and ill-posed linear problems. But the classical Kaczmarz method is sensitive to the correlation of the…

数值分析 · 数学 2022-10-04 Chuan-gang Kang , Heng Zhou

Kernel ridge regression (KRR) is a standard method for performing non-parametric regression over reproducing kernel Hilbert spaces. Given $n$ samples, the time and space complexity of computing the KRR estimate scale as $\mathcal{O}(n^3)$…

机器学习 · 统计学 2015-01-27 Yun Yang , Mert Pilanci , Martin J. Wainwright

Randomized algorithms that base iteration-level decisions on samples from some pool are ubiquitous in machine learning and optimization. Examples include stochastic gradient descent and randomized coordinate descent. This paper makes…

最优化与控制 · 数学 2012-02-21 Benjamin Recht , Christopher Re

With a greedy strategy to construct control index set of coordinates firstly and then choosing the corresponding column submatrix in each iteration, we present a greedy block Gauss-Seidel (GBGS) method for solving large linear least squares…

数值分析 · 数学 2020-04-07 Hanyu Li , Yanjun Zhang

Focusing on a high dimensional linear model $y = X\beta + \epsilon$ with dependent, non-stationary, and heteroskedastic errors, this paper applies the debiased and threshold ridge regression method that gives a consistent estimator for…

统计理论 · 数学 2021-10-27 Yunyi Zhang , Dimitris N. Politis

Least-mean squares (LMS) solvers such as Linear / Ridge / Lasso-Regression, SVD and Elastic-Net not only solve fundamental machine learning problems, but are also the building blocks in a variety of other methods, such as decision trees and…

机器学习 · 计算机科学 2020-09-08 Alaa Maalouf , Ibrahim Jubran , Dan Feldman

Regularized least-squares (kernel-ridge / Gaussian process) regression is a fundamental algorithm of statistics and machine learning. Because generic algorithms for the exact solution have cubic complexity in the number of datapoints, large…

机器学习 · 计算机科学 2019-11-15 Simon Bartels , Philipp Hennig