SIIRApr 1, 2015

Nonnegative Multi-level Network Factorization for Latent Factor Analysis

arXiv:1504.00416v1
Originality Incremental advance
AI Analysis

This work addresses the incremental improvement of NMF for unsupervised learning tasks like recommendation and clustering by incorporating network structures.

The paper tackles the problem of standard Nonnegative Matrix Factorization (NMF) overlooking horizontal networks like social networks, which can improve accuracy in tasks such as recommendation. It proposes four multi-level network factorization algorithms that integrate these networks, showing improved accuracy in document clustering and recommendation on real-world data.

Nonnegative Matrix Factorization (NMF) aims to factorize a matrix into two optimized nonnegative matrices and has been widely used for unsupervised learning tasks such as product recommendation based on a rating matrix. However, although networks between nodes with the same nature exist, standard NMF overlooks them, e.g., the social network between users. This problem leads to comparatively low recommendation accuracy because these networks are also reflections of the nature of the nodes, such as the preferences of users in a social network. Also, social networks, as complex networks, have many different structures. Each structure is a composition of links between nodes and reflects the nature of nodes, so retaining the different network structures will lead to differences in recommendation performance. To investigate the impact of these network structures on the factorization, this paper proposes four multi-level network factorization algorithms based on the standard NMF, which integrates the vertical network (e.g., rating matrix) with the structures of horizontal network (e.g., user social network). These algorithms are carefully designed with corresponding convergence proofs to retain four desired network structures. Experiments on synthetic data show that the proposed algorithms are able to preserve the desired network structures as designed. Experiments on real-world data show that considering the horizontal networks improves the accuracy of document clustering and recommendation with standard NMF, and various structures show their differences in performance on these two tasks. These results can be directly used in document clustering and recommendation systems.

Foundations

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

Your Notes