LGAIOct 27, 2024

Multiple kernel concept factorization algorithm based on global fusion

arXiv:2410.20383v11 citationsh-index: 2
Originality Incremental advance
AI Analysis

This work addresses kernel selection for clustering in unsupervised learning, but it is incremental as it builds upon existing concept factorization methods.

The authors tackled the problem of kernel function selection in concept factorization by proposing a globalized multiple kernel concept factorization algorithm, which outperformed several baseline clustering methods on real datasets.

Non-negative Matrix Factorization(NMF) algorithm can only be used to find low rank approximation of original non-negative data while Concept Factorization(CF) algorithm extends matrix factorization to single non-linear kernel space, improving learning ability and adaptability of matrix factorization. In unsupervised environment, to design or select proper kernel function for specific dataset, a new algorithm called Globalized Multiple Kernel CF(GMKCF)was proposed. Multiple candidate kernel functions were input in the same time and learned in the CF framework based on global linear fusion, obtaining a clustering result with high quality and stability and solving the problem of kernel function selection that the CF faced. The convergence of the proposed algorithm was verified by solving the model with alternate iteration. The experimental results on several real databases show that the proposed algorithm outperforms comparison algorithms in data clustering, such as Kernel K-Means(KKM), Spectral Clustering(SC), Kernel CF(KCF), Co-regularized multi-view spectral clustering(Coreg), and Robust Multiple KKM(RMKKM).

Foundations

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

Your Notes