paper-with-me

홈 › Papers

Core-elements Subsampling for Alternating Least Squares

2025-09-22 · Dunyao Xue, Mengyu Li, Cheng Meng, Jingyi Zhang arxiv

In this paper, we propose a novel element-wise subset selection method for the alternating least squares (ALS) algorithm, focusing on low-rank matrix factorization involving matrices with missing values, as commonly encountered in recommender systems. While ALS is widely used for providing personalized recommendations based on user-item interaction data, its high computational cost, stemming from repeated regression operations, poses significant challenges for large-scale datasets. To enhance the efficiency of ALS, we propose a core-elements subsampling method that selects a representative subset of data and leverages sparse matrix operations to approximate ALS estimations efficiently. We establish theoretical guarantees for the approximation and convergence of the proposed approach, showing that it achieves similar accuracy with significantly reduced computational time compared to full-data ALS. Extensive simulations and real-world applications demonstrate the effectiveness of our method in various scenarios, emphasizing its potential in large-scale recommendation systems.

📄 PDF Abstract BibTeX arXiv:2509.18024

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

SPALS: Fast Alternating Least Squares via Implicit Leverage Scores Sampling

2016-12-01 · NeurIPS 2016 12 · Dehua Cheng, Richard Peng, Yan Liu, Ioakeim Perros

Tensor CANDECOMP/PARAFAC (CP) decomposition is a powerful but computationally challenging tool in modern data analytics. In this paper, we show ways of sampling intermediate steps of alternating minimization algorithms f…

Towards Practical Alternating Least-Squares for CCA

2019-12-01 · NeurIPS 2019 12 · Zhiqiang Xu, Ping Li

Alternating least-squares (ALS) is a simple yet effective solver for canonical correlation analysis (CCA). In terms of ease of use, ALS is arguably practitioners' first choice. Despite recent provably guaranteed variants…

Fast and Robust Least Squares Estimation in Corrupted Linear Models

2014-06-12 · NeurIPS 2014 12 · Brian McWilliams, Gabriel Krummenacher, Mario Lucic, Joachim M. Buhmann

Subsampling methods have been recently proposed to speed up least squares estimation in large scale settings. However, these algorithms are typically not robust to outliers or corruptions in the observed covariates. Th…

regression

New Subsampling Algorithms for Fast Least Squares Regression

2013-12-01 · NeurIPS 2013 12 · Paramveer Dhillon, Yichao Lu, Dean P. Foster, Lyle Ungar

We address the problem of fast estimation of ordinary least squares (OLS) from large amounts of data ($n \gg p$). We propose three methods which solve the big data problem by subsampling the covariance matrix using eithe…

regression

Learning Sparsely Used Overcomplete Dictionaries via Alternating Minimization

2013-10-30 · Alekh Agarwal, Animashree Anandkumar, Prateek Jain, Praneeth Netrapalli

We consider the problem of sparse coding, where each sample consists of a sparse linear combination of a set of dictionary atoms, and the task is to learn both the dictionary elements and the mixing coefficients. Alterna…