LGMLNov 14, 2018

Dropping Symmetry for Fast Symmetric Nonnegative Matrix Factorization

arXiv:1811.05642v150 citations
Originality Incremental advance
AI Analysis

This work addresses a computational bottleneck in symmetric NMF for data analysis and clustering tasks, offering a faster solution but is incremental as it builds on existing nonsymmetric NMF methods.

The paper tackles the challenge of designing fast algorithms for symmetric nonnegative matrix factorization (NMF) by reformulating it as a nonsymmetric problem, enabling the use of efficient alternating algorithms. Experiments on synthetic data and image clustering demonstrate improved performance, with convergence guarantees including sublinear rates and global convergence to critical points.

Symmetric nonnegative matrix factorization (NMF), a special but important class of the general NMF, is demonstrated to be useful for data analysis and in particular for various clustering tasks. Unfortunately, designing fast algorithms for Symmetric NMF is not as easy as for the nonsymmetric counterpart, the latter admitting the splitting property that allows efficient alternating-type algorithms. To overcome this issue, we transfer the symmetric NMF to a nonsymmetric one, then we can adopt the idea from the state-of-the-art algorithms for nonsymmetric NMF to design fast algorithms solving symmetric NMF. We rigorously establish that solving nonsymmetric reformulation returns a solution for symmetric NMF and then apply fast alternating based algorithms for the corresponding reformulated problem. Furthermore, we show these fast algorithms admit strong convergence guarantee in the sense that the generated sequence is convergent at least at a sublinear rate and it converges globally to a critical point of the symmetric NMF. We conduct experiments on both synthetic data and image clustering to support our result.

Foundations

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

Your Notes