paper-with-me

홈 › Papers

Initialization for Nonnegative Matrix Factorization: a Comprehensive Review

2021-09-08 · Sajad Fathi Hafshejani, Zahra Moaberfard

Non-negative matrix factorization (NMF) has become a popular method for representing meaningful data by extracting a non-negative basis feature from an observed non-negative data matrix. Some of the unique features of this method in identifying hidden data put this method amongst the powerful methods in the machine learning area. The NMF is a known non-convex optimization problem and the initial point has a significant effect on finding an efficient local solution. In this paper, we investigate the most popular initialization procedures proposed for NMF so far. We describe each method and present some of their advantages and disadvantages. Finally, some numerical results to illustrate the performance of each algorithm are presented.

📄 PDF Abstract BibTeX arXiv:2109.03874

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

NIMFA: A Python Library for Nonnegative Matrix Factorization

2018-08-06 · Marinka Zitnik, Blaz Zupan

NIMFA is an open-source Python library that provides a unified interface to nonnegative matrix factorization algorithms. It includes implementations of state-of-the-art factorization methods, initialization approaches, a…

Algorithms, Initializations, and Convergence for the Nonnegative Matrix Factorization

2014-07-28 · Amy N. Langville, Carl D. Meyer, Russell Albright, James Cox 외

It is well known that good initializations can improve the speed and accuracy of the solutions of many nonnegative matrix factorization (NMF) algorithms. Many NMF algorithms are sensitive with respect to the initializati…

Improved SVD-based Initialization for Nonnegative Matrix Factorization using Low-Rank Correction

2018-07-11 · Atif Muhammad Syed, Sameer Qazi, Nicolas Gillis

Due to the iterative nature of most nonnegative matrix factorization (\textsc{NMF}) algorithms, initialization is a key aspect as it significantly influences both the convergence and the final solution obtained. Many ini…

A Review of Nonnegative Matrix Factorization Methods for Clustering

2015-07-12 · Ali Caner Türkmen

Nonnegative Matrix Factorization (NMF) was first introduced as a low-rank matrix approximation technique, and has enjoyed a wide area of applications. Although NMF does not seem related to the clustering problem at first…

Clustering

Exact and Heuristic Algorithms for Semi-Nonnegative Matrix Factorization

2014-10-27 · Nicolas Gillis, Abhishek Kumar

Given a matrix $M$ (not necessarily nonnegative) and a factorization rank $r$, semi-nonnegative matrix factorization (semi-NMF) looks for a matrix $U$ with $r$ columns and a nonnegative matrix $V$ with $r$ rows such that…