paper-with-me

Papers

Nonnegative Matrix Factorization in the Component-Wise L1 Norm for Sparse Data

2026-03-31 · Giovanni Seraghiti, Kévin Dubrulle, Arnaud Vandaele, Nicolas Gillis arxiv

Nonnegative matrix factorization (NMF) approximates a nonnegative matrix, $X$, by the product of two nonnegative factors, $WH$, where $W$ has $r$ columns and $H$ has $r$ rows. In this paper, we consider NMF using the component-wise L1 norm as the error measure (L1-NMF), which is suited for data corrupted by heavy-tailed noise, such as Laplace noise or salt and pepper noise, or in the presence of outliers. Our first contribution is an NP-hardness proof for L1-NMF, even when $r=1$, in contrast to the standard NMF that uses least squares. Our second contribution is to show that L1-NMF strongly enforces sparsity in the factors for sparse input matrices, thereby favoring interpretability. However, if the data is affected by false zeros, too sparse solutions might degrade the model. Our third contribution is a new, more general, L1-NMF model for sparse data, dubbed weighted L1-NMF (wL1-NMF), where the sparsity of the factorization is controlled by adding a penalization parameter to the entries of $WH$ associated with zeros in the data. The fourth contribution is a new coordinate descent (CD) approach for wL1-NMF, denoted as sparse CD (sCD), where each subproblem is solved by a weighted median algorithm. To the best of our knowledge, sCD is the first algorithm for L1-NMF whose complexity scales with the number of nonzero entries in the data, making it efficient in handling large-scale, sparse data. We perform extensive numerical experiments on synthetic and real-world data to show the effectiveness of our new proposed model (wL1-NMF) and algorithm (sCD).

📄 PDF Abstract BibTeX arXiv:2603.29715

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the Complexity of Low-Rank Matrix Signing and Entrywise Power Matrix Factorization

2026-07-06 · Nicolas Gillis, Subhayan Saha, Stefano Sicilia, Arnaud Vandaele arxiv

Given a nonnegative matrix $X$, a factorization rank $r$ and {a positive integer $p$}, entrywise power matrix factorization (EPMF) looks for a low-rank matrix $X_r$ such that $X = |X_r|^{\circ p}$ (exact case) or $X \app…

Algorithms for Approximate Subtropical Matrix Factorization

2017-07-19 · Sanjar Karaev, Pauli Miettinen

Matrix factorization methods are important tools in data mining and analysis. They can be used for many tasks, ranging from dimensionality reduction to visualization. In this paper we concentrate on the use of matrix fac…

Dimensionality Reduction

On Algorithms for Sparse Multi-factor NMF

2013-12-01 · NeurIPS 2013 12 · Siwei Lyu, Xin Wang

Nonnegative matrix factorization (NMF) is a popular data analysis method, the objective of which is to decompose a matrix with all nonnegative components into the product of two other nonnegative matrices. In this work,…

Sum-of-norms regularized Nonnegative Matrix Factorization

2024-06-30 · Andersen Ang, Waqas Bin Hamed, Hans De Sterck

When applying nonnegative matrix factorization (NMF), generally the rank parameter is unknown. Such rank in NMF, called the nonnegative rank, is usually estimated heuristically since computing the exact value of it is NP…

Log-based Sparse Nonnegative Matrix Factorization for Data Representation

2022-04-22 · Chong Peng, Yiqun Zhang, Yongyong Chen, Zhao Kang 외

Nonnegative matrix factorization (NMF) has been widely studied in recent years due to its effectiveness in representing nonnegative data with parts-based representations. For NMF, a sparser solution implies better parts-…