paper-with-me

Papers

Text Mining using Nonnegative Matrix Factorization and Latent Semantic Analysis

2019-11-12 · Ali Hassani, Amir Iranmanesh, Najme Mansouri

Text clustering is arguably one of the most important topics in modern data mining. Nevertheless, text data require tokenization which usually yields a very large and highly sparse term-document matrix, which is usually difficult to process using conventional machine learning algorithms. Methods such as Latent Semantic Analysis have helped mitigate this issue, but are nevertheless not completely stable in practice. As a result, we propose a new feature agglomeration method based on Nonnegative Matrix Factorization, which is employed to separate the terms into groups, and then each group's term vectors are agglomerated into a new feature vector. Together, these feature vectors create a new feature space much more suitable for clustering. In addition, we propose a new deterministic initialization for spherical K-Means, which proves very useful for this specific type of data. In order to evaluate the proposed method, we compare it to some of the latest research done in this field, as well as some of the most practiced methods. In our experiments, we conclude that the proposed method either significantly improves clustering performance, or maintains the performance of other methods, while improving stability in results.

📄 PDF Abstract BibTeX arXiv:1911.04705

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringMatrix Factorization / DecompositionText Clustering

Similar Papers 제목 키워드 기반

Nonnegative Matrix Factorization with Zellner Penalty

2020-12-07 · Matthew Corsetti, Ernest Fokoué

Nonnegative matrix factorization (NMF) is a relatively new unsupervised learning algorithm that decomposes a nonnegative data matrix into a parts-based, lower dimensional, linear representation of the data. NMF has appli…

Recommendation Systems

Randomized Nonnegative Matrix Factorization

2017-11-06 · N. Benjamin Erichson, Ariana Mendible, Sophie Wihlborn, J. Nathan Kutz

Nonnegative matrix factorization (NMF) is a powerful tool for data mining. However, the emergence of `big data' has severely challenged our ability to compute this fundamental decomposition using deterministic algorithms…

On Identifiability of Nonnegative Matrix Factorization

2017-09-02 · Xiao Fu, Kejun Huang, Nicholas D. Sidiropoulos

In this letter, we propose a new identification criterion that guarantees the recovery of the low-rank latent factors in the nonnegative matrix factorization (NMF) model, under mild conditions. Specifically, using the pr…

Adversarially-Trained Nonnegative Matrix Factorization

2021-04-10 · Ting Cai, Vincent Y. F. Tan, Cédric Févotte

We consider an adversarially-trained version of the nonnegative matrix factorization, a popular latent dimensionality reduction technique. In our formulation, an attacker adds an arbitrary matrix of bounded norm to the g…

Dimensionality ReductionMatrix Completion

The Why and How of Nonnegative Matrix Factorization

2014-01-21 · Nicolas Gillis

Nonnegative matrix factorization (NMF) has become a widely used tool for the analysis of high-dimensional data as it automatically extracts sparse and meaningful features from a set of nonnegative data vectors. We first …