paper-with-me

홈 › Papers

Fast Matrix Factorization with Non-Uniform Weights on Missing Data

2018-11-11 · Xiangnan He, Jinhui Tang, Xiaoyu Du, Richang Hong, Tongwei Ren, Tat-Seng Chua

Matrix factorization (MF) has been widely used to discover the low-rank structure and to predict the missing entries of data matrix. In many real-world learning systems, the data matrix can be very high-dimensional but sparse. This poses an imbalanced learning problem, since the scale of missing entries is usually much larger than that of observed entries, but they cannot be ignored due to the valuable negative signal. For efficiency concern, existing work typically applies a uniform weight on missing entries to allow a fast learning algorithm. However, this simplification will decrease modeling fidelity, resulting in suboptimal performance for downstream applications. In this work, we weight the missing data non-uniformly, and more generically, we allow any weighting strategy on the missing data. To address the efficiency challenge, we propose a fast learning method, for which the time complexity is determined by the number of observed entries in the data matrix, rather than the matrix size. The key idea is two-fold: 1) we apply truncated SVD on the weight matrix to get a more compact representation of the weights, and 2) we learn MF parameters with element-wise alternating least squares (eALS) and memorize the key intermediate variables to avoid repeating computations that are unnecessary. We conduct extensive experiments on two recommendation benchmarks, demonstrating the correctness, efficiency, and effectiveness of our fast eALS method.

📄 PDF Abstract BibTeX arXiv:1811.04411

Code (1)

duxy-me/ext-als 공식 구현

Similar Papers 제목 키워드 기반

Fast Matrix Factorization for Online Recommendation with Implicit Feedback

2017-08-16 · Xiangnan He, Hanwang Zhang, Min-Yen Kan, Tat-Seng Chua

This paper contributes improvements on both the effectiveness and efficiency of Matrix Factorization (MF) methods for implicit feedback. We highlight two critical issues of existing works. First, due to the large space o…

Fast Rank-1 NMF for Missing Data with KL Divergence

2021-10-25 · Kazu Ghalamkari, Mahito Sugiyama

We propose a fast non-gradient-based method of rank-1 non-negative matrix factorization (NMF) for missing data, called A1GM, that minimizes the KL divergence from an input matrix to the reconstructed rank-1 matrix. Our m…

Matrix Factorization / DecompositionMissing Values

Trust No One: Low Rank Matrix Factorization Using Hierarchical RANSAC

2016-06-01 · CVPR 2016 6 · Magnus Oskarsson, Kenneth Batstone, Kalle Astrom

In this paper we present a system for performing low rank matrix factorization. Low-rank matrix factorization is an essential problem in many areas including computer vision, with applications in e.g. affine structure-fr…

Matrix Factorization for Inferring Associations and Missing Links

2025-03-06 · Ryan Barron, Maksim E. Eren, Duc P. Truong, Cynthia Matuszek 외

Missing link prediction is a method for network analysis, with applications in recommender systems, biology, social sciences, cybersecurity, information retrieval, and Artificial Intelligence (AI) reasoning in Knowledge …

Dimensionality ReductionInformation RetrievalKnowledge GraphsLink Prediction+3

Nonconvex Matrix Completion with Linearly Parameterized Factors

2020-03-29 · Ji Chen, Xiao-Dong Li, Zongming Ma

Techniques of matrix completion aim to impute a large portion of missing entries in a data matrix through a small portion of observed ones. In practice including collaborative filtering, prior information and special str…

Collaborative FilteringMatrix Completion