paper-with-me

홈 › Papers

When Can We Solve the Weighted Low Rank Approximation Problem in Truly Subquadratic Time?

2025-02-24 · Chenyang Li, YIngyu Liang, Zhenmei Shi, Zhao Song

The weighted low-rank approximation problem is a fundamental numerical linear algebra problem and has many applications in machine learning. Given a $n \times n$ weight matrix $W$ and a $n \times n$ matrix $A$, the goal is to find two low-rank matrices $U, V \in \mathbb{R}^{n \times k}$ such that the cost of $\| W \circ (U V^\top - A) \|_F^2$ is minimized. Previous work has to pay $\Omega(n^2)$ time when matrices $A$ and $W$ are dense, e.g., having $\Omega(n^2)$ non-zero entries. In this work, we show that there is a certain regime, even if $A$ and $W$ are dense, we can still hope to solve the weighted low-rank approximation problem in almost linear $n^{1+o(1)}$ time.

📄 PDF Abstract BibTeX arXiv:2502.16912

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Reweighted Solutions for Weighted Low Rank Approximation

2024-06-04 · David P. Woodruff, Taisuke Yasuda

Weighted low rank approximation (WLRA) is an important yet computationally challenging primitive with applications ranging from statistical analysis, model compression, and signal processing. To cope with the NP-hardness…

feature selectionModel Compression

Weighted Low Rank Matrix Approximation and Acceleration

2021-09-22 · Elena Tuzhilina, Trevor Hastie

Low-rank matrix approximation is one of the central concepts in machine learning, with applications in dimension reduction, de-noising, multivariate statistical methodology, and many more. A recent extension to LRMA is c…

Dimensionality ReductionLow-Rank Matrix CompletionMatrix CompletionRecommendation Systems

Regularized Weighted Low Rank Approximation

2019-11-16 · NeurIPS 2019 12 · Frank Ban, David Woodruff, Qiuyi Zhang

The classical low rank approximation problem is to find a rank $k$ matrix $UV$ (where $U$ has $k$ columns and $V$ has $k$ rows) that minimizes the Frobenius norm of $A - UV$. Although this problem can be solved efficient…

Efficient Alternating Minimization with Applications to Weighted Low Rank Approximation

2023-06-07 · Zhao Song, Mingquan Ye, Junze Yin, Lichen Zhang

Weighted low rank approximation is a fundamental problem in numerical linear algebra, and it has many applications in machine learning. Given a matrix $M \in \mathbb{R}^{n \times n}$, a non-negative weight matrix $W \in …

2kLow-Rank Matrix CompletionMatrix Completion

Weighted Low-rank Approximation via Stochastic Gradient Descent on Manifolds

2025-02-20 · Conglong Xu, Peiqi Yang, Hao Wu

We solve a regularized weighted low-rank approximation problem by a stochastic gradient descent on a manifold. To guarantee the convergence of our stochastic gradient descent, we establish a convergence theorem on manifo…