CLLGAPCOMLSep 21, 2019

Application of Fuzzy Clustering for Text Data Dimensionality Reduction

arXiv:1909.10881v1
Originality Incremental advance
AI Analysis

This is an incremental improvement for text data processing, offering a new method to enhance efficiency in handling large textual corpora.

The paper tackles the sparsity and high dimensionality of document-term matrices by proposing fuzzy clustering as a new unsupervised feature transformation method for dimensionality reduction, showing it outperforms PCA and SVD in performance.

Large textual corpora are often represented by the document-term frequency matrix whose elements are the frequency of terms; however, this matrix has two problems: sparsity and high dimensionality. Four dimension reduction strategies are used to address these problems. Of the four strategies, unsupervised feature transformation (UFT) is a popular and efficient strategy to map the terms to a new basis in the document-term frequency matrix. Although several UFT-based methods have been developed, fuzzy clustering has not been considered for dimensionality reduction. This research explores fuzzy clustering as a new UFT-based approach to create a lower-dimensional representation of documents. Performance of fuzzy clustering with and without using global term weighting methods is shown to exceed principal component analysis and singular value decomposition. This study also explores the effect of applying different fuzzifier values on fuzzy clustering for dimensionality reduction purpose.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes